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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jon Janego
2025-12-15 15:20:52 -06:00
committed by GitHub
parent f6e3e192ca
commit bd9b657e91

View File

@@ -1,6 +1,6 @@
/**
* @name Calls to System.IO.Path.Combine may silently drop its earlier arguments
* @description Path.Combine may silently drop its earlier arguments
* @description Path.Combine may silently drop its earlier arguments
* if its later arguments are absolute paths.
* @kind problem
* @problem.severity recommendation