Releases: muchdogesec/arango_cve_processor
Releases · muchdogesec/arango_cve_processor
main-2025-01-03-15-53-10
Update pyproject.toml (#26)
main-2024-12-24-14-13-43
remove old test (#24)
main-2024-12-24-14-10-45
Create arango_cve_processor.png (#23)
main-2024-12-24-14-07-06
adding missing test and demo video (#22)
main-2024-12-24-14-05-59: Bump requests from 2.31.0 to 2.32.2 (#20)
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main-2024-12-24-14-05-25: Add CVE id filter in DB query (#21)
* filter `--cve_id` in query #19 * add batchSize (initial)
main-2024-12-22-18-16-40
Update README.md (#17)
main-2024-12-13-10-38-44: Complete rewrite (#7)
* initial #1 * completely rewrite cve_processor * fix issue with attack * remove silent fail in ctibutler retrieve * adding example files * adding skeleton readme * adding docs * updating cve2stix modes * updating docs * moving cpe join to cve2stix * final docs * more docs * adding first test * Update README.md * Update cve-kev.md * adding gh workflow for releases * implement created_min+modified_min; implement --cve_ids #8 * add new cve-epss logic #10 * implement `cve-kev` #11 * add missing file #11 * use config.*_REF instead of hardcoded value * remove `cve-cpe` #9 * fixing docs * fixing namespace * fixing test 1 * adding test 2 * Update README.md * adding test 3 * add uuid logic to epss and kev reports * adding test 4 * adding test 6 * adding update tests * updating * test 6.1 * adding test 7 and 8 * adding test 9 and 10 * use deterministic id in kev and epss reports #12 * closes #13 * fix report.id generation #12 * implement embedded refs #14 * remove prints * remove prints * add external references * adding ids * fix epss time/timezone issue #16 * add external_references to relationships #15 --------- Co-authored-by: David G <[email protected]>