We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc4c6 commit c38f285Copy full SHA for c38f285
osv/sources.py
@@ -165,7 +165,6 @@ def _get_nested_vulnerability(data, key_path=None):
165
def parse_vulnerability_from_dict(data, key_path=None, strict=False):
166
"""Parse vulnerability from dict."""
167
data = _get_nested_vulnerability(data, key_path)
168
-
169
try:
170
jsonschema.validate(data, load_schema())
171
except jsonschema.exceptions.ValidationError as e:
0 commit comments