MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / advisory_data

Method advisory_data

vulnerabilities/importer.py:771–775  ·  view source on GitHub ↗

Return AdvisoryData objects corresponding to the data being imported

(self)

Source from the content-addressed store, hash-verified

769 return f"{cls.__module__}.{cls.__qualname__}"
770
771 def advisory_data(self) -> Iterable[AdvisoryData]:
772 """
773 Return AdvisoryData objects corresponding to the data being imported
774 """
775 raise NotImplementedError
776
777 def clone(self, repo_url):
778 """

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected