Skip to content

Commit

Permalink
fix(fetcher/inthewild): change DB URL (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Jun 22, 2023
1 parent 0a41022 commit f7bcf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/inthewild.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// https://www.sqlite.org/fileformat.html
var sqlite3HeaderMagic = []byte("SQLite format 3\x00")

const dbURL string = "https://github.com/gmatuz/inthewilddb/blob/master/inthewild.db?raw=true"
const dbURL string = "https://pub-4c1eae2a180542b19ea7c88f1e4ccf07.r2.dev/inthewild.db"

type exploit struct {
CVEID string `gorm:"column:exploits.id"`
Expand Down

0 comments on commit f7bcf0f

Please sign in to comment.