Skip to content

Commit

Permalink
Merge pull request #10270 from cgocast/issue10269
Browse files Browse the repository at this point in the history
Fix return of BadSqlTainter::afterExpressionAnalysis()
  • Loading branch information
orklah committed Oct 9, 2023
2 parents ee4e8aa + 56926ee commit f1fc9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/security_analysis/custom_taint_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class BadSqlTainter implements AfterExpressionAnalysisInterface
);
}
}
return null;
}
}
```

0 comments on commit f1fc9c4

Please sign in to comment.