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 30673a2 commit 576f270Copy full SHA for 576f270
csharp/ql/src/Bad Practices/PathCombine.ql
@@ -16,4 +16,4 @@ import semmle.code.csharp.frameworks.System
16
17
from MethodCall call
18
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
19
-select call, "Call to 'System.IO.Path.Combine'."
+select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments"
0 commit comments