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

Mark components from test configurations #440

Open
skhokhlov opened this issue May 28, 2024 · 0 comments
Open

Mark components from test configurations #440

skhokhlov opened this issue May 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@skhokhlov
Copy link
Contributor

CycloneDX npm plugin adds properties for components in SBOM which are dev dependencies of the project.

"properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        }
]

https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/demo/dev-dependencies/example-results/bare/bom.1.6.json#L187-L188

This data is crucial for risk analysis of vulnerabilities. It would be perfect to add similar property to be able to identify test dependencies in SBOMs collected with Gradle plugin.

@skhokhlov skhokhlov changed the title Mark components from test configuration Mark components from test configurations May 28, 2024
@skhokhlov skhokhlov added the enhancement New feature or request label Jul 25, 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