Skip to content
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

Add lockfile validation #16

Open
achrinza opened this issue Mar 12, 2022 · 0 comments
Open

Add lockfile validation #16

achrinza opened this issue Mar 12, 2022 · 0 comments

Comments

@achrinza
Copy link
Member

achrinza commented Mar 12, 2022

Lockfiles are generally treated as an opaque format, and as such are typically ignored during code review. However, they can be an attack vector if they are modified to download malicious packages instead. This is because lockfiles only check for integrity but not authenticity.

lockfile-lint is a project maintained by a Snyk staff which can notably enforce the permitted hosts and URL schemes within NPM and Yarn lockfiles.

This issue is to track adding of lockfile-lint to our Git Repositories.

achrinza added a commit that referenced this issue Mar 12, 2022
see: #16
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Mar 12, 2022
see: #16

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Mar 12, 2022
see: #16

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Mar 12, 2022
see: #16

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit to loopbackio/strong-error-handler that referenced this issue Nov 9, 2023
achrinza added a commit to loopbackio/strong-error-handler that referenced this issue Nov 9, 2023
achrinza added a commit to loopbackio/strong-error-handler that referenced this issue Nov 9, 2023
achrinza added a commit to loopbackio/strong-error-handler that referenced this issue Nov 9, 2023
achrinza added a commit to loopbackio/strong-error-handler that referenced this issue Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Icebox
Development

No branches or pull requests

1 participant