File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,13 @@ parser = EnvironmentParser()
65
65
66
66
### Modelling
67
67
68
- You can create a BOM Model from either an Parser instance or manually using the methods avaialbel directly on the ` Bom ` class.
68
+ You can create a BOM Model from either a Parser instance or manually using the methods avaialbel directly on the ` Bom ` class.
69
+
70
+ The model also supports definition of vulnerabilities for output using the CycloneDX schema extension for
71
+ [ Vulnerability Disclosures] ( https://cyclonedx.org/use-cases/#vulnerability-disclosure ) as of version 0.3.0.
72
+
73
+ ** Note:** Known vulnerabilities associated with Components can be sourced from various data sources, but this library
74
+ will not source them for you. Perhaps look at [ Jake] ( https://github.com/sonatype-nexus-community/jake ) if you're interested in this.
69
75
70
76
#### Example from a Parser
71
77
You can’t perform that action at this time.
0 commit comments