-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support parsing commits from manifests #99
Comments
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
For
and https://go.dev/ref/mod#vcs-pseudo:
Also: https://go.dev/ref/mod#pseudo-versions So we should just check if a version string ends with I've got an implementation for this, but am holding off landing it because it actually makes the detector weaker because e.g. for |
#94 adds support for using the
osv.dev
API which supports commits as well as versions - so we should make sure the manifest parsers are able to extract this information from their respective files as much as possible.(This is mostly a place for me to dump info I find during research)
cargo.lock
package-lock.json
yarn.lock
pnpm-lock.yaml
composer.lock
Gemfile.lock
go.mod
pom.xml
requirements.txt
The text was updated successfully, but these errors were encountered: