Files
codeql/python/ql/lib/semmle/python
Taus fef08afff9 Python: Remove points-to to from ControlFlowNode
Moves the existing points-to predicates to the newly added class
`ControlFlowNodeWithPointsTo` which resides in the `LegacyPointsTo`
module.

(Existing code that uses these predicates should import this module, and
references to `ControlFlowNode` should be changed to
`ControlFlowNodeWithPointsTo`.)

Also updates all existing points-to based code to do just this.
2025-10-30 13:30:04 +00:00
..
2024-01-22 09:11:35 +01:00
2025-07-09 14:14:30 +01:00
2025-09-23 15:41:09 +01:00
2025-03-04 22:30:55 +00:00
2025-10-06 11:47:51 +02:00
2024-06-27 16:33:23 +02:00