Skip to content

Commit 387e21e

Browse files
authored
Merge pull request #2044 from AlexTereshenkov/add-py-query-tag
Add tags tag to a Python query
2 parents abdf7ce + 70eca91 commit 387e21e

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)