From b3a3cb14a71597f9e2a075a95a7b928fecc2d2a1 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 23 Feb 2022 22:06:59 -0500 Subject: [PATCH 1/2] wstg-fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd2aef..ad74687 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ ${T(org.apache.commons.io.IOUtils).toString(T(java.lang.Runtime).getRuntime().ex #### References : -* 👉 https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection +* 👉 https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server-side_Template_Injection * 👉 https://portswigger.net/research/server-side-template-injection * 👉 https://www.indusface.com/learning/application-security/server-side-template-injection/ From 98a1835366df9d016c5c35022695b915cb7dce1b Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 23 Feb 2022 22:07:54 -0500 Subject: [PATCH 2/2] Fix WSTG Link User versioned links which are expected to last, vs. latest which is subject to change.