mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Switch some false-positive prone tests to WARN instead of FAIL
This commit is contained in:
@@ -3,8 +3,8 @@ name: Run daily scans
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# cron format: 'minute hour dayofmonth month dayofweek'
|
# cron format: 'minute hour dayofmonth month dayofweek'
|
||||||
# this will run at noon UTC every day (7am EST / 8am EDT)
|
# this will run at 10am UTC every day (5am EST / 6am EDT)
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 10 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
10109 WARN (Modern Web Application - Passive/beta)
|
10109 WARN (Modern Web Application - Passive/beta)
|
||||||
10202 WARN (Absence of Anti-CSRF Tokens - Passive/release)
|
10202 WARN (Absence of Anti-CSRF Tokens - Passive/release)
|
||||||
2 WARN (Private IP Disclosure - Passive/release)
|
2 WARN (Private IP Disclosure - Passive/release)
|
||||||
20012 FAIL (Anti-CSRF Tokens Check - Active/beta)
|
20012 WARN (Anti-CSRF Tokens Check - Active/beta)
|
||||||
20014 WARN (HTTP Parameter Pollution - Active/beta)
|
20014 WARN (HTTP Parameter Pollution - Active/beta)
|
||||||
20015 WARN (Heartbleed OpenSSL Vulnerability - Active/beta)
|
20015 WARN (Heartbleed OpenSSL Vulnerability - Active/beta)
|
||||||
20016 WARN (Cross-Domain Misconfiguration - Active/beta)
|
20016 WARN (Cross-Domain Misconfiguration - Active/beta)
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
40014 FAIL (Cross Site Scripting (Persistent) - Active/release)
|
40014 FAIL (Cross Site Scripting (Persistent) - Active/release)
|
||||||
40016 FAIL (Cross Site Scripting (Persistent) - Prime - Active/release)
|
40016 FAIL (Cross Site Scripting (Persistent) - Prime - Active/release)
|
||||||
40017 FAIL (Cross Site Scripting (Persistent) - Spider - Active/release)
|
40017 FAIL (Cross Site Scripting (Persistent) - Spider - Active/release)
|
||||||
40018 FAIL (SQL Injection - Active/release)
|
40018 WARN (SQL Injection - Active/release)
|
||||||
40019 FAIL (SQL Injection - MySQL - Active/beta)
|
40019 FAIL (SQL Injection - MySQL - Active/beta)
|
||||||
40020 FAIL (SQL Injection - Hypersonic SQL - Active/beta)
|
40020 FAIL (SQL Injection - Hypersonic SQL - Active/beta)
|
||||||
40021 FAIL (SQL Injection - Oracle - Active/beta)
|
40021 FAIL (SQL Injection - Oracle - Active/beta)
|
||||||
|
|||||||
Reference in New Issue
Block a user