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

https://www.redhat.com/security/data/metrics/ https://www.redhat.com/security/data/metrics/cve_dates.txt > CVE to date, CVE to severity, CVE to CVSS mapping > > This data source maps CVE names to the dates the issues were first known to...

As shown ![image](https://user-images.githubusercontent.com/12231426/43818577-d5b9d3f6-9b11-11e8-8959-45e318fd9089.png) After repeated execution-modified, it is found that the data in the database has been added repeatedly. The expected effect should be that no data is added, and...

bug

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.1 to 1.4.2. Commits c538c38 Disable Returning for mariadb < 10.5, close #93 bf5c03d opt time value display the debug sql (#92) ecb6c6a Enable WithReturning by default...

dependencies

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.21.11 to 1.24.0. Commits 34fbe84 Add TableName with NamingStrategy support, close #5726 e8f48b5 fix: limit=0 results (#5735) (#5736) 4b22a55 fix: primaryFields are overwritten (#5721) 9564b82 Fix OnConstraint...

dependencies

Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.1.0 to 1.4.4. Commits e6551c7 Fix autoincrement check, close #88 d3403e4 Allow disable returning from dialector config, close #88 0d0e3a2 Fix possible panic when comment not quoted,...

dependencies

Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.7 to 1.14.15. Commits d8e192b Update amalgamation code 595e132 Retract +incompatible releases fd616a2 Update supported Go version to Go 1.19 3ccccfb Support returning any from callbacks (#1046)...

dependencies

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.5 to 1.5.6. Commits 9d1b8d6 Fix insert id order for mariadb See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/driver/mysql&package-manager=go_modules&previous-version=1.5.5&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
go

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.7 to 1.25.8. Commits 1b0aa80 Fix AutoMigrate for bool fields with default value e0c3be0 Fix tests in local 303de6e chore: optimize regEnLetterAndMidline regular (#6908) f7ebf04 fix(create): fix...

dependencies
go

Hi, I fail to understand how the CVE database is updated, once it has been seeded using `fetch`. Do I need to refetch everything on a regular basis, or is...

question

I implemented a new API feature for retrieving all Common Vulnerabilities and Exposures (CVEs) with pagination support. This enhancement allows users to fetch CVE data in a paginated format, making...