Unvalidated Output Injection
High
- Category
- Output Handling
- Content
) slug = re.search(r"Slug\s*:\s*(\S+)", fetch.stdout).group(1) prompt = subprocess.run( ["galdr", "assemble", slug, "--template", "arc", "--mode", "full"], capture_output=True, text=True, check=True ).stdout- Confidence
- 83% confidence
- Finding
- subprocess.run( ["galdr", "assemble", slug, "--template", "arc", "--mode", "full"], capture_output
