mirror of https://github.com/daffainfo/nuclei.git
Hot fix - severities in yaml template for reporting
parent
7e80dec5e7
commit
5e78dedce6
|
@ -1,3 +1,15 @@
|
||||||
|
# Severities
|
||||||
|
# 1) Info
|
||||||
|
# 2) Low
|
||||||
|
# 3) Medium
|
||||||
|
# 4) High
|
||||||
|
# 5) Critical
|
||||||
|
# to specify which severities should be reported
|
||||||
|
allow-list:
|
||||||
|
severity: [4, 5]
|
||||||
|
# to specify which severities should be excluded from reporting
|
||||||
|
deny-list:
|
||||||
|
severity: [1, 2, 3]
|
||||||
#allow-list:
|
#allow-list:
|
||||||
# severity: high,critical
|
# severity: high,critical
|
||||||
#deny-list:
|
#deny-list:
|
||||||
|
|
Loading…
Reference in New Issue