Skip to content

Commit 84a501d

Browse files
jonjanegohvitved
andauthored
Update csharp/ql/src/Bad Practices/PathCombine.ql
Co-authored-by: Tom Hvitved <hvitved@github.com>
1 parent bd9b657 commit 84a501d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @name Calls to System.IO.Path.Combine may silently drop its earlier arguments
3-
* @description Path.Combine may silently drop its earlier arguments
2+
* @name Call to 'System.IO.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)