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

Fix job cleanup evasion vulnerability, improve job execution error handling #624

Merged

Conversation

Brikaa
Copy link
Member

@Brikaa Brikaa commented Sep 15, 2023

closes #612

- Properly differentiate between bad requests and internal server errors
- Avoid clean up evasion by putting the cleanup in the finally block
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated, it wasn't chmod'ed in the repo and got chmod'ed automatically while building.

@Brikaa Brikaa changed the title Fix job cleanup evasion vulnerability, improve interactive execution error handling Fix job cleanup evasion vulnerability, improve job execution error handling Sep 15, 2023
@HexF HexF merged commit 37141e8 into engineer-man:master Oct 8, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors before cleanup prevent cleanup from running
2 participants