Skip to content

Commit 079b930

Browse files
Automatic Engagement Numbering
1 parent 569300f commit 079b930

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
- type: bind
5858
source: ./docker/extra_settings
5959
target: /app/docker/extra_settings
60+
6061
- "defectdojo_media:${DD_MEDIA_ROOT:-/app/media}"
6162
celerybeat:
6263
image: "defectdojo/defectdojo-django:${DJANGO_VERSION:-latest}"

dojo/settings/settings.dist.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,6 +1846,10 @@ def saml2_attrib_map_format(din):
18461846
# Maximum size of a scan file in MB
18471847
SCAN_FILE_MAX_SIZE = env("DD_SCAN_FILE_MAX_SIZE")
18481848

1849+
# Engagement ID format
1850+
# Example: "ENG-{id:04d}"
1851+
ENGAGEMENT_ID_FORMAT = env("DD_ENGAGEMENT_ID_FORMAT", default="ENG-{id:04d}")
1852+
18491853
# Apply a severity level to "Security Weaknesses" in Qualys WAS
18501854
QUALYS_WAS_WEAKNESS_IS_VULN = env("DD_QUALYS_WAS_WEAKNESS_IS_VULN")
18511855

0 commit comments

Comments
 (0)