Skip to content

Tainted data stucks at isNull() method #104

Answered by aschackmull
testanull asked this question in General
Discussion options

You must be logged in to vote

I have raised github/codeql#3590 to track the relevant library changes. In the meantime you can use a DataFlow::Configuration instead of a TaintTracking::Configuration if you want to avoid the barrier. Then you just need to add the default taint steps using

override predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
  defaultAdditionalTaintStep(node1, node2)
}

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@testanull
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@aibaars
Comment options

aibaars May 29, 2020
Collaborator

@testanull
Comment options

@rvermeulen
Comment options

@aschackmull
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by xcorail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants