FlowState in Javascript #13072
-
Is there a similar way to use FlowState in Javascript, please ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
In the JavaScript API, these are called flow labels. See https://codeql.github.com/docs/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis/ for a tutorial. |
Beta Was this translation helpful? Give feedback.
-
Would you believe me if I tell you I was not able to set up a basic isAdditionalTaintStep with Flow labels, please? |
Beta Was this translation helpful? Give feedback.
-
:-D I'm working on the Unicode Bypass Validation query version JS. I am using the override predicate isAdditionalTaintStep(
DataFlow::Node nodeFrom, DataFlow::FlowLabel state, DataFlow::Node nodeTo,
DataFlow::FlowLabel state
) {} I get this error:
why ? maybe it is set to final on the upper class ? |
Beta Was this translation helpful? Give feedback.
In the JavaScript API, these are called flow labels. See https://codeql.github.com/docs/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis/ for a tutorial.