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

Delete flow permissions #633

Merged
merged 4 commits into from
Feb 16, 2024
Merged

Delete flow permissions #633

merged 4 commits into from
Feb 16, 2024

Conversation

codebanesr
Copy link
Collaborator

Allow deleting flow

)
except Exception as e:
logger.error("Failed to delete flow", payload=e)
return jsonify({"error": "Failed to delete flow. {}".format(str(e))}), 500

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@gharbat gharbat merged commit c11d4c9 into main Feb 16, 2024
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.

None yet

2 participants