This has been resolved I believe in the 7.1.x branches, I guess it just needs applying to the 7.2 branches.
x)- [X ] bug report
node: v8.11.3
npm: 6.5.0
Angular: 7.2.0
@angular-devkit/architect 0.12.0
@angular-devkit/build-angular 0.12.0
@angular-devkit/build-ng-packagr 0.12.0
@angular-devkit/build-optimizer 0.12.0
@angular-devkit/build-webpack 0.12.0
@angular-devkit/core 7.2.0
@angular-devkit/schematics 7.2.0
@angular/cdk 7.2.1
@angular/cdk-experimental 7.2.1
@ngtools/json-schema 1.1.0
@ngtools/webpack 7.2.0
@schematics/angular 7.2.0
@schematics/update 0.12.0
ng-packagr 4.4.5
rxjs 6.3.3
typescript 3.2.2
webpack 4.23.1
macOS (High Sierra)
ng new audit-test
Would you like routing? Y or N
After NG installs itself you will receive:
_added 1167 packages from 1176 contributors and audited 39136 packages in 49.677s
found 1 high severity vulnerability_
run npm audit
โ High โ Missing Origin Validation โ
โ Package โ webpack-dev-server โ
โ Dependency of โ @angular-devkit/build-angular [dev] โ
โ Path โ @angular-devkit/build-angular > webpack-dev-server โ
โ More info โ https://nodesecurity.io/advisories/725 โ
Audit failure should not be there
This has been resolved I believe in the 7.1.x branches, I guess it just needs applying to the 7.2 branches.
Hi all, we're looking at why this wasn't included in the 7.2 release and will probably do a new release with it later today.
For context, https://github.com/angular/angular-cli/issues/13342 was the main issue for this problem.
@filipesilva thanks for looking into it, much appreciated!
Fixed in 7.2.1
@angular/[email protected] and @angular-devkit/[email protected] are now released. Using these versions should remove the audit failure.
@filipesilva Confirmed, I've performed an NG Update on a project, moving to 7.2.1 fix the issue.
Thanks for this.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
@angular/[email protected]and@angular-devkit/[email protected]are now released. Using these versions should remove the audit failure.