-
Notifications
You must be signed in to change notification settings - Fork 310
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
Osv: Integrate with SwiftPM #7841
Labels
Comments
fviernau
added
advisor
About the advisor tool
enhancement
Issues that are considered to be enhancements
good first issue
An easy issue for new contributors
labels
Nov 10, 2023
It's not yet clear which package identifier format OSV.dev expects, see google/osv.dev#1923. |
See also github/advisory-database#3333. |
fviernau
added a commit
that referenced
this issue
May 24, 2024
Since the package identifiers in OSV's vulnerability data for the SwiftURL ecosystem have become consistent [1], it is now clear how to construct the requests. Simply add the missing mapping and a test to enable retrieving vulnerabilities for Swift packages. Fixes #7841. [1] google/osv.dev#1923 (comment) Signed-off-by: Frank Viernau <frank_viernau@epam.com>
sschuberth
pushed a commit
that referenced
this issue
May 24, 2024
Since the package identifiers in OSV's vulnerability data for the SwiftURL ecosystem have become consistent [1], it is now clear how to construct the requests. Simply add the missing mapping and a test to enable retrieving vulnerabilities for Swift packages. Fixes #7841. [1] google/osv.dev#1923 (comment) Signed-off-by: Frank Viernau <frank_viernau@epam.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OSV now has vulnerability data for swift, see https://osv.dev/list?ecosystem=SwiftURL&q=.
Extend
createRequest()
inOsv.kt
to handle it.The text was updated successfully, but these errors were encountered: