Skip to main content

Check Deleted Resources Not Available

ItemDescription
Full Fuzzer NameCheckDeletedResourcesNotAvailableFuzzer
Log KeyCDRNA
DescriptionThis fuzzer checks that deleted resources are not available anymore. The expectation is that a successful DELETE (2XX) will make a GET return a 404 or 410. The Fuzzer will run last, after all the other Fuzzers.
Enabled by default?Yes
Expected result404 or 410.
Fuzzing logicIteratively sends a GET for any successful DELETE recorded through the current run.
Conditions when this fuzzer will be skippedWhen no successful DELETE was recorded.
HTTP methods that will be skippedN/A
ReportingReports success if response code is 404 or 410 and error otherwise.