diff --git a/gradle.properties b/gradle.properties index d31a7c2a84..6b10cf4892 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # The agent version. agentVersion=8.11.0 -securityAgentVersion=1.1.2 +securityAgentVersion=1.2.0 newrelicDebug=false org.gradle.jvmargs=-Xmx2048m diff --git a/newrelic-agent/src/main/resources/newrelic.yml b/newrelic-agent/src/main/resources/newrelic.yml index bfb3a68291..1924ab8687 100644 --- a/newrelic-agent/src/main/resources/newrelic.yml +++ b/newrelic-agent/src/main/resources/newrelic.yml @@ -402,11 +402,6 @@ common: &default_settings # true, the security module will run but data will not be sent. Default is false. enabled: false - # Determines whether the low priority attack/vulnerability modules will instrument or not. - # When this is disabled instrumentation of such modules will be skipped and vice versa, default is false. - low-priority-instrumentation: - enabled: false - # New Relic Security provides two modes: IAST and RASP # Default is IAST. Due to the invasive nature of IAST scanning, DO NOT enable this mode in either a # production environment or an environment where production data is processed.