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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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.
responded in aws/aws-sdk-js-v3#6623
See for aws/aws-sdk-js-v3#6623 answer. The CodeQL maintainer recommended dismissing the false positive.
kuhe
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: