Jens-G opened a new pull request, #3512:
URL: https://github.com/apache/thrift/pull/3512

   ## Summary
   
   - **lib/ts**: bump `grunt` to `^1.6.2`; add `overrides` for `bn.js`, 
`brace-expansion`, `grunt-legacy-log`, `grunt-legacy-log-utils`, 
`grunt-legacy-util`, `micromatch`, `semver`, `trim-newlines`. Reduces audit 
findings from 18 → 8.
   - **lib/nodejs** (root `package.json`): bump `eslint` to `^9.27.0`; add 
`overrides` for `@babel/helpers`, `ajv`, `brace-expansion`, `debug`, `semver`, 
`underscore`. Reduces audit findings to **0**.
   
   This is the sweep ticket for the THRIFT-6016 series (follows THRIFT-6017, 
THRIFT-6018, THRIFT-6019).
   
   ### Remaining unfixable in lib/ts (8)
   
   | Severity | Package | Reason |
   |---|---|---|
   | high (×4) | `grunt-contrib-jshint` → `jshint` → `lodash`, `minimatch` | 
`lodash ≤4.17.23` and `minimatch ≤3.1.3` have no published fix; all 
`[email protected]` releases are affected |
   | low (×4) | `elliptic` → `browserify-sign`, `create-ecdh`, 
`crypto-browserify` | All published `elliptic` versions are flagged; 
devDependency only |
   
   All remaining findings are in **devDependencies only** and do not affect the 
published package.
   
   ## Test plan
   
   - [ ] `npm audit` in `lib/ts/` reports 8 vulnerabilities (4 high jshint 
chain, 4 low elliptic chain)
   - [ ] `npm audit` in repo root reports 0 vulnerabilities
   - [ ] `npx grunt` in `lib/ts/` continues to work (qunit tests use puppeteer)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to