mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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
|
* @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.
|
* if its later arguments are absolute paths.
|
||||||
* @kind problem
|
* @kind problem
|
||||||
* @problem.severity recommendation
|
* @problem.severity recommendation
|
||||||
|
|||||||
Reference in New Issue
Block a user