mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Add QLDoc
This commit is contained in:
committed by
carldybdahl-microsoft
parent
aa6779f19f
commit
d82295c54a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user