From a76b94a60535ba392a62026e0156724f5411f14d Mon Sep 17 00:00:00 2001 From: David Greenwood Date: Mon, 9 Dec 2024 10:54:25 +0000 Subject: [PATCH] updated docs (#40) --- README.md | 4 ++-- utilities/arango_cve_processor/README.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c65e8b6..8b020c2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/utilities/arango_cve_processor/README.md b/utilities/arango_cve_processor/README.md index 2d1e1f6..9ab1975 100644 --- a/utilities/arango_cve_processor/README.md +++ b/utilities/arango_cve_processor/README.md @@ -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`