-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerability Warning Tracking Issue #10963
Comments
As for Protractor there was a discussion about updating/removing |
We should also clarify that these vulnerabilities are not an actual security threat to Angular developers because they affect only tools used for development and not production code. Having said that we need to resolve these issues regardless because they are confusing and ruin first time experience for Angular users. |
webdriver-js-extender cannot be removed since we found it is still active, therefore we have to fix it; however the fix is a breaking change might affect lots of existing tests. We are still trying to collect more information to make sure it is ok to make the change. |
So |
Can someone please get the potential PR moving and get it fixed? This is breaking our protractor pipeline because the vulnerability is considered as an "error". |
that work for me : |
Since the author of the original PR went on vacation and never came back, I have replicated those changes in a new PR here: angular/webdriver-js-extender#20 Someone please take a look. |
Any updates on this? I understand it is really only a dev environment issue, but my team is currently reviewing Angular and Vue to decide which to use in a new project. I'm team Angular - but this looks pretty bad straight out of the box in the 'getting started' |
I think it will probably be fixed within the next weeks as the pull request these guys were working was finally merged 4 days ago. |
I'm getting the same. This is great when you are trying to learn Angular for a new job which starts in three days. npm WARN using --force I sure hope you know what you are doing. |
@clydin Protractor just released 4.5.0 which contains fixes for this. Could we try upgrading and see what happens? |
Partially addresses angular#10963
According to karma-runner/karma#3016, |
In case it is useful, here is an issue for |
Should address some See sass/node-sass#2355 for context. Fix angular#11699 Related to angular#10963
See sass/node-sass#2355 for context. Fix angular#11699 Related to angular#10963
I've created a new project with angular CLI 6.0.8 and it comes with these vulnerabilities reported by github out of the box:
Created project with command line: Sample repo: |
See sass/node-sass#2355 for context. Fix angular#11699 Related to angular#10963
+1 |
See sass/node-sass#2355 for context. Fix #11699 Related to #10963
See sass/node-sass#2355 for context. Fix angular#11699 Related to angular#10963
I have fixed all the warnings by upgrading the karma to version 3.0.0 run
|
@Georgehatouts tones of thanks man!!!! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Two project-level development only packages currently produce vulnerability warnings upon package install of a new project.
Protractor (1 warning) -- dependency webdriver-js-extender uses an outdated version of(UPDATE: Protractor 4.5.0 has been released with a fix)selenium-webdriver
Karma (2.0: 6 warnings) -- dependency log4js uses an outdated version of
loggly
. Note also that log4js (and as a result karma) produce the following deprecated package warnings upon install:The text was updated successfully, but these errors were encountered: