go-exploitdb
go-exploitdb copied to clipboard
Tool for searching Exploits from Exploit Databases, etc.
Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.0 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:...
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.4 to 1.3.6. Commits bfea836 fix(parseDDL): default value valid should be false if not set (#105) fd0b690 bugfix: parseDDL cannot recognize the table name with dash (#104)...
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) from 3.0.5 to 3.1.0. Commits 67c695b Merge pull request #188 from cheggaaa/v3-pooling 56b7944 Merge pull request #192 from dmitryk-dk/v3-pooling 8830ba5 rollback go version 55fa2cc rollback old build rules...
# What did you implement: Because the issue is closed. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.12.0. Release notes Sourced from github.com/spf13/viper's releases. v1.12.0 This release makes YAML v3 and TOML v2 the default versions used for encoding. You can switch...
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.10 to 8.11.5. Release notes Sourced from github.com/go-redis/redis/v8's releases. v8.11.5 Please refer to CHANGELOG.md for details v8.11.4 Please refer to CHANGELOG.md for details v8.11.2 Important changes: Revert...
# What did you implement: Updated modules whcih go-exploitdb depends on ```bash $ rm go.mod go.sum $ go mod init go: creating new go.mod: module github.com/tttfrfr2/go-exploitdb go: to add module...
# What did you implement: Create a json file for each CVE-ID from the provided data. ## Type of change - [x] New feature (non-breaking change which adds functionality) #...
# What did you implement: Fixes https://github.com/future-architect/vuls/issues/1396 Add Trickest CVE as a new data source. https://github.com/trickest/cve ## Type of change - [x] New feature (non-breaking change which adds functionality) #...
This issue is an enhancement request. Could the image run as a non-root user? Currently, the image runs as the root user. ``` $ docker run --rm -it --entrypoint=/bin/sh vuls/go-exploitdb:0.1.4...