Skip to content

Commit

Permalink
updated docs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Dec 9, 2024
1 parent 7376567 commit a76b94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ For the above object a STIX SRO would be generated by stix2arango with `source_r
We store a lot of STIX data from popular knowledgebases on Cloudflare R2.
This is a useful resource to quickly populate STIX data using stix2arango if you want to see what it can do. It is also what is used to populate the data required by [arango_cti_processor](https://github.com/muchdogesec/arango_cti_processor/)
This is a useful resource to quickly populate STIX data using stix2arango if you want to see what it can do.
To populate this data for yourself, check out `utilities/README.md`
To populate this data for yourself, check out `utilities/README.md` for import scripts.
## Useful supporting tools
Expand Down
3 changes: 1 addition & 2 deletions utilities/arango_cve_processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Where:

* `SCRIPT` (required): is either
* `insert_archive_cve.py`
* `insert_archive_cwe.py`

* `insert_archive_cpe.py` (ARCHIVED -- logic now exists in [cpe2stix](https://github.com/muchdogesec/cpe2stix), and thus these objects are now imported via `insert_archive_cve.py`))
* `--database` (required): is the name of the Arango database the objects should be stored in. If database does not exist, stix2arango will create it
* `--ignore_embedded_relationships` (optional): boolean, if `true` passed, this will stop any embedded relationships from being generated. Default is `false`
* `--years` (optional): the years for which you want CPE and CVE data separated by a comma (e.g. `2024,2023)`. If no `years` flag is passed, all available years will be downloaded. IMPORTANT: flag only works with `insert_archive_cve.py` and `insert_archive_cpe.py`
Expand Down

0 comments on commit a76b94a

Please sign in to comment.