-
-
Notifications
You must be signed in to change notification settings - Fork 3
Report otp purls for System applications #137
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
Conversation
7f2507f to
9971d5e
Compare
| def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_elixir_app(app) do | ||
| Purl.new!(%Purl{ | ||
| type: "generic", | ||
| # TODO: Use once the spec is merged |
Check warning
Code scanning / Credo
Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning
| def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_erlang_app(app) do | ||
| Purl.new!(%Purl{ | ||
| type: "generic", | ||
| # TODO: Use once the spec is merged |
Check warning
Code scanning / Credo
Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning
| def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_hex_app(app) do | ||
| Purl.new!(%Purl{ | ||
| type: "generic", | ||
| # TODO: Use once the spec is merged |
Check warning
Code scanning / Credo
Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning
| relationship: :direct, | ||
| package_url: %Purl{ | ||
| type: "generic", | ||
| # TODO: Use once the spec is merged |
Check warning
Code scanning / Credo
Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning test
| relationship: :direct, | ||
| package_url: %Purl{ | ||
| type: "generic", | ||
| # TODO: Use once the spec is merged |
Check warning
Code scanning / Credo
Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning test
Based on package-url/purl-spec#472