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 bd9b657 commit 84a501dCopy full SHA for 84a501d
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
+ * @name Call 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
0 commit comments