Skip to content

Commit

Permalink
add missing capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Jan 13, 2025
1 parent 684ead6 commit 242576b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dd-trace/src/appsec/remote_config/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ module.exports = {
APM_TRACING_LOGS_INJECTION: 1n << 13n,
APM_TRACING_HTTP_HEADER_TAGS: 1n << 14n,
APM_TRACING_CUSTOM_TAGS: 1n << 15n,
ASM_PROCESSOR_OVERRIDES: 1n << 16n,
ASM_CUSTOM_DATA_SCANNERS: 1n << 17n,
ASM_EXCLUSION_DATA: 1n << 18n,
APM_TRACING_ENABLED: 1n << 19n,
ASM_RASP_SQLI: 1n << 21n,
ASM_RASP_LFI: 1n << 22n,
Expand All @@ -26,5 +29,6 @@ module.exports = {
ASM_ENDPOINT_FINGERPRINT: 1n << 32n,
ASM_NETWORK_FINGERPRINT: 1n << 34n,
ASM_HEADER_FINGERPRINT: 1n << 35n,
ASM_TRUNCATION_RULES: 1n << 36n,
ASM_RASP_CMDI: 1n << 37n
}

0 comments on commit 242576b

Please sign in to comment.