1 parent afaca47 commit 7f58fc4Copy full SHA for 7f58fc4
1 file changed
vcmitreject.py
@@ -83,7 +83,7 @@ def get_all_app_findings(the_apps):
83
print(status)
84
log.debug(status)
85
86
- request_params = { 'violates_policy': True, 'size': 100 } # only policy violating flaws matter for mitigations; increase page size for perf
+ request_params = { 'mitigated_after': '2006-04-01', 'violates_policy': True, 'size': 100 } # only mitigated flaws; only policy violating flaws matter for mitigations; increase page size for perf
87
88
these_findings = Findings().get_findings(app=app, scantype='ALL', annot=True, request_params=request_params)
89
0 commit comments