Skip to content

Commit e8d7266

Browse files
committed
C#/Java: Add descriptive comment on negative summaries in ExternalFlow.
1 parent 91abf79 commit e8d7266

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* `namespace; type; subtypes; name; signature; ext; input; output; kind; provenance`
1313
* - Negative Summaries:
1414
* `namespace; type; name; signature; provenance`
15+
* A negative summary is used to indicate that there is no flow via a callable.
16+
*
1517
* The interpretation of a row is similar to API-graphs with a left-to-right
1618
* reading.
1719
* 1. The `namespace` column selects a namespace.

java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* `namespace; type; subtypes; name; signature; ext; input; output; kind; provenance`
1313
* - Negative Summaries:
1414
* `namespace; type; name; signature; provenance`
15+
* A negative summary is used to indicate that there is no flow via a callable.
1516
*
1617
* The interpretation of a row is similar to API-graphs with a left-to-right
1718
* reading.

0 commit comments

Comments
 (0)