Replace two heredocs that write analysis results with jq construction to prevent JSON injection via work_summary or other string fields. Fixed locations: - Line 205-235: JSON parsing path analysis result - Line 351-381: Text parsing path analysis result Both now use jq with --arg for strings and --argjson for numeric/boolean fields, ensuring proper escaping of special characters. |
||
|---|---|---|
| .. | ||
| circuit_breaker.sh | ||
| date_utils.sh | ||
| response_analyzer.sh | ||