Skip to content

Commit

Permalink
Add 40024 to the list of fingerprint exlusions (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr authored Nov 8, 2023
1 parent eadbaab commit 649cec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/vulcan-zap/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Timeout = 36000 # 10 hours. Expressed in seconds as an integer.
# 10108 - Reverse Tabnabbing - Not relevant for modern browser versions.
# Ignored scanners for fingerprint:
# 40018 - SQL Injection - Too many false positive results with variable resources.
# 40024 - SQL Injection SQLite - Too many false positive results with variable resources.
# Source: https://www.zaproxy.org/docs/alerts/
# max_scan_duration and max_rule_duration are expressed minutes
# max_scan_duration 9h to allow get results before the 36000 seconds 10h check timeout.
Expand All @@ -15,7 +16,7 @@ Options = """{
"active": true,
"min_score": 0,
"disabled_scanners": ["10062", "10003", "10108"],
"ignored_fingerprint_scanners": ["40018"],
"ignored_fingerprint_scanners": ["40018", "40024"],
"max_spider_duration": 0,
"max_scan_duration": 540,
"max_rule_duration": 0,
Expand Down

0 comments on commit 649cec8

Please sign in to comment.