We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbdcf8 commit a46c157Copy full SHA for a46c157
python/ql/src/Resources/FileNotAlwaysClosed.ql
@@ -1,10 +1,11 @@
1
/**
2
* @name File is not always closed
3
- * @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.
4
* @kind problem
5
* @tags efficiency
6
* correctness
7
* resources
8
+ * quality
9
* external/cwe/cwe-772
10
* @problem.severity warning
11
* @sub-severity high
0 commit comments