What is Lockfile Lint?
Lockfiles are used as trusted whitelist of resources manifest to fetch packages from. However, keeping track of the changes introduced to lockfiles is not an easy task as they are designed to be consumed by machines đ¤.
What happens when someone creates a Pull Request and sneaks a malicious resource package that replaces a real library? đą
Exactly! Lint your lockfiles to ensure they adhere to pre-defined security policies and mitigate this vector of attack.