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
While installing latest Angular version, I found 4 moderate security vulnerables. Angular devkit is dependent on the Axios module which is causing this vulnerability. Following is the audit report.
npm audit report :
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - GHSA-wf5p-g6vw-rhxx
fix available via npm audit fix --force
Will install @angular-devkit/[email protected], which is a breaking change
node_modules/axios
localtunnel >=1.9.0
Depends on vulnerable versions of axios
node_modules/localtunnel
browser-sync 2.24.0-rc1 - 3.0.0-alpha.2
Depends on vulnerable versions of localtunnel
node_modules/browser-sync
@angular-devkit/build-angular >=17.0.0-next.0
Depends on vulnerable versions of browser-sync
node_modules/@angular-devkit/build-angular
4 moderate severity vulnerabilities
Attack scenario
Cross-Site Request Forgery Vulnerability is a serious security threat the to web sites and hackers can manipulate the data.
The text was updated successfully, but these errors were encountered:
While installing latest Angular version, I found 4 moderate security vulnerables. Angular devkit is dependent on the Axios module which is causing this vulnerability. Following is the audit report.
npm audit report :
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - GHSA-wf5p-g6vw-rhxx
fix available via
npm audit fix --force
Will install @angular-devkit/[email protected], which is a breaking change
node_modules/axios
localtunnel >=1.9.0
Depends on vulnerable versions of axios
node_modules/localtunnel
browser-sync 2.24.0-rc1 - 3.0.0-alpha.2
Depends on vulnerable versions of localtunnel
node_modules/browser-sync
@angular-devkit/build-angular >=17.0.0-next.0
Depends on vulnerable versions of browser-sync
node_modules/@angular-devkit/build-angular
4 moderate severity vulnerabilities
Attack scenario
Cross-Site Request Forgery Vulnerability is a serious security threat the to web sites and hackers can manipulate the data.
The text was updated successfully, but these errors were encountered: