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 support for Swift lockfiles #15

Open
sacha-c opened this issue Dec 2, 2024 · 0 comments
Open

Add support for Swift lockfiles #15

sacha-c opened this issue Dec 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sacha-c
Copy link
Collaborator

sacha-c commented Dec 2, 2024

Is your feature request related to a problem? Please describe.
Some projects are not supported by osv-scanner, for example Swift projects that use Podfile.lock or Package.resolved

Describe the solution you'd like
Add a new scanner which can scan these other lockfiles, or replace osv-scanner with a scanner that does it all

Describe alternatives you've considered
Trivy looks promising: https://github.com/aquasecurity/trivy

Additional Context

  • Choose how to merge the results of this scanner with that of osv-scanner (both should run since projects may use multiple lockfiles -- for example react native)
  • Figure out how to deal with duplicates, if they become possible (like if we use two scanners which scan the same lockfile, we would end up with duplicate vulnerabilities)
@sacha-c sacha-c added the enhancement New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant