Update PathCombine.ql

This commit is contained in:
Jon Janego
2025-12-16 16:39:06 -06:00
committed by GitHub
parent 30673a2fc8
commit 576f270753

View File

@@ -16,4 +16,4 @@ import semmle.code.csharp.frameworks.System
from MethodCall call
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
select call, "Call to 'System.IO.Path.Combine'."
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments"