Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-23 23:48:33 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-23 23:48:33 +0300
commit7d6ac1b9cce6460f4862a4109c72558053f6b3e6 (patch)
tree7a1fd56882edd21922d9832bcba5505b4a5b9db1
parentd1f32ddaf9f51b037f8221460cfba10bdcd2e141 (diff)
refactor checklist includes
-rw-r--r--exampleSite/content/checklist/_index.md12
-rw-r--r--exampleSite/content/checklist/webappsec/01_appmetadata.md (renamed from exampleSite/content/checklist/01_appmetadata.md)1
-rw-r--r--exampleSite/content/checklist/webappsec/02_vulnerabilityreporting.md (renamed from exampleSite/content/checklist/02_vulnerabilityreporting.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/03_https.md (renamed from exampleSite/content/checklist/03_https.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz.md (renamed from exampleSite/content/checklist/04_authz.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz_AuthenticationCookiesandSessions.md (renamed from exampleSite/content/checklist/04_authz_AuthenticationCookiesandSessions.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz_Authorization.md (renamed from exampleSite/content/checklist/04_authz_Authorization.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz_AuthorizationRelatedWebVulnerabilities.md (renamed from exampleSite/content/checklist/04_authz_AuthorizationRelatedWebVulnerabilities.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz_OAuth2Login.md (renamed from exampleSite/content/checklist/04_authz_OAuth2Login.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/04_authz_UsernamePasswordAuthentication.md (renamed from exampleSite/content/checklist/04_authz_UsernamePasswordAuthentication.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln.md (renamed from exampleSite/content/checklist/05_commonvuln.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln_BrowserPlugins.md (renamed from exampleSite/content/checklist/05_commonvuln_BrowserPlugins.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln_CrossSiteScripting.md (renamed from exampleSite/content/checklist/05_commonvuln_CrossSiteScripting.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln_FileUploads.md (renamed from exampleSite/content/checklist/05_commonvuln_FileUploads.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln_PersistenceBackEndsandQuerying.md (renamed from exampleSite/content/checklist/05_commonvuln_PersistenceBackEndsandQuerying.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/05_commonvuln_UseofCryptography.md (renamed from exampleSite/content/checklist/05_commonvuln_UseofCryptography.md)0
-rw-r--r--exampleSite/content/checklist/webappsec/06_testing.md (renamed from exampleSite/content/checklist/06_testing.md)0
17 files changed, 6 insertions, 7 deletions
diff --git a/exampleSite/content/checklist/_index.md b/exampleSite/content/checklist/_index.md
index 36e6fce..93cfa5b 100644
--- a/exampleSite/content/checklist/_index.md
+++ b/exampleSite/content/checklist/_index.md
@@ -15,27 +15,27 @@ This is a demo of a [checklist page]({{%ref "content-and-customization/00-adding
{{%/notice %}}
## Application Metadata
-{{%include "01_appmetadata.md"%}}
+{{%include "webappsec/01_appmetadata.md"%}}
## Vulnerability Reporting and Management
-{{%include "02_vulnerabilityreporting.md"%}}
+{{%include "webappsec/02_vulnerabilityreporting.md"%}}
## HTTPS and Mixed-Content Risks
-{{%include "03_https.md"%}}
+{{%include "webappsec/03_https.md"%}}
## Authentication and Authorization
-{{%include "04_authz.md"%}}
+{{%include "webappsec/04_authz.md"%}}
## Common Web Vulnerabilities
-{{%include "05_commonvuln.md"%}}
+{{%include "webappsec/05_commonvuln.md"%}}
## Testing, QA, and Monitoring
-{{%include "06_testing.md"%}}
+{{%include "webappsec/06_testing.md"%}}
## Additional Notes
Provide any additional information about the security of your application:
diff --git a/exampleSite/content/checklist/01_appmetadata.md b/exampleSite/content/checklist/webappsec/01_appmetadata.md
index d0fadee..24f4e89 100644
--- a/exampleSite/content/checklist/01_appmetadata.md
+++ b/exampleSite/content/checklist/webappsec/01_appmetadata.md
@@ -1,5 +1,4 @@
---
-title: App Metadata
hidden: true
---
diff --git a/exampleSite/content/checklist/02_vulnerabilityreporting.md b/exampleSite/content/checklist/webappsec/02_vulnerabilityreporting.md
index 1c2e997..1c2e997 100644
--- a/exampleSite/content/checklist/02_vulnerabilityreporting.md
+++ b/exampleSite/content/checklist/webappsec/02_vulnerabilityreporting.md
diff --git a/exampleSite/content/checklist/03_https.md b/exampleSite/content/checklist/webappsec/03_https.md
index 98d0141..98d0141 100644
--- a/exampleSite/content/checklist/03_https.md
+++ b/exampleSite/content/checklist/webappsec/03_https.md
diff --git a/exampleSite/content/checklist/04_authz.md b/exampleSite/content/checklist/webappsec/04_authz.md
index bf9b5d6..bf9b5d6 100644
--- a/exampleSite/content/checklist/04_authz.md
+++ b/exampleSite/content/checklist/webappsec/04_authz.md
diff --git a/exampleSite/content/checklist/04_authz_AuthenticationCookiesandSessions.md b/exampleSite/content/checklist/webappsec/04_authz_AuthenticationCookiesandSessions.md
index 38c07b6..38c07b6 100644
--- a/exampleSite/content/checklist/04_authz_AuthenticationCookiesandSessions.md
+++ b/exampleSite/content/checklist/webappsec/04_authz_AuthenticationCookiesandSessions.md
diff --git a/exampleSite/content/checklist/04_authz_Authorization.md b/exampleSite/content/checklist/webappsec/04_authz_Authorization.md
index 13df6ae..13df6ae 100644
--- a/exampleSite/content/checklist/04_authz_Authorization.md
+++ b/exampleSite/content/checklist/webappsec/04_authz_Authorization.md
diff --git a/exampleSite/content/checklist/04_authz_AuthorizationRelatedWebVulnerabilities.md b/exampleSite/content/checklist/webappsec/04_authz_AuthorizationRelatedWebVulnerabilities.md
index c0c4512..c0c4512 100644
--- a/exampleSite/content/checklist/04_authz_AuthorizationRelatedWebVulnerabilities.md
+++ b/exampleSite/content/checklist/webappsec/04_authz_AuthorizationRelatedWebVulnerabilities.md
diff --git a/exampleSite/content/checklist/04_authz_OAuth2Login.md b/exampleSite/content/checklist/webappsec/04_authz_OAuth2Login.md
index 850e23e..850e23e 100644
--- a/exampleSite/content/checklist/04_authz_OAuth2Login.md
+++ b/exampleSite/content/checklist/webappsec/04_authz_OAuth2Login.md
diff --git a/exampleSite/content/checklist/04_authz_UsernamePasswordAuthentication.md b/exampleSite/content/checklist/webappsec/04_authz_UsernamePasswordAuthentication.md
index 74f5679..74f5679 100644
--- a/exampleSite/content/checklist/04_authz_UsernamePasswordAuthentication.md
+++ b/exampleSite/content/checklist/webappsec/04_authz_UsernamePasswordAuthentication.md
diff --git a/exampleSite/content/checklist/05_commonvuln.md b/exampleSite/content/checklist/webappsec/05_commonvuln.md
index 9073924..9073924 100644
--- a/exampleSite/content/checklist/05_commonvuln.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln.md
diff --git a/exampleSite/content/checklist/05_commonvuln_BrowserPlugins.md b/exampleSite/content/checklist/webappsec/05_commonvuln_BrowserPlugins.md
index a313e63..a313e63 100644
--- a/exampleSite/content/checklist/05_commonvuln_BrowserPlugins.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln_BrowserPlugins.md
diff --git a/exampleSite/content/checklist/05_commonvuln_CrossSiteScripting.md b/exampleSite/content/checklist/webappsec/05_commonvuln_CrossSiteScripting.md
index 14c26b7..14c26b7 100644
--- a/exampleSite/content/checklist/05_commonvuln_CrossSiteScripting.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln_CrossSiteScripting.md
diff --git a/exampleSite/content/checklist/05_commonvuln_FileUploads.md b/exampleSite/content/checklist/webappsec/05_commonvuln_FileUploads.md
index 521cb29..521cb29 100644
--- a/exampleSite/content/checklist/05_commonvuln_FileUploads.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln_FileUploads.md
diff --git a/exampleSite/content/checklist/05_commonvuln_PersistenceBackEndsandQuerying.md b/exampleSite/content/checklist/webappsec/05_commonvuln_PersistenceBackEndsandQuerying.md
index 56e39ee..56e39ee 100644
--- a/exampleSite/content/checklist/05_commonvuln_PersistenceBackEndsandQuerying.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln_PersistenceBackEndsandQuerying.md
diff --git a/exampleSite/content/checklist/05_commonvuln_UseofCryptography.md b/exampleSite/content/checklist/webappsec/05_commonvuln_UseofCryptography.md
index 305d081..305d081 100644
--- a/exampleSite/content/checklist/05_commonvuln_UseofCryptography.md
+++ b/exampleSite/content/checklist/webappsec/05_commonvuln_UseofCryptography.md
diff --git a/exampleSite/content/checklist/06_testing.md b/exampleSite/content/checklist/webappsec/06_testing.md
index a2cd97d..a2cd97d 100644
--- a/exampleSite/content/checklist/06_testing.md
+++ b/exampleSite/content/checklist/webappsec/06_testing.md