mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
391 B
391 B
category
| category |
|---|
| minorAnalysis |
- DataFlow queries which previously used
RemoteFlowSourceto define their sources have been modified to instead useThreatModelFlowSource. This means these queries will now respect threat model configurations. The default threat model configuration is equivalent toRemoteFlowSource, so there should be no change in results for users using the default.