We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e00589 commit c56f59cCopy full SHA for c56f59c
update.sh
@@ -11,5 +11,6 @@ go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch exploitdb
11
echo "Updating from githubrepos..."
12
go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch githubrepos
13
14
-echo "Updating from inthewild..."
15
-go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch inthewild
+# Fetching inthewild is disabled because the following bug broke it: https://github.com/vulsio/go-exploitdb/issues/149
+# echo "Updating from inthewild..."
16
+# go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch inthewild
0 commit comments