Closed iansltx closed 2 weeks ago
Attention: Patch coverage is 50.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 62.13%. Comparing base (
36bf6d9
) to head (46aff33
). Report is 44 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
server/datastore/mysql/teams.go | 50.00% | 0 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For #30199. This is one of a few approaches to mitigate the issue the customer is seeing.
This is SQLi-safe because we're dealing with an unsigned int parameter, sprintf'd %d. Existing tests fully cover this path.
Checklist for submitter
changes/
,orbit/changes/
oree/fleetd-chrome/changes
. See Changes files for more information.SELECT *
is avoided, SQL injection is prevented (using placeholders for values in statements)