mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-25 07:23:13 +02:00
gstack-review-log appends its argument directly to a JSONL file with no validation. Malformed or crafted input could corrupt the review log or inject arbitrary content. Fix: validate input is parseable JSON via python3 before appending. Reject with exit 1 and stderr message if invalid.