mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python points-to: Prevent bad magic.
This commit is contained in:
@@ -97,6 +97,7 @@ class ObjectInternal extends TObject {
|
||||
* for an object `x` the attribute `name` (`x.name`) may refer to a bound-method, an attribute of the
|
||||
* instance, or an attribute of the class.
|
||||
*/
|
||||
pragma [nomagic]
|
||||
abstract predicate attribute(string name, ObjectInternal value, CfgOrigin origin);
|
||||
|
||||
/** Holds if the attributes of this object are wholy or partly unknowable */
|
||||
|
||||
Reference in New Issue
Block a user