From fffecf96257103c5ea2ae8659590317c9a2e32ae Mon Sep 17 00:00:00 2001 From: bimbumcimcum <55308680+bimbumcimcum@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:26:19 -0700 Subject: [PATCH] Edit dead hyperlink Seems like this is the intended URL. LMK if I'm wrong. --- 06-Secure your websites, applications and servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-Secure your websites, applications and servers.md b/06-Secure your websites, applications and servers.md index ac5f1e2..f7eaeea 100644 --- a/06-Secure your websites, applications and servers.md +++ b/06-Secure your websites, applications and servers.md @@ -26,7 +26,7 @@ * use the `HttpOnly` flag. -* **Test the cryptographic suites installed on the systems** and disable obsolete ones (RC4, MD4, MD5 etc.). Encourage the use of AES256. [Read the OSWAP note on the subject](https://owasp.org/www-project-cheat-sheets/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html). +* **Test the cryptographic suites installed on the systems** and disable obsolete ones (RC4, MD4, MD5 etc.). Encourage the use of AES256. [Read the OSWAP note on the subject](https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html). * **Adopt a specific password policy for administrators**. Change the passwords, at least, each time an administrator leaves and in case of suspected breach. Encourage strong authentication when possible.