Skip to content

Commit

Permalink
Fix capability identifier (#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua authored Oct 10, 2024
1 parent 6052944 commit ce0bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/appsec/remote_config/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
APM_TRACING_CUSTOM_TAGS: 1n << 15n,
APM_TRACING_ENABLED: 1n << 19n,
ASM_RASP_SQLI: 1n << 21n,
ASM_RASP_LFI: 1n << 22n,
ASM_RASP_SSRF: 1n << 23n,
ASM_RASP_LFI: 1n << 24n,
APM_TRACING_SAMPLE_RULES: 1n << 29n,
ASM_ENDPOINT_FINGERPRINT: 1n << 32n,
ASM_NETWORK_FINGERPRINT: 1n << 34n,
Expand Down

0 comments on commit ce0bdce

Please sign in to comment.