Skip to content

Commit d82295c

Browse files
Add QLDoc
1 parent aa6779f commit d82295c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

csharp/ql/src/Bad Practices/PathCombine.ql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @name Call to System.IO.Path.Combine
3+
* @description Finds calls to System.IO.Path's Combine method
4+
* @kind problem
5+
* @problem.severity recommendation
6+
* @precision very-high
7+
* @id cs/path-combine
8+
* @tags reliability
9+
* readability
10+
*/
111

212
import csharp
313
import semmle.code.csharp.frameworks.System

0 commit comments

Comments
 (0)