-
Notifications
You must be signed in to change notification settings - Fork 13
[Ruby] Enable SQL Injection tests #4405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a360c2e
to
0f6598d
Compare
Awesome work! |
30afc1c
to
57aa08d
Compare
a8c98f2
to
44bd05f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO folder rasp in unnecessary compexity
manifests/ruby.yml
Outdated
@@ -279,7 +347,7 @@ tests/: | |||
test_truncation.py: | |||
Test_Truncation: missing_feature | |||
test_asm_standalone.py: | |||
Test_AppSecStandalone_NotEnabled: v2.13.0 | |||
Test_AppSecStandalone_NotEnabled: v2.14.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test was passing in 2.13.0, why changing it to 2.14.0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, I just realized it's not related to SQLI. Rolled this back in 13a57bb. Thanks for noticing this!
2568bc8
to
13a57bb
Compare
Motivation
We need to test SQL Injection detection feature in the Ruby tracer starting from version 2.14.0.
Changes
This PR enables SQL Injection tests for Ruby.
Workflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present