Skip to content

Commit

Permalink
ignore SSL certificate expirations in /static-checks/html-links
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps authored and mildas committed Apr 3, 2024
1 parent d0284e7 commit b76eae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/waivers-upstream
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@

# HTML links from datastreams waivers
#
# ignore SSL certificate expirations in html-links - these are generally
# harmless (expiration is not MITM) while being the biggest contributor
# to false positives, so just ignore them, avoiding frequent random fails
/static-checks/html-links/.+
Match("failed: certificate has expired" in note, sometimes=True)
# Inaccessible until form is filled:
/static-checks/html-links/https://docs-prv.pcisecuritystandards.org/PCI%20DSS/Standard/PCI-DSS-v4_0.pdf
True
Expand Down

0 comments on commit b76eae8

Please sign in to comment.