diff --git a/csharp/ql/src/Bad Practices/PathCombine.ql b/csharp/ql/src/Bad Practices/PathCombine.ql index 24d358e83aa..0a734d45f3c 100644 --- a/csharp/ql/src/Bad Practices/PathCombine.ql +++ b/csharp/ql/src/Bad Practices/PathCombine.ql @@ -1,6 +1,7 @@ /** - * @name Call to System.IO.Path.Combine - * @description Finds calls to System.IO.Path's Combine method + * @name Calls to System.IO.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 * @precision very-high