mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Add quality tag + tweak description
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/**
|
||||
* @name File is not always closed
|
||||
* @description Opening a file without ensuring that it is always closed may cause data loss or resource leaks.
|
||||
* @description Opening a file without ensuring that it is always closed may lead to data loss or resource leaks.
|
||||
* @kind problem
|
||||
* @tags efficiency
|
||||
* correctness
|
||||
* resources
|
||||
* quality
|
||||
* external/cwe/cwe-772
|
||||
* @problem.severity warning
|
||||
* @sub-severity high
|
||||
|
||||
Reference in New Issue
Block a user