From 66cf110dc267d9eab654ff0ab4bb0298284a51a8 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Mon, 2 Sep 2024 15:54:06 -0700 Subject: [PATCH] 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 --- run_awesome_bot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index 56ba01f..8689e6d 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -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/',\