File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Import model Tool
2626-----------------
2727
2828Class `cyclonedx.model.Tool ` was moved to :class: `cyclonedx.model.tool.Tool `.
29- Therefore, the imports need to be altered :
29+ Therefore, the imports need to be migrated :
3030
3131Old: ``from cyclonedx.model import Tool ``
3232
@@ -36,7 +36,7 @@ Alter Metadata Tools
3636--------------------
3737
3838Property :attr: `cyclonedx.model.bom.BomMetaData.tools ` is an instance of :class: `cyclonedx.model.tool.ToolsRepository `, now.
39- Therefore, the process of adding new tools was changed.
39+ Therefore, the process of adding new tools needs to be migrated changed.
4040
4141Old: ``my_bom.metadata.tools.add(my_tool) ``
4242
@@ -46,7 +46,7 @@ Alter Vulnerability Tools
4646-------------------------
4747
4848Property :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.
49+ Therefore, the process of adding new tools needs to be migrated changed.
5050
5151Old: ``my_vulnerability.tools.add(my_tool) ``
5252
You can’t perform that action at this time.
0 commit comments