You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per RFC, the audit-scanner should evaluate policies and create fake CREATE, DELETE requests. We are only doing so for CREATE requests for now.
Acceptance criteria
Check that policies targeting DELETE requests are being considered in the filter and included.
Generate DELETE requests, the same way we do for CREATE requests, and make sure they are included by the filter, for those policies that check DELETE requests.
Provide unit tests.
Provide if needed.
The text was updated successfully, but these errors were encountered:
Per RFC, the audit-scanner should evaluate policies and create fake
CREATE
,DELETE
requests. We are only doing so forCREATE
requests for now.Acceptance criteria
DELETE
requests are being considered in the filter and included.DELETE
requests, the same way we do forCREATE
requests, and make sure they are included by the filter, for those policies that checkDELETE
requests.The text was updated successfully, but these errors were encountered: