Skip to content

Commit

Permalink
Merge pull request #108 from Hexastack/107-issue-ssrf-in-axios
Browse files Browse the repository at this point in the history
fix(frontend): axios SSRF vulnerability
  • Loading branch information
marrouchi authored Sep 30, 2024
2 parents ddcc975 + 11a4dac commit 170eccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@projectstorm/react-canvas-core": "^7.0.3",
"@projectstorm/react-diagrams": "^7.0.4",
"@types/qs": "^6.9.15",
"axios": "^1.6.8",
"axios": "^1.7.7",
"eazychart-css": "^0.2.1-alpha.0",
"eazychart-react": "^0.8.0-alpha.0",
"hexabot-widget": "*",
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 170eccc

Please sign in to comment.