@@ -24,25 +24,27 @@ import java.nio.file.Paths
2424import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_ACTIVATION
2525import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_AUTO_USER_INSTRUM_MODE
2626import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_CUSTOM_BLOCKING_RESPONSE
27+ import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_CUSTOM_DATA_SCANNERS
2728import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_CUSTOM_RULES
29+ import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_DD_MULTICONFIG
2830import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_DD_RULES
2931import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_EXCLUSIONS
3032import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_EXCLUSION_DATA
3133import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_HEADER_FINGERPRINT
3234import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_IP_BLOCKING
3335import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_NETWORK_FINGERPRINT
36+ import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_PROCESSOR_OVERRIDES
3437import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_RASP_CMDI
3538import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_RASP_LFI
3639import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_RASP_SHI
3740import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_RASP_SQLI
3841import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_RASP_SSRF
3942import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_REQUEST_BLOCKING
4043import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_SESSION_FINGERPRINT
44+ import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_TRACE_TAGGING_RULES
4145import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_TRUSTED_IPS
4246import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_USER_BLOCKING
4347import static datadog.remoteconfig.Capabilities.CAPABILITY_ENDPOINT_FINGERPRINT
44- import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_DD_MULTICONFIG
45- import static datadog.remoteconfig.Capabilities.CAPABILITY_ASM_TRACE_TAGGING_RULES
4648import static datadog.remoteconfig.PollingHinterNoop.NOOP
4749import static datadog.trace.api.UserIdCollectionMode.ANONYMIZATION
4850import static datadog.trace.api.UserIdCollectionMode.DISABLED
@@ -282,6 +284,8 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
282284 | CAPABILITY_ASM_CUSTOM_RULES
283285 | CAPABILITY_ASM_CUSTOM_BLOCKING_RESPONSE
284286 | CAPABILITY_ASM_TRUSTED_IPS
287+ | CAPABILITY_ASM_PROCESSOR_OVERRIDES
288+ | CAPABILITY_ASM_CUSTOM_DATA_SCANNERS
285289 | CAPABILITY_ASM_RASP_SQLI
286290 | CAPABILITY_ASM_RASP_SSRF
287291 | CAPABILITY_ASM_RASP_CMDI
@@ -442,6 +446,8 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
442446 | CAPABILITY_ASM_CUSTOM_RULES
443447 | CAPABILITY_ASM_CUSTOM_BLOCKING_RESPONSE
444448 | CAPABILITY_ASM_TRUSTED_IPS
449+ | CAPABILITY_ASM_PROCESSOR_OVERRIDES
450+ | CAPABILITY_ASM_CUSTOM_DATA_SCANNERS
445451 | CAPABILITY_ENDPOINT_FINGERPRINT
446452 | CAPABILITY_ASM_SESSION_FINGERPRINT
447453 | CAPABILITY_ASM_NETWORK_FINGERPRINT
@@ -533,6 +539,8 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
533539 | CAPABILITY_ASM_CUSTOM_RULES
534540 | CAPABILITY_ASM_CUSTOM_BLOCKING_RESPONSE
535541 | CAPABILITY_ASM_TRUSTED_IPS
542+ | CAPABILITY_ASM_PROCESSOR_OVERRIDES
543+ | CAPABILITY_ASM_CUSTOM_DATA_SCANNERS
536544 | CAPABILITY_ASM_RASP_SQLI
537545 | CAPABILITY_ASM_RASP_SSRF
538546 | CAPABILITY_ASM_RASP_CMDI
0 commit comments