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 7ab452e commit 00295f5Copy full SHA for 00295f5
1 file changed
product_portfolio/views.py
@@ -2874,9 +2874,7 @@ def get_queryset(self):
2874
),
2875
low_count=Count(
2876
"productpackages__package__affected_by_vulnerabilities",
2877
- filter=Q(
2878
- productpackages__package__affected_by_vulnerabilities__risk_level="low"
2879
- ),
+ filter=Q(productpackages__package__affected_by_vulnerabilities__risk_level="low"),
2880
distinct=True,
2881
2882
license_warning_count=Count(
0 commit comments