Python: Hide 'CheckClass' class which is old and should only be used by those queries it is specifically designed for.

This commit is contained in:
Mark Shannon
2019-01-18 12:26:41 +00:00
parent f147b63bb8
commit ad2481f498
4 changed files with 141 additions and 135 deletions

View File

@@ -12,6 +12,7 @@
import python
import semmle.python.SelfAttribute
import ClassAttributes
predicate guarded_by_other_attribute(SelfAttributeRead a, CheckClass c) {
c.sometimesDefines(a.getName()) and