You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the dependency "wait-on: 7.0.0" is using axios version 1.7.2.
axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
To fix this security issue, we need to update wait-on to 8.0.0.
One of the dependency "wait-on: 7.0.0" is using axios version 1.7.2.
axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
To fix this security issue, we need to update wait-on to 8.0.0.
wait-on commit that fixed this issue: jeffbski/wait-on@672fd83
The text was updated successfully, but these errors were encountered: