Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log injection alert #1542

Open
arpitjain099 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #1544
Open

Log injection alert #1542

arpitjain099 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #1544
Labels
bug Something isn't working

Comments

@arpitjain099
Copy link

Describe the bug

Potential log injection alert here -

logger.info(f"Error executing command: {command}")

To Reproduce

logger.info(f"Error executing command: {command}")

Code snippets

https://github.com/openai/evals/blob/234bcde34b5951233681455faeb92baaaef97573/evals/elsuite/multistep_web_tasks/docker/flask-playwright/app.py#L187-L187

OS

macOS

Python version

3.11.4

Library version

1.40.1

@arpitjain099 arpitjain099 added the bug Something isn't working label Aug 8, 2024
@arpitjain099 arpitjain099 linked a pull request Aug 8, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant