Compare commits

...

1 Commits

Author SHA1 Message Date
Strhuan Blomquist
16508c9a16 cve-check.sh: changed clone from git to https so people without keys can get accsess. 2019-10-15 10:08:59 +02:00

View File

@@ -23,7 +23,7 @@ if [ -d "$CVEDIR" ]; then
else
### Control will jump here if $DIR does NOT exists ###
echo "Error: cvecheck not found. getting from iopsys repo"
git clone git@dev.iopsys.eu:iopsys/cve-indicator.git /tmp/cve-indicator
git clone https://dev.iopsys.eu/iopsys/cve-indicator.git /tmp/cve-indicator
fi
CVEGENLIST=`${CVEBIN}/cve-indicator gen-list openwrt bin`
CVEGETCVES=`${CVEBIN}/cve-indicator get-cves $CVEGENLIST --api_url http://cve.circl.lu/api/cvefor/`