File tree Expand file tree Collapse file tree
appsec/tests/integration/src/test/groovy/com/datadog/appsec/php/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ class RemoteConfigTests {
9393 Capability . ASM_SESSION_FINGERPRINT ,
9494 Capability . ASM_NETWORK_FINGERPRINT ,
9595 Capability . ASM_HEADER_FINGERPRINT ,
96+ Capability . ASM_PROCESSOR_OVERRIDES ,
97+ Capability . ASM_CUSTOM_DATA_SCANNERS ,
9698 ]. each { assert it in capSet }
9799
98100 doReq. call(403 )
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ pub unsafe extern "C" fn ddog_init_remote_config(
144144 RemoteConfigCapabilities :: AsmSessionFingerprint ,
145145 RemoteConfigCapabilities :: AsmNetworkFingerprint ,
146146 RemoteConfigCapabilities :: AsmHeaderFingerprint ,
147+ RemoteConfigCapabilities :: AsmProcessorOverrides ,
148+ RemoteConfigCapabilities :: AsmCustomDataScanners ,
147149 ]
148150 . iter ( )
149151 . for_each ( |c| DDTRACE_REMOTE_CONFIG_CAPABILITIES . push ( * c) ) ;
You can’t perform that action at this time.
0 commit comments