mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 12:39:27 +08:00
fix: upgrade axios to 1.15.2 (CVE-2026-42264) (#17508)
## Summary Upgrade axios from 1.15.1 to 1.15.2 to fix CVE-2026-42264. ## Vulnerability | Field | Value | |-------|-------| | **ID** | CVE-2026-42264 | | **Severity** | HIGH | | **Scanner** | trivy | | **Rule** | `CVE-2026-42264` | | **File** | `agent/sandbox/sandbox_base_image/nodejs/package-lock.json` | | **Assessment** | Likely exploitable | **Description**: axios: Axios: Prototype pollution allows information disclosure and request manipulation --- *Automated security fix by [OrbisAI Security](https://orbisappsec.com)*
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^1.15.1"
|
||||
"axios": "^1.15.2"
|
||||
}
|
||||
},
|
||||
"node_modules/asynckit": {
|
||||
@@ -19,9 +19,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.15.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
|
||||
"integrity": "sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==",
|
||||
"version": "1.15.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
||||
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.11",
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"axios": "^1.15.1"
|
||||
"axios": "^1.15.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user