Skip to content
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

bump axios to 1.8.2 #1027

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

bump axios to 1.8.2 #1027

wants to merge 2 commits into from

Conversation

sfc-gh-dszmolka
Copy link
Collaborator

@sfc-gh-dszmolka sfc-gh-dszmolka commented Mar 11, 2025

Description

The current require anyways installs the latest axios 1.8.2, however the Sonatype scan still picks up a vulnerable 1.7.x version and detects [CVE-2025-27152] CWE-918: Server-Side Request Forgery (SSRF)
Bumping it in package.json to ensure these scanners are not worried.

Checklist

  • Format code according to the existing code style (run npm run lint:check -- CHANGED_FILES and fix problems in changed code)
  • Create tests which fail without the change (if possible)
  • Make all tests (unit and integration) pass (npm run test:unit and npm run test:integration)
  • Extend the types in index.d.ts file (if necessary)
  • Extend the README / documentation and ensure is properly displayed (if necessary)
  • Provide JIRA issue id (if possible) or GitHub issue id in commit message

@sfc-gh-dszmolka sfc-gh-dszmolka requested a review from a team as a code owner March 11, 2025 09:30
@sfc-gh-dszmolka sfc-gh-dszmolka requested a review from a team March 11, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants