diff --git a/document/4-Web_Application_Security_Testing/10-Business_Logic_Testing/09-Test_Upload_of_Malicious_Files.md b/document/4-Web_Application_Security_Testing/10-Business_Logic_Testing/09-Test_Upload_of_Malicious_Files.md index 2d2878dc1a..59134a3299 100644 --- a/document/4-Web_Application_Security_Testing/10-Business_Logic_Testing/09-Test_Upload_of_Malicious_Files.md +++ b/document/4-Web_Application_Security_Testing/10-Business_Logic_Testing/09-Test_Upload_of_Malicious_Files.md @@ -126,8 +126,6 @@ cd a/b/c zip test.zip base ../../../traversed # Verify compressed files content nzip -l test.zip -- Include a unit test to upload an infected compressed file then execute the extraction method. -- Validate that libraries being used have been [patched for this vulnerability.](https://github.com/snyk/zip-slip-vulnerability#affected-libraries) #### ZIP Bombs