Skip to content

Commit a782c0f

Browse files
committed
Correction: neutral models only affect summaries
1 parent dfa71bb commit a782c0f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* `namespace; type; subtypes; name; signature; ext; input; acceptingvalue; kind; provenance`
1818
* - Neutrals:
1919
* `namespace; type; name; signature; kind; provenance`
20-
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
20+
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary).
2121
*
2222
* The interpretation of a row is similar to API-graphs with a left-to-right
2323
* reading.

go/ql/lib/semmle/go/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* `package; type; subtypes; name; signature; ext; input; acceptingvalue; kind; provenance`
1818
* - Neutrals:
1919
* `package; type; name; signature; kind; provenance`
20-
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
20+
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary).
2121
*
2222
* The interpretation of a row is similar to API-graphs with a left-to-right
2323
* reading.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* `package; type; subtypes; name; signature; ext; input; acceptingvalue; kind; provenance`
1818
* - Neutrals:
1919
* `package; type; name; signature; kind; provenance`
20-
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
20+
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary).
2121
*
2222
* The interpretation of a row is similar to API-graphs with a left-to-right
2323
* reading.

rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* `path; input; branch; kind; provenance`
1616
* - Neutrals:
1717
* `package; type; name; signature; kind; provenance`
18-
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
18+
* A neutral is used to indicate that a callable is neutral with respect to flow (no summary).
1919
*
2020
* The interpretation of a row is similar to API-graphs with a left-to-right
2121
* reading.

0 commit comments

Comments
 (0)