fix: ignore one more link (#208)

* fix: ignore one more link

Cert verification of https://wiki.sei.cmu.edu/confluence/display/android/Android+Secure+Coding+Standard fails on GitHub Actions

* Update run_awesome_bot.sh

https://web.archive.org/web/20180721134044/http://www.fasteque.com:80/android-reverse-engineering-101-part-1/ sometimes times out
This commit is contained in:
Ashish Bhatia 2024-09-02 15:54:06 -07:00 committed by GitHub
parent 1ccd7c045c
commit 66cf110dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,9 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\
'https://www.sec.tu-bs.de/~danarp/drebin/',\
'https://apkpure.com',\
'https://approver.talos-sec.com'
'https://approver.talos-sec.com',\
'https://wiki.sei.cmu.edu/confluence/display/android/Android+Secure+Coding+Standard',\
'https://web.archive.org/web/20180721134044/http://www.fasteque.com:80/android-reverse-engineering-101-part-1/'
FLAKY_URLS='http://safe.ijiami.cn/',\
'https://apkcombo.com/apk-downloader/',\