Skip to content

Commit

Permalink
Copy config_norm_rules.json from dd-go (#5073)
Browse files Browse the repository at this point in the history
This is needed in order for CI to validate the following upcoming new
config options:

- `dynamicInstrumentationRedactedIdentifiers`
- `dynamicInstrumentationRedactionExcludedIdentifiers`
  • Loading branch information
watson authored Jan 8, 2025
1 parent 34b751d commit e2bee27
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"DD_IAST_DB_ROWS_TO_TAINT": "iast_db_rows_to_taint",
"DD_IAST_DEDUPLICATION_ENABLED": "iast_deduplication_enabled",
"DD_IAST_ENABLED": "iast_enabled",
"DD_IAST_EXPERIMENTAL_PROPAGATION_ENABLED": "iast_experimental_propagation_enabled",
"DD_IAST_MAX_CONCURRENT_REQUESTS": "iast_max_concurrent_requests",
"DD_IAST_MAX_RANGE_COUNT": "iast_max_range_count",
"DD_IAST_REDACTION_ENABLED": "iast_redaction_enabled",
Expand Down Expand Up @@ -306,6 +307,7 @@
"appsec.obfuscatorKeyRegex": "appsec_obfuscation_parameter_key_regexp",
"appsec.obfuscatorValueRegex": "appsec_obfuscation_parameter_value_regexp",
"appsec.rasp.enabled": "appsec_rasp_enabled",
"appsec.rasp_enabled": "appsec_rasp_enabled",
"appsec.rateLimit": "appsec_rate_limit",
"appsec.rules": "appsec_rules",
"appsec.rules.metadata.rules_version": "appsec_rules_metadata_rules_version",
Expand Down Expand Up @@ -452,6 +454,8 @@
"dynamic.instrumentation.enabled": "dynamic_instrumentation_enabled",
"dynamic.instrumentation.metrics.enabled": "dynamic_instrumentation_metrics_enabled",
"dynamicInstrumentationEnabled": "dynamic_instrumentation_enabled",
"dynamicInstrumentationRedactedIdentifiers": "dynamic_instrumentation_redacted_identifiers",
"dynamicInstrumentationRedactionExcludedIdentifiers": "dynamic_instrumentation_redaction_excluded_indentifiers",
"dynamic_instrumentation.enabled": "dynamic_instrumentation_enabled",
"dynamic_instrumentation.redacted_identifiers": "dynamic_instrumentation_redacted_identifiers",
"dynamic_instrumentation.redacted_types": "dynamic_instrumentation_redacted_types",
Expand Down Expand Up @@ -491,6 +495,7 @@
"iast.deduplication.enabled": "iast_deduplication_enabled",
"iast.deduplicationEnabled": "iast_deduplication_enabled",
"iast.enabled": "iast_enabled",
"iast.experimental.propagation.enabled": "iast_experimental_propagation_enabled",
"iast.max-concurrent-requests": "iast_max_concurrent_requests",
"iast.maxConcurrentRequests": "iast_max_concurrent_requests",
"iast.maxContextOperations": "iast_max_context_operations",
Expand Down Expand Up @@ -707,6 +712,7 @@
"trace.jmxfetch.kafka.enabled": "trace_jmxfetch_kafka_enabled",
"trace.jmxfetch.tomcat.enabled": "trace_jmxfetch_tomcat_enabled",
"trace.kafka.client.propagation.enabled": "trace_kafka_client_propagation_enabled",
"trace.kafka_distributed_tracing": "trace_kafka_distributed_tracing",
"trace.laravel_queue_distributed_tracing": "trace_laravel_queue_distributed_tracing",
"trace.log_file": "trace_log_file",
"trace.log_level": "trace_log_level",
Expand Down

0 comments on commit e2bee27

Please sign in to comment.