mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Python: Allow general content in type-tracker
This should not result in many changes, since store/load steps are still only implemented for attributes.
This commit is contained in:
@@ -102,10 +102,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput {
|
||||
|
||||
class LocalSourceNode = DataFlowPublic::LocalSourceNode;
|
||||
|
||||
class Content extends DataFlowPublic::Content {
|
||||
// this char-pred is just a temporary restriction while transitioning to more general content
|
||||
Content() { this instanceof DataFlowPublic::AttributeContent }
|
||||
}
|
||||
class Content = DataFlowPublic::Content;
|
||||
|
||||
/**
|
||||
* A label to use for `WithContent` and `WithoutContent` steps, restricting
|
||||
|
||||
Reference in New Issue
Block a user