performing-web-application-vulnerability-triage

Featured

Triage web application vulnerability findings from DAST/SAST scanners using OWASP risk rating methodology to separate true positives from false positives and prioritize remediation.

AI & Automation 16,326 stars 1981 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Web Application Vulnerability Triage ## Overview Web application vulnerability triage is the process of reviewing findings from DAST (Dynamic Application Security Testing) and SAST (Static Application Security Testing) tools to validate true positives, dismiss false positives, assign risk ratings using the OWASP Risk Rating Methodology, and prioritize remediation. Effective triage reduces alert fatigue and focuses development teams on the vulnerabilities that matter most. ## When to Use - When conducting security assessments that involve performing web application vulnerability triage - When following incident response procedures for related security events - When performing scheduled security testing or auditing activities - When validating security controls through hands-on testing ## Prerequisites - DAST scan results (OWASP ZAP, Burp Suite, Acunetix) - SAST scan results (Semgrep, SonarQube, Checkmarx, Snyk Code) - Python 3.9+ with `requests`, `beautifulsoup4` - Burp Suite Professional or OWASP ZAP for manual validation - DefectDojo or similar for finding management ## OWASP Risk Rating Methodology ### Risk Calculation ``` Risk = Likelihood x Impact ``` ### Likelihood Factors (0-9 scale) | Factor Group | Factor | Description | |-------------|--------|------------| | Threat Agent | Skill Level | How technically skilled is the attacker? | | Threat Agent | Motive | How motivated is the attacker? | | Threat Agent | Opportunity | What resources/access are ...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
2 weeks ago
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category