Skip to content

Commit

Permalink
fix: LEAP-851: Fix security vulnerability (#5792)
Browse files Browse the repository at this point in the history
Updated the follow-redirects package used by axios to enhance security.
This update ensures that the proxy-authentication header is cleared
during cross-domain redirects to prevent potential credential leaks.

---------

Co-authored-by: robot-ci-heartex <[email protected]>
  • Loading branch information
juliosgarbi and robot-ci-heartex authored May 2, 2024
1 parent 0ee49f5 commit ecea57a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions web/dist/apps/labelstudio/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check notice on line 1 in web/dist/apps/labelstudio/version.json

View workflow job for this annotation

GitHub Actions / merge

Merge Conflict automatically resolved web/dist/apps/labelstudio/version.json
"message": "Remove unecesary github conf set up on action ci",
"commit": "3a11b690480584b6849991e72b66ec074e4dad74",
"date": "2024-04-22T21:52:06.000Z",
"branch": "fb-echo-27-regenerate-first-release-commit-to-review"
"message": "Merge branch 'develop' into 'fb-leap-851'",
"commit": "42b15dcf633900902686551b308b3ff658ae3014",
"date": "2024-05-02T19:54:13.000Z",
"branch": "fb-leap-851"
}
8 changes: 4 additions & 4 deletions web/dist/libs/datamanager/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check notice on line 1 in web/dist/libs/datamanager/version.json

View workflow job for this annotation

GitHub Actions / merge

Merge Conflict automatically resolved web/dist/libs/datamanager/version.json
"message": "Remove unecesary github conf set up on action ci",
"commit": "3a11b690480584b6849991e72b66ec074e4dad74",
"date": "2024-04-22T21:52:06.000Z",
"branch": "fb-echo-27-regenerate-first-release-commit-to-review"
"message": "Merge branch 'develop' into 'fb-leap-851'",
"commit": "42b15dcf633900902686551b308b3ff658ae3014",
"date": "2024-05-02T19:54:13.000Z",
"branch": "fb-leap-851"
}
8 changes: 4 additions & 4 deletions web/dist/libs/editor/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check notice on line 1 in web/dist/libs/editor/version.json

View workflow job for this annotation

GitHub Actions / merge

Merge Conflict automatically resolved web/dist/libs/editor/version.json
"message": "Remove unecesary github conf set up on action ci",
"commit": "3a11b690480584b6849991e72b66ec074e4dad74",
"date": "2024-04-22T21:52:06.000Z",
"branch": "fb-echo-27-regenerate-first-release-commit-to-review"
"message": "Merge branch 'develop' into 'fb-leap-851'",
"commit": "42b15dcf633900902686551b308b3ff658ae3014",
"date": "2024-05-02T19:54:13.000Z",
"branch": "fb-leap-851"
}
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"d3-color": "3.1.0",
"merge": "2.1.1",
"diff": "3.5.0",
"follow-redirects": "^1.15.5",
"follow-redirects": "^1.15.6",
"xml2js": "0.5.0",
"axios": "1.6.0",
"@cypress/request": "3.0.0",
Expand Down

0 comments on commit ecea57a

Please sign in to comment.