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 aa6779f commit d82295cCopy full SHA for d82295c
csharp/ql/src/Bad Practices/PathCombine.ql
@@ -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
+ */
11
12
import csharp
13
import semmle.code.csharp.frameworks.System
0 commit comments