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 f6e3e19 commit bd9b657Copy full SHA for bd9b657
csharp/ql/src/Bad Practices/PathCombine.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Calls to System.IO.Path.Combine may silently drop its earlier arguments
3
- * @description 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
0 commit comments