Skip to content

Commit

Permalink
make dogesec_commons changes #116 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fqrious authored Feb 21, 2025
1 parent f93faca commit 81714fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ urllib3==2.2.3
vine==5.1.0
wcwidth==0.2.13
zipp==3.20.2
dogesec_commons @ https://github.com/muchdogesec/dogesec_commons/releases/download/main-2025-02-06-06-30-23/dogesec_commons-0.0.5-py3-none-any.whl
dogesec_commons @ https://github.com/muchdogesec/dogesec_commons/releases/download/main-2025-02-20-06-53-50/dogesec_commons-0.0.6-py3-none-any.whl
arango_cve_processor @ https://github.com/muchdogesec/arango_cve_processor/releases/download/main-2025-02-06-16-08-34/arango_cve_processor-0.0.1-py3-none-any.whl
stix2arango @ https://github.com/muchdogesec/stix2arango/releases/download/main-2025-02-04-14-14-39/stix2arango-0.0.4rc0-py3-none-any.whl
6 changes: 5 additions & 1 deletion vulmatch/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,8 @@
ARANGODB_HOST_URL = os.getenv("ARANGODB_HOST_URL")
ARANGODB_DATABASE = "vulmatch"

CVE2STIX_BUCKET_ROOT_PATH = os.environ["CVE2STIX_BUCKET_ROOT_PATH"]
CVE2STIX_BUCKET_ROOT_PATH = os.environ["CVE2STIX_BUCKET_ROOT_PATH"]

# stixifier settings
ARANGODB_DATABASE_VIEW = VIEW_NAME
SRO_OBJECTS_ONLY_LATEST = os.getenv('SRO_OBJECTS_ONLY_LATEST', True)

0 comments on commit 81714fd

Please sign in to comment.