File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}"
Original file line number Diff line number Diff line change @@ -1846,6 +1846,10 @@ def saml2_attrib_map_format(din):
18461846# Maximum size of a scan file in MB
18471847SCAN_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
18501854QUALYS_WAS_WEAKNESS_IS_VULN = env ("DD_QUALYS_WAS_WEAKNESS_IS_VULN" )
18511855
You can’t perform that action at this time.
0 commit comments