mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Fix typo in warning message for Path.Combine
This commit is contained in:
@@ -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' may silently drop its earlier arguments"
|
||||
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments."
|
||||
|
||||
Reference in New Issue
Block a user