Package: node-axios / 1.2.1+dfsg-1+deb12u1

Metadata

Package Version Patches format
node-axios 1.2.1+dfsg-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
privacy.patch | (download)

examples/all/index.html | 2 1 + 1 - 0 !
examples/amd/index.html | 4 2 + 2 - 0 !
examples/get/index.html | 2 1 + 1 - 0 !
examples/post/index.html | 2 1 + 1 - 0 !
examples/postMultipartFormData/index.html | 2 1 + 1 - 0 !
examples/transform-response/index.html | 2 1 + 1 - 0 !
examples/upload/index.html | 2 1 + 1 - 0 !
sandbox/client.html | 4 2 + 2 - 0 !
8 files changed, 10 insertions(+), 10 deletions(-)

 privacy
update test for formidable 3.patch | (download)

test/unit/adapters/http.js | 50 6 + 44 - 0 !
1 file changed, 6 insertions(+), 44 deletions(-)

 update test for formidable 3
update rollup plugins.patch | (download)

rollup.config.js | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 update rollup plugins
reproducible.patch | (download)

rollup.config.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make build reproducible
CVE 2023 45857.patch | (download)

lib/adapters/xhr.js | 4 2 + 2 - 0 !
test/specs/xsrf.spec.js | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 fixed csrf vulnerability cve-2023-45857 (#6028)
CVE 2024 57965.patch | (download)

lib/helpers/isURLSameOrigin.js | 73 11 + 62 - 0 !
1 file changed, 11 insertions(+), 62 deletions(-)

 use url api instead of dom to fix a potential vulnerability warning