Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ashishb committed Aug 4, 2023
1 parent 23e3295 commit 53428de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions run_awesome_bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
'https://bitbucket.org/mstrobel/procyon/wiki/',\
'https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares',\
'https://github.com/ashishb/android-security-awesome/actions',\
'https://pscout.csl.toronto.edu',\
'https://appcritique.boozallen.com',\
'https://amaaas.com',\
'https://malwarepot.com/index.php/AMAaaS',\
Expand All @@ -31,11 +30,11 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
'https://malab.bitbaan.com/',\
'https://www.android-device-security.org/client/datatable',\
'http://pralab.diee.unica.it/en/AndroidPRAGuardDataset',\
'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/'

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

SRC_FILE=README.md
# Install urlsup with `cargo install urlsup`
Expand Down

0 comments on commit 53428de

Please sign in to comment.