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 1c2f259 commit b4fefc3Copy full SHA for b4fefc3
vulnerabilities/models.py
@@ -219,6 +219,10 @@ def with_vulnerability_counts(self):
219
220
221
def get_purl_query_lookups(purl):
222
+ """
223
+ Do not reference all the possible qualifiers and relax the
224
+ purl matching to only lookup the type, namespace, name and version fields.
225
226
lookup_fields = ["type", "namespace", "name", "version"]
227
return {
228
field_name: value
0 commit comments