Add QLDoc

This commit is contained in:
Carl Dybdahl
2025-02-26 13:51:13 +01:00
committed by carldybdahl-microsoft
parent aa6779f19f
commit d82295c54a

View File

@@ -1,3 +1,13 @@
/**
* @name Call to System.IO.Path.Combine
* @description Finds calls to System.IO.Path's Combine method
* @kind problem
* @problem.severity recommendation
* @precision very-high
* @id cs/path-combine
* @tags reliability
* readability
*/
import csharp
import semmle.code.csharp.frameworks.System