We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f351a2d commit 87404f9Copy full SHA for 87404f9
docs/upgrading.rst
@@ -42,8 +42,8 @@ Old: ``my_bom.metadata.tools.add(my_tool)``
42
43
New: ``my_bom.metadata.tools.tools.add(my_tool)``
44
45
-Altering Metadata Tools
46
------------------------
+Altering Vulnerability Tools
+----------------------------
47
48
Property :attr:`cyclonedx.model.vulnerability.Vulnerability.tools` is an instance of :class:`cyclonedx.model.tool.ToolsRepository`, now.
49
Therefore, the process of adding new tools was changed.
0 commit comments