#390 HIGH: Unsafe getattr() on user-controlled attribute names

closed high Created 2025-12-11 22:21 · Updated 2025-12-12 14:48

Description

Edit
variable_resolver.py:314-315 - Uses getattr() with user-controlled segment names. Could expose internal object attributes. Fix: Restrict to dict/list access only, never getattr on arbitrary objects.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...