Skip to content

Commit bd9b657

Browse files
jonjanegoCopilot
andauthored
Update csharp/ql/src/Bad Practices/PathCombine.ql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6e3e19 commit bd9b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Bad Practices/PathCombine.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Calls to System.IO.Path.Combine may silently drop its earlier arguments
3-
* @description Path.Combine may silently drop its earlier arguments
3+
* @description Path.Combine may silently drop its earlier arguments
44
* if its later arguments are absolute paths.
55
* @kind problem
66
* @problem.severity recommendation

0 commit comments

Comments
 (0)