| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…S [APS-18945, APS-18946] - Bump org.json:json from 20210307 to 20231013 (fixes CVE stack overflow / DoS — APS-18945) - Bump org.testng:testng from 7.4.0 to 7.5.1 (fixes path traversal vulnerability — APS-18946) Resolves: APS-18945, APS-18946
…18945] [APS-18946] - Replace StandardCharsets.UTF_8 (Charset) with "UTF-8" (String) in URLEncoder.encode calls — the Charset overload requires Java 10+ - Add throws Exception to @before setUp methods to satisfy the checked UnsupportedEncodingException declaration - Pre-existing compilation failure on main branch; unrelated to the dependency version bumps in this PR
| Back | FazBrowse Home | New Git URL |
Security Fix: APS-18945 + APS-18946
Issues Fixed
Root Cause
Both dependencies were pinned to old, vulnerable versions in `pom.xml`:
Fix Applied
Single `pom.xml` change bumping both version properties:
```
<testng.version>7.4.0</testng.version> → <testng.version>7.5.1</testng.version>
<json.version>20210307</json.version> → <json.version>20231013</json.version>
```
Testing
Dependency Resolution (fix branch):
Compilation (fix branch):
BrowserStack E2E Session Run (karanshah14's account):
Jira Tickets
Checklist