Skip to main content

Learn More

Repository Link - https://github.com/null-open-security-community/study-group-web-security/

To Add A New Vulnerability Type

  1. Create a new directory inside docs and rename it to the vulnerability name. For e.g., authorization-issues
  2. Create _category_.json inside the directory and add the below content
     {
    "label": "Authorization Issues",
    "position": 5
    }
  3. Create another markdown file, with any relevant name - for e.g., resources.md that will contain all the resources related to the authorization issues.
  4. Create similar markdown file to segregate the content under a specific category.

For any issue - contact [email protected]