FlowState in Javascript #13072
|
Is there a similar way to use FlowState in Javascript, please ? |
Answered by
aeisenberg
May 8, 2023
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. |
0 replies
Answer selected by
Sim4n6
|
Would you believe me if I tell you I was not able to set up a basic isAdditionalTaintStep with Flow labels, please? |
1 reply
|
:-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 ? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.