Skip to content

Commit 4ad9e98

Browse files
committed
add ognore list for link checker
1 parent c2b8641 commit 4ad9e98

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.lycheeignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# ignore these false positives from the link checker housekeeper
2+
3+
# some sites that are examples only, no intention of being real
4+
myfriend.site.com/
5+
6+
# Lockheed Martin has trouble with SSL certificates, temporarily ignore
7+
https://www.lockheedmartin.com
8+
9+
# github gets upset if too many requests are made to create new issues
10+
https://github.com/OWASP/www-project-developer-guide/issues/new
11+
https://github.com/OWASP/www-project-developer-guide/pulls
12+
13+
# ignore LINDDUN site because it occasionally times out
14+
https://www.linddun.org/
15+
16+
# automated access to esapi is forbidden
17+
https://mvnrepository.com/artifact/org.owasp.esapi/esapi
18+
19+
# do not harass dockerhub
20+
https://hub.docker.com/r/owasp/threat-dragon/tags
21+
https://hub.docker.com/r/webgoat/webgoat
22+
23+
# Google drive tends to need permissions that the link checker does not have
24+
https://drive.google.com/
25+
26+
# SAMM training site blocks automated access
27+
https://owaspsamm.thinkific.com/courses/samm

0 commit comments

Comments
 (0)