mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Update csharp/ql/src/Bad Practices/PathCombine.ql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user