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

Method compute

vulnerabilities/severity_systems.py:34–39  ·  view source on GitHub ↗

Return a normalized numeric score as a string for this scoring system given a ``scoring_elements`` string value.

(self, scoring_elements: str)

Source from the content-addressed store, hash-verified

32 notes: str = ""
33
34 def compute(self, scoring_elements: str) -> str:
35 """
36 Return a normalized numeric score as a string for this scoring system
37 given a ``scoring_elements`` string value.
38 """
39 return NotImplementedError
40
41 def get(self, scoring_elements: str):
42 return NotImplementedError

Callers 3

get_severitiesFunction · 0.45
get_severitiesFunction · 0.45
process_severityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected