Skip to content

Commit 922859f

Browse files
committed
add supported ecosystem
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 2176cb1 commit 922859f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vulntotal/validator.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ def validator_advisory(self, purl) -> Iterable[VendorData]:
5252
"""
5353
return NotImplementedError
5454

55+
@classmethod
56+
def support_ecosystem(cls):
57+
"""
58+
Return dictionary containing supported ecosystem
59+
{
60+
"PURL equivalent ecosystem" : "Validator ecosystem",
61+
}
62+
"""
63+
return NotImplementedError
64+
5565
@property
5666
def raw_dump(self):
5767
return self._raw_dump

0 commit comments

Comments
 (0)