Skip to content

Commit d0127c7

Browse files
committed
Enable AppSec auto-patching of ActiveRecord
1 parent c2187aa commit d0127c7

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)