mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
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:
parent
1ccd7c045c
commit
66cf110dc2
@ -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.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\
|
||||||
'https://www.sec.tu-bs.de/~danarp/drebin/',\
|
'https://www.sec.tu-bs.de/~danarp/drebin/',\
|
||||||
'https://apkpure.com',\
|
'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/',\
|
FLAKY_URLS='http://safe.ijiami.cn/',\
|
||||||
'https://apkcombo.com/apk-downloader/',\
|
'https://apkcombo.com/apk-downloader/',\
|
||||||
|
Loading…
Reference in New Issue
Block a user