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 d709343 commit f6e3e19Copy full SHA for f6e3e19
csharp/ql/src/Bad Practices/PathCombine.ql
@@ -1,6 +1,7 @@
1
/**
2
- * @name Call to System.IO.Path.Combine
3
- * @description Finds calls to System.IO.Path's Combine method
+ * @name Calls to System.IO.Path.Combine may silently drop its earlier arguments
+ * @description Path.Combine may silently drop its earlier arguments
4
+ * if its later arguments are absolute paths.
5
* @kind problem
6
* @problem.severity recommendation
7
* @precision very-high
0 commit comments