Skip to content

Commit c56f59c

Browse files
fix(inthewild): disable fetching inthewild db (#7)
1 parent 6e00589 commit c56f59c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

update.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch exploitdb
1111
echo "Updating from githubrepos..."
1212
go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch githubrepos
1313

14-
echo "Updating from inthewild..."
15-
go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch inthewild
14+
# Fetching inthewild is disabled because the following bug broke it: https://github.com/vulsio/go-exploitdb/issues/149
15+
# echo "Updating from inthewild..."
16+
# go-exploitdb --dbpath /vuls/go-exploitdb.sqlite3 fetch inthewild

0 commit comments

Comments
 (0)