From a494420d399b12d3df45ce099f3746b7b080fd10 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 11 Dec 2021 02:17:47 +0100 Subject: [PATCH] Add web security resources --- .../content/106-web-security-knowledge/100-https.md | 13 ++++++++++++- .../101-content-security-policy.md | 9 ++++++++- .../content/106-web-security-knowledge/readme.md | 11 ++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md index cd7ede8bd..92e8664dc 100644 --- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md +++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md @@ -1 +1,12 @@ -# Https \ No newline at end of file +# HTTPS + +HTTPS is a secure way to send data between a web server and a browser. + +Free Content +What is HTTPS? +Why HTTPS Matters +Enabling HTTPS on Your Servers +SSL, TLS, HTTP, HTTPS Explained +HTTPS — Stories from the field + + diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md index 9a1241811..b01265589 100644 --- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md +++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md @@ -1 +1,8 @@ -# Content security policy \ No newline at end of file +# Content Security Policy + +Content Security Policy is a computer security standard introduced to prevent cross-site scripting, clickjacking and other code injection attacks resulting from execution of malicious content in the trusted web page context. + +Free Content +MDN — Content Security Policy (CSP) +Google Devs — Content Security Policy (CSP) + diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md index f440075e0..cd5ae648f 100644 --- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md +++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md @@ -1 +1,10 @@ -# Web security knowledge \ No newline at end of file +# Web Security Knowledge + +Web security refers to the protective measures taken by the developers to protect the web applications from threats that could affect the business. + +Free Content +Why HTTPS Matters +Wikipedia - OWASP +OWASP Web Application Security Testing Checklist +OWASP Top 10 Security Risks +Content Security Policy (CSP)