Skip to content

Commit a46c157

Browse files
Add quality tag + tweak description
1 parent bdbdcf8 commit a46c157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/Resources/FileNotAlwaysClosed.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/**
22
* @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.
3+
* @description Opening a file without ensuring that it is always closed may lead to data loss or resource leaks.
44
* @kind problem
55
* @tags efficiency
66
* correctness
77
* resources
8+
* quality
89
* external/cwe/cwe-772
910
* @problem.severity warning
1011
* @sub-severity high

0 commit comments

Comments
 (0)