Skip to content

Commit 53428de

Browse files
committed
https://www.sec.tu-bs.de/~danarp/drebin/ SSL validation fails due to server not returning the full certificate chain. ``` > Issues 1. https://www.sec.tu-bs.de/~danarp/drebin/ - error trying to connect: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1883: (unable to get local issuer certificate) - README.md - L259 Error: Process completed with exit code 1. ``` Ref: https://github.com/ashishb/android-security-awesome/actions/runs/5759618894/job/15614033663
1 parent 23e3295 commit 53428de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run_awesome_bot.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
2020
'https://bitbucket.org/mstrobel/procyon/wiki/',\
2121
'https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares',\
2222
'https://github.com/ashishb/android-security-awesome/actions',\
23-
'https://pscout.csl.toronto.edu',\
2423
'https://appcritique.boozallen.com',\
2524
'https://amaaas.com',\
2625
'https://malwarepot.com/index.php/AMAaaS',\
@@ -31,11 +30,11 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
3130
'https://malab.bitbaan.com/',\
3231
'https://www.android-device-security.org/client/datatable',\
3332
'http://pralab.diee.unica.it/en/AndroidPRAGuardDataset',\
34-
'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/'
33+
'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\
34+
'https://www.sec.tu-bs.de/~danarp/drebin/'
3535

3636
FLAKY_URLS='http://safe.ijiami.cn/',\
3737
'https://apkcombo.com/apk-downloader/',\
38-
'https://pscout.csl.toronto.edu'
3938

4039
SRC_FILE=README.md
4140
# Install urlsup with `cargo install urlsup`

0 commit comments

Comments
 (0)