Skip to content

Commit e8aacb7

Browse files
committed
C#: Add file level QL Doc to Capture Summary models specific implementations.
1 parent d114582 commit e8aacb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

csharp/ql/src/utils/model-generator/CaptureSummaryModelsSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides predicates related to capturing summary models of the Standard or a 3rd party library.
3+
*/
4+
15
import csharp
26
import semmle.code.csharp.dataflow.TaintTracking
37
import semmle.code.csharp.dataflow.internal.DataFlowImplCommon

java/ql/src/utils/model-generator/CaptureSummaryModelsSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides predicates related to capturing summary models of the Standard or a 3rd party library.
3+
*/
4+
15
import java
26
import semmle.code.java.dataflow.TaintTracking
37
import semmle.code.java.dataflow.internal.DataFlowImplCommon

0 commit comments

Comments
 (0)