Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cve-search/vulnerability-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jun 19, 2024
2 parents aed5842 + cfde3e6 commit 8318352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/generic.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"public_domain": "0.0.0.0:10001",
"csaf_downloader_path": "/full/path/to/csaf_downloader",
"user_accounts": false,
"local_instance_name": "CIRCL",
"local_instance_uuid": "1a89b78e-f703-45f3-bb86-59eb712668bd",
"local_instance_vulnid_pattern": "^CIRCL-SA-[0-9]{4}-[0-9]{4,19}$",
"local_instance_vulnid_example": "CIRCL-SA-yyyy-nnnn",
"local_instance_name": "YOURORG",
"local_instance_uuid": "8627204d-fee7-4bdf-8707-5f0833b57c82",
"local_instance_vulnid_pattern": "^YOURORG-SA-[0-9]{4}-[0-9]{4,19}$",
"local_instance_vulnid_example": "YOURORG-SA-yyyy-nnnn",
"_notes": {
"loglevel": "(vulnerability-lookup) Can be one of the value listed here: https://docs.python.org/3/library/logging.html#levels",
"website_listen_ip": "IP Flask will listen on. Defaults to 0.0.0.0, meaning all interfaces.",
Expand Down

0 comments on commit 8318352

Please sign in to comment.