Skip to content

Commit 70eca91

Browse files
author
alexey
committed
Add tags tag to a Python query
1 parent 18b28b1 commit 70eca91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/src/Variables/UndefinedPlaceHolder.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @name Use of an undefined placeholder variable
33
* @description Using a variable before it is initialized causes an exception.
44
* @kind problem
5+
* @tags reliability
6+
* correctness
57
* @problem.severity error
68
* @sub-severity low
79
* @precision medium

0 commit comments

Comments
 (0)