-
-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into codebase-structure
- Loading branch information
Showing
24 changed files
with
304 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ representative at an online or offline event. | |
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at | ||
[INSERT CONTACT METHOD]. | ||
[email protected]. | ||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,51 @@ | ||
[ | ||
{ | ||
"name": "Web Application Penetration Testing Fundamentals", | ||
"description": "Learn the basics of web application penetration testing, including common vulnerabilities and testing methodologies.", | ||
"url": "https://www.owasp.org/index.php/Web_Application_Penetration_Testing", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Certified Web Application Penetration Tester (CWAPT) Certification", | ||
"description": "Information on the CWAPT certification, a specialized certification for professionals focusing on web application penetration testing.", | ||
"url": "https://mile2.com/web-application-penetration-tester-cwapt.html", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Burp Suite", | ||
"description": "Explore Burp Suite, a popular web application security testing tool that assists in identifying and exploiting vulnerabilities.", | ||
"url": "https://portswigger.net/web-security", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "OWASP AppSec Conferences", | ||
"description": "Information about the OWASP AppSec conferences, which focus on web application security, including penetration testing techniques.", | ||
"url": "https://owasp.org/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "SQL Injection Testing", | ||
"description": "Learn about SQL injection testing techniques used to identify and exploit SQL injection vulnerabilities in web applications.", | ||
"url": "https://portswigger.net/web-security/sql-injection", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
} | ||
] | ||
|
||
{ | ||
"name": "Web Application Penetration Testing Fundamentals", | ||
"description": "Learn the basics of web application penetration testing, including common vulnerabilities and testing methodologies.", | ||
"url": "https://www.owasp.org/index.php/Web_Application_Penetration_Testing", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Certified Web Application Penetration Tester (CWAPT) Certification", | ||
"description": "Information on the CWAPT certification, a specialized certification for professionals focusing on web application penetration testing.", | ||
"url": "https://mile2.com/web-application-penetration-tester-cwapt.html", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Burp Suite", | ||
"description": "Explore Burp Suite, a popular web application security testing tool that assists in identifying and exploiting vulnerabilities.", | ||
"url": "https://portswigger.net/web-security", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "OWASP AppSec Conferences", | ||
"description": "Information about the OWASP AppSec conferences, which focus on web application security, including penetration testing techniques.", | ||
"url": "https://owasp.org/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "SQL Injection Testing", | ||
"description": "Learn about SQL injection testing techniques used to identify and exploit SQL injection vulnerabilities in web applications.", | ||
"url": "https://portswigger.net/web-security/sql-injection", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Trivy", | ||
"description": "Trivy is the most popular open source security scanner, reliable, fast, and easy to use. It's a container security scanner designed specifically for Docker images.", | ||
"url": "https://trivy.dev", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Snyk", | ||
"description": "Snyk specializes in JavaScript security. It is a developer-first security solution that helps you use open source code and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and more.", | ||
"url": "https://snyk.io/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
} | ||
] |
Oops, something went wrong.