Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fetcher/inthewild): change DB URL #148

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(fetcher/inthewild): change DB URL
  • Loading branch information
MaineK00n authored Jun 22, 2023
commit 08d982d45fde477e0a8d6170b22005c7cb967222
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