New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move FlowSummaryImpl.qll to dataflow pack
#14573
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| class Node = DataFlowPublic::Node; | ||
|
|
||
| class TypeTrackingNode = DataFlowPublic::LocalSourceNode; | ||
|
|
||
| class TypeTrackerContent = DataFlowPublic::ContentSet; | ||
|
|
||
| private module SCS = SummaryComponentStack; | ||
| private module SCS = FlowSummaryImpl::Private::SummaryComponentStack; |
Check warning
Code scanning / CodeQL
Dead code Warning
| /** | ||
| * A query predicate for outputting flow summaries in semi-colon separated format in QL tests. | ||
| * The syntax is: "namespace;type;overrides;name;signature;ext;inputspec;outputspec;kind;provenance", | ||
| * ext is hardcoded to empty. | ||
| */ |
Check warning
Code scanning / CodeQL
Predicate QLDoc style. Warning
| sinkElement(_, spec, _, _) | ||
| } | ||
|
|
||
| private module AccessPath = AccessPathSyntax::AccessPath<sourceSinkSpec/1>; |
Check warning
Code scanning / CodeQL
Dead code Warning
741725b
to
45b59c1
Compare
45b59c1
to
6185feb
Compare
| /** | ||
| * Provides the predicate `summaryNodeType` for associating types with summary nodes. | ||
| * | ||
| * Only relevent for typed languages. | ||
| */ |
Check warning
Code scanning / CodeQL
Misspelling Warning
| module SourceSinkInterpretationInput implements | ||
| Impl::Private::External::SourceSinkInterpretationInputSig | ||
| { | ||
| private import csharp as Cs |
Check warning
Code scanning / CodeQL
Names only differing by case Warning
No description provided.