-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed #29
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.6.0 [security]
fix(deps): update dependency axios to ^1.6.0 [security] - autoclosed
Aug 13, 2024
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.6.0 [security] - autoclosed
fix(deps): update dependency axios to ^1.6.0 [security]
Aug 15, 2024
renovate
bot
force-pushed
the
renovate/npm-axios-vulnerability
branch
from
August 15, 2024 05:47
4d49dff
to
6f39113
Compare
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.6.0 [security]
fix(deps): update dependency axios to ^1.7.4 [security]
Aug 15, 2024
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security]
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
Aug 28, 2024
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
fix(deps): update dependency axios to ^1.7.4 [security]
Aug 29, 2024
renovate
bot
force-pushed
the
renovate/npm-axios-vulnerability
branch
from
August 29, 2024 17:47
6f39113
to
8ba43d6
Compare
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security]
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
Sep 12, 2024
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
fix(deps): update dependency axios to ^1.7.4 [security]
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/npm-axios-vulnerability
branch
from
September 13, 2024 02:28
8ba43d6
to
4a8f046
Compare
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security]
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
Sep 17, 2024
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
fix(deps): update dependency axios to ^1.7.4 [security]
Sep 18, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/npm-axios-vulnerability
branch
from
September 18, 2024 05:58
4a8f046
to
14f82c7
Compare
renovate
bot
changed the title
fix(deps): update dependency axios to ^1.7.4 [security]
fix(deps): update dependency axios to ^1.7.4 [security] - autoclosed
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.4.0
->^1.7.4
Axios Cross-Site Request Forgery Vulnerability
CVE-2023-45857 / GHSA-wf5p-g6vw-rhxx
More information
Details
An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
References
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Server-Side Request Forgery in axios
CVE-2024-39338 / GHSA-8hc4-vh64-cxmj
More information
Details
axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
Severity
High
References
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
axios/axios (axios)
v1.7.4
Compare Source
Bug Fixes
Contributors to this release
v1.7.3
Compare Source
Bug Fixes
Contributors to this release
v1.7.2
Compare Source
Bug Fixes
Contributors to this release
v1.7.1
Compare Source
Bug Fixes
Contributors to this release
v1.7.0
Compare Source
Features
Bug Fixes
Contributors to this release
v1.6.8
Compare Source
Bug Fixes
Contributors to this release
v1.6.7
Compare Source
Bug Fixes
Contributors to this release
v1.6.6
Compare Source
Bug Fixes
Contributors to this release
v1.6.5
Compare Source
Bug Fixes
Contributors to this release
v1.6.4
Compare Source
Bug Fixes
Contributors to this release
v1.6.3
Compare Source
Bug Fixes
Contributors to this release
v1.6.2
Compare Source
Features
withCredentials
behavior; (#6046) (cff9967)PRs
Contributors to this release
v1.6.1
Compare Source
Bug Fixes
Contributors to this release
v1.6.0
Compare Source
Bug Fixes
PRs
Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
PRs
v1.5.1
Compare Source
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
v1.5.0
Compare Source
Bug Fixes
cacheable-lookup
integration; (#5836) (b3e327d)Features
unsafe
prefix (#5839) (1601f4a)Contributors to this release
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.