Skip to content

Input resilience

Felix Schäfer requested to merge fix/input_resilience into master

Be more resilient wrt. paths the user passes.

This does currently not mitigate against path traversal attacks. Those are more or less irrelevant for the CI, but it might overwrite files the user executing the script has access to on the current system.

Merge request reports