We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I posted this in the AWS SDK repo, but thought I should repost here since this seems to be the source.
This code has started triggering a CodeQL finding for us.
Specifically, it's this line of code:
part = `"${part.replace(/"/g, '\\"')}"`;
The full security notification is:
Incomplete string escaping or encoding - This does not escape backslash characters in the input.
The text was updated successfully, but these errors were encountered:
@automartin5000 +1 with you. Currently blocked because of this
Sorry, something went wrong.
No branches or pull requests
I posted this in the AWS SDK repo, but thought I should repost here since this seems to be the source.
This code has started triggering a CodeQL finding for us.
Specifically, it's this line of code:
The full security notification is:
The text was updated successfully, but these errors were encountered: