Skip to content

Commit

Permalink
docs: minor docstring fix (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Jun 4, 2024
1 parent fb2f0bd commit ff12c96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cve_bin_tool/input_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ class InputEngine:
- validate_product(self, product: str) -> bool:
Validates if a product name conforms to the CPE 2.3 standard.
- input_vex(self) -> None:
Parses input data from a CycloneDX VEX file.
- parse_data(self, fields: Set[str], data: Iterable) -> None:
Parses common data structure for CSV and JSON input formats.
Expand Down
2 changes: 1 addition & 1 deletion cve_bin_tool/sbom_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class SBOMManager:
"""
Class: InputEngine
Class: SBOMManager
This class is responsible for parsing various SBOM file formats (SPDX, CycloneDX, SWID) in the CVE Bin Tool.
Expand Down

0 comments on commit ff12c96

Please sign in to comment.