Skip to content

Instantly share code, notes, and snippets.

@testanull
Created July 16, 2020 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testanull/c43bd24d1d882c444517143491ff9aa4 to your computer and use it in GitHub Desktop.
Save testanull/c43bd24d1d882c444517143491ff9aa4 to your computer and use it in GitHub Desktop.
import semmle.code.java.dataflow.DataFlow
class MyDataFlowConfiguration extends DataFlow::Configuration {
MyDataFlowConfiguration() { this = "MyDataFlowConfiguration" }
override predicate isSource(DataFlow::Node source) {
...
}
override predicate isSink(DataFlow::Node sink) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment