Skip to content

Conversation

@roggenkemper
Copy link
Member

assumed that the value in the request query/body was a string, which is not always true. we only care about strings for this detector so we can skip any values that aren't strings.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 2, 2025
@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...ormance_issues/detectors/sql_injection_detector.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #92683       +/-   ##
===========================================
+ Coverage   46.21%   87.89%   +41.68%     
===========================================
  Files       10234    10250       +16     
  Lines      587244   587929      +685     
  Branches    22829    22829               
===========================================
+ Hits       271367   516782   +245415     
+ Misses     315431    70701   -244730     
  Partials      446      446               

@roggenkemper roggenkemper marked this pull request as ready for review June 2, 2025 21:48
@roggenkemper roggenkemper requested review from a team June 2, 2025 21:48
@roggenkemper roggenkemper merged commit 6867ca9 into master Jun 3, 2025
61 checks passed
@roggenkemper roggenkemper deleted the roggenkemper/sqltypeerror branch June 3, 2025 16:39
andrewshie-sentry pushed a commit that referenced this pull request Jun 3, 2025
assumed that the value in the request query/body was a string, which is
not always true. we only care about strings for this detector so we can
skip any values that aren't strings.
@github-actions github-actions bot locked and limited conversation to collaborators Jun 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants