Skip to content

Commit

Permalink
fix: Adjust to INFO level (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
thced authored Nov 4, 2024
1 parent 3fe5971 commit 028fdf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zap/rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Change WARN to IGNORE to ignore rule or FAIL to fail if rule matches
# Only the rule identifiers are used - the names are just for info
# You can add your own messages to each rule by appending them after a tab on each line.
100001 IGNORE (Unexpected Content-Type was returned)
10021 IGNORE (X-Content-Type-Options Header Missing)
10035 IGNORE (Strict-Transport-Security Header Not Set)
100001 INFO (Unexpected Content-Type was returned)
10021 INFO (X-Content-Type-Options Header Missing)
10035 INFO (Strict-Transport-Security Header Not Set)
90022 INFO (Application Error Disclosure)

0 comments on commit 028fdf0

Please sign in to comment.