go-cve-dictionary icon indicating copy to clipboard operation
go-cve-dictionary copied to clipboard

Build a local copy of CVE (NVD and Japanese JVN). Server mode for easy querying.

Results 27 go-cve-dictionary issues
Sort by recently updated
recently updated
newest added

Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.1.0 to 1.3.9. Commits dedd1d2 feat: custom type implements autoIncrement (#121) bfee27c feat: gorm.Index was intruduced in v1.23.7 of gorm.io/gorm (#118) 237572f fix: handle database type array...

dependencies

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.1 to 1.3.6. Commits 14d485e feat: custom type implements autoIncrement (#83) 7f572a3 Upgrade gorm.io/gorm eaced4b feat: CurrentSchema (#82) 93bd25e Merge pull request #81 from go-gorm/fix_shard_db aa2eef5 feat:...

dependencies

In case you didn't noticed: [In late 2023, the NVD will retire its data feeds while working to guide any legacy users to updated application-programming interfaces (APIs). ](https://nvd.nist.gov/General/News/changes-to-feeds-and-apis) I do...

enhancement

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.21.11 to 1.23.8. Commits 9fd73ae Revert "use callback to handle transaction" fe01e1b Fix Model with slice data 46bce17 test: pg array type (#5480) 5c4016d Merge pull request...

dependencies

Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.2.1 to 1.6.0. Release notes Sourced from github.com/hashicorp/go-version's releases. v1.6.0 FEATURES: Add Prerelease function to Constraint to return true if the version includes a prerelease field (#100)...

dependencies

Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.7 to 2.0.3+incompatible. Commits 9bdaffc upgrade amalgamation code (#777) ed406dd Update README.md d51eaf3 Fix typo (#763) 53cff3f fix typo in doc comment (#770) b4f5cc7 add SystemErrno to...

dependencies

# What did you implement: Upgraded modules which go-cve-dictionary depends on ```bash $ rm go.sum go.mod $ go mod init go: creating new go.mod: module github.com/tttfrfr2/go-cve-dictionary go: to add module...

downloading the respective CVE and CPE data is interesting, so is parsing them into an sqlite3 database how can we actually query them in a sensible way ? i assumed...

question

Hi I'm trying to understand is it possible to use wildcards in the /cpes queries. For example '{"name": "cpe:/a:sudo[wildcard]:sudo:-:-"}' The reason why I'm asking this - there are items for...

question

Hi, Currently (in version 0.5.1 at least) the process runs under root : ``` 1 root 0:00 go-cve-dictionary server -bind=0.0.0.0 -dbpath /tmp/cve.sqlite3 ``` It seems better to create and use...

enhancement