You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeQL incorrectly identifies dataflow occurring from a constant value when a tuple is being destructured.
Code samples or links to source code
Here's it's very clear that status will always be 200 on this data flow path, but CodeQL incorrectly believes there is dataflow from the res.json() to the status variable.
Thank you for this false positive report. Resolving this issue is not a current product priority, but we acknowledge the report and will track it internally for future consideration, or if we observe repeated instances of the same problem.
Description of the false positive
CodeQL incorrectly identifies dataflow occurring from a constant value when a tuple is being destructured.
Code samples or links to source code

Here's it's very clear that
status
will always be200
on this data flow path, but CodeQL incorrectly believes there is dataflow from theres.json()
to thestatus
variable.https://github.com/Chainguard-Wolfi-Bites-Back/istio__istio/security/code-scanning/5
The text was updated successfully, but these errors were encountered: