Skip to content

Commit 66cf110

Browse files
authored
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
1 parent 1ccd7c0 commit 66cf110

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_awesome_bot.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
3333
'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\
3434
'https://www.sec.tu-bs.de/~danarp/drebin/',\
3535
'https://apkpure.com',\
36-
'https://approver.talos-sec.com'
36+
'https://approver.talos-sec.com',\
37+
'https://wiki.sei.cmu.edu/confluence/display/android/Android+Secure+Coding+Standard',\
38+
'https://web.archive.org/web/20180721134044/http://www.fasteque.com:80/android-reverse-engineering-101-part-1/'
3739

3840
FLAKY_URLS='http://safe.ijiami.cn/',\
3941
'https://apkcombo.com/apk-downloader/',\

0 commit comments

Comments
 (0)