>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #402
Update issue details
Title *
Description
engine/utils/tracing.py:94,103 uses random.getrandbits() instead of secrets module for trace/span IDs. While not cryptographically sensitive, using weak PRNG could enable trace ID prediction in advanced attack scenarios. Fix: Use secrets.token_hex() instead.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel