Skip to content

Releases: muchdogesec/arango_cve_processor

main-2025-01-03-15-53-10

03 Jan 15:53
04486a1
Compare
Choose a tag to compare
Update pyproject.toml (#26)

main-2024-12-24-14-13-43

24 Dec 14:13
cc06bbf
Compare
Choose a tag to compare
remove old test (#24)

main-2024-12-24-14-10-45

24 Dec 14:10
207061e
Compare
Choose a tag to compare
Create arango_cve_processor.png (#23)

main-2024-12-24-14-07-06

24 Dec 14:07
a246a6a
Compare
Choose a tag to compare
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)

24 Dec 14:06
2efcb70
Compare
Choose a tag to compare
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)

24 Dec 14:05
ea41ae6
Compare
Choose a tag to compare
* filter `--cve_id` in query #19

* add batchSize (initial)

main-2024-12-22-18-16-40

22 Dec 18:16
61c1324
Compare
Choose a tag to compare
Update README.md (#17)

main-2024-12-13-10-38-44: Complete rewrite (#7)

13 Dec 10:38
3fcf17c
Compare
Choose a tag to compare
* 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]>