-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add plsam taint analysis baseline #33779
Conversation
And remove some false positive Signed-off-by: Carl Schwan <carl@carlschwan.eu>
a6734be
to
0ae896b
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.
LGTM
@@ -56,6 +56,7 @@ public function __construct( | |||
* @return JSONResponse | |||
*/ | |||
public function create(string $layout): JSONResponse { | |||
$layout = htmlspecialchars($layout); |
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.
Maybe mention this in your commit message? 😅
Assigning that to me, the taint analysis is already done in an other job, but the docblock and escaping fixes from this PR should still be merged. |
conflicts :/ |
Replaced by #36378 for the relevant parts. |
And remove some false positive