File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments