mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Python: Also capture alias with new name
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
| flask.View~Subclass | find_subclass_test | Member[A] |
|
||||
| flask.View~Subclass | find_subclass_test | Member[B] |
|
||||
| flask.View~Subclass | find_subclass_test | Member[ViewAlias] |
|
||||
| flask.View~Subclass | find_subclass_test | Member[View] |
|
||||
|
||||
@@ -5,3 +5,6 @@ class A(View):
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
|
||||
|
||||
ViewAlias = View
|
||||
|
||||
Reference in New Issue
Block a user