From 531c0ffde5ed789b8dbf30c6f3a1b4e5c4c1dcff Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 4 Dec 2023 14:19:04 -0500 Subject: [PATCH] Updated WordPress Plugin Security Testing Cheat Sheet (markdown) --- WordPress-Plugin-Security-Testing-Cheat-Sheet.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WordPress-Plugin-Security-Testing-Cheat-Sheet.md b/WordPress-Plugin-Security-Testing-Cheat-Sheet.md index 4e59022..d14aef1 100644 --- a/WordPress-Plugin-Security-Testing-Cheat-Sheet.md +++ b/WordPress-Plugin-Security-Testing-Cheat-Sheet.md @@ -212,8 +212,7 @@ Example: See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards ## Further reading/references: - -1. [https://developer.wordpress.org/plugins/security/](https://developer.wordpress.org/plugins/security/) +1. [https://developer.wordpress.org/apis/security/](https://developer.wordpress.org/apis/security/) 2. [https://make.wordpress.org/plugins/2013/11/24/how-to-fix-the-intentionally-vulnerable-plugin/](https://make.wordpress.org/plugins/2013/11/24/how-to-fix-the-intentionally-vulnerable-plugin/) 3. [http://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-security/](http://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-security/) 4. [https://www.wordfence.com/learn/](https://www.wordfence.com/learn/)