Skip to content

Commit c07b52a

Browse files
authored
Merge pull request #4581 from DataDog/appsec-set-activerecord-contrib-auto-patch-to-true
Enable AppSec auto-patching of ActiveRecord
2 parents 1c6b34c + d0127c7 commit c07b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datadog/appsec/contrib/active_record/integration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Integration
1313

1414
MINIMUM_VERSION = Gem::Version.new('4')
1515

16-
register_as :active_record, auto_patch: false
16+
register_as :active_record, auto_patch: true
1717

1818
def self.version
1919
Gem.loaded_specs['activerecord'] && Gem.loaded_specs['activerecord'].version

0 commit comments

Comments
 (0)