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

Method get_inferences

vulnerabilities/improver.py:135–141  ·  view source on GitHub ↗

Return an iterable of Inferences from the ``advisory data``. Subclasses must implement.

(self, advisory_data: AdvisoryData)

Source from the content-addressed store, hash-verified

133 raise NotImplementedError
134
135 def get_inferences(self, advisory_data: AdvisoryData) -> Iterable[Inference]:
136 """
137 Return an iterable of Inferences from the ``advisory data``.
138
139 Subclasses must implement.
140 """
141 raise NotImplementedError

Callers 2

do_importMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected