Skip to content

Commit

Permalink
Java: Make language specific modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Oct 25, 2024
1 parent 09771af commit cd8326f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/ql/src/utils/modelgenerator/internal/CaptureModels.qll
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, JavaDataF
api.getDeclaringType() instanceof J::Interface and not exists(api.getBody())
}

predicate isUninterestingForHeuristicDataFlowModels(Callable api) { none() }

class SourceOrSinkTargetApi extends Callable {
SourceOrSinkTargetApi() { relevant(this) }
}
Expand Down

0 comments on commit cd8326f

Please sign in to comment.