We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a52420 commit 909ad2aCopy full SHA for 909ad2a
csharp/ql/lib/semmle/code/csharp/dataflow/internal/ContentDataFlow.qll
@@ -29,9 +29,12 @@ module ContentDataFlow {
29
* ```ql
30
* class MyAnalysisConfiguration extends ContentDataFlowConfiguration {
31
* MyAnalysisConfiguration() { this = "MyAnalysisConfiguration" }
32
- * // Override `isSource`, `isSink`, and `accessPathLimit`.
+ * // Override `isSource` and `isSink`.
33
* // Optionally override `isBarrier`.
34
* // Optionally override `isAdditionalFlowStep`.
35
+ * // Optionally override `getAFeature`.
36
+ * // Optionally override `accessPathLimit`.
37
+ * // Optionally override `isRelevantContent`.
38
* }
39
* ```
40
*
0 commit comments