-
-
Notifications
You must be signed in to change notification settings - Fork 185
Reference to malicious package monorepo-symlink-test causing security scan to fail #288
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
Comments
Indeed; I'm glad A scanner that even looks at package files that are only used in development of the package, and never referenced in production, will produce lots of false positives that distract from meaningful reports. In particular, the package has |
@ljharb with this, could the test files be excluded from the package in npm if they don't need to be distributed? Assuming they are from looking into the package using unpkg https://unpkg.com/browse/[email protected]/test/ |
Yep! They forever do, because |
cool, thank you @ljharb for the quick response 🙌 |
The file test/resolver/multirepo/package.json is causing JFrog's vulnerability scanner to flag resolve because the name field is the name of a malicious package. This is definitely JFrog's fault and not resolve's, but if it's breaking for us, it's probably breaking for others.
The text was updated successfully, but these errors were encountered: