Skip to content

Commit 0ab3419

Browse files
committed
Fix a typo in the gentoo importer docs
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent baa44ae commit 0ab3419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/pipelines/v2_importers/gentoo_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def get_affected_and_fixed_purls(affected_elem, logger):
164164
# All possible values of info.attrib['range'] =
165165
# {'gt', 'lt', 'rle', 'rge', 'rgt', 'le', 'ge', 'eq'}
166166
# rge means revision greater than equals and rgt means revision greater than
167-
# TODO Revisit issue:
167+
# TODO Revisit issue: https://github.com/aboutcode-org/vulnerablecode/issues/2180
168168
range_value = info.attrib.get("range")
169169
slot_value = info.attrib.get("slot")
170170
comparator_dict = {

0 commit comments

Comments
 (0)