Skip to content

Commit efe93f6

Browse files
authored
Correct docstring in debian.py
1 parent 7a60e62 commit efe93f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importers/debian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _parse(self, pkg_name: str, records: Mapping[str, Any]) -> List[Advisory]:
111111
if not cve_id.startswith("CVE"):
112112
continue
113113

114-
# vulnerabilities starting with something may not be public yet
114+
# vulnerabilities starting with something else may not be public yet
115115
# see for instance https://web.archive.org/web/20201215213725/https://security-tracker.debian.org/tracker/TEMP-0000000-A2EB44 # nopep8
116116
# TODO: this would need to be revisited though to ensure we are not missing out on anything # nopep8
117117

0 commit comments

Comments
 (0)