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 potential information disclosure #828

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

nas-tabchiche
Copy link
Contributor

serializers.ValidationError is passed to the ViewSet and returned to the client. Displaying the message of the exception WILL cause unwanted information disclosure.

serializers.ValidationError is passed to the ViewSet and returned to the client.
Displaying the message of the exception WILL cause unwanted information disclosure.
@eric-intuitem eric-intuitem self-requested a review September 13, 2024 15:53
Copy link
Collaborator

@eric-intuitem eric-intuitem left a comment

Choose a reason for hiding this comment

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

LGTM

@nas-tabchiche nas-tabchiche merged commit 30d4742 into main Sep 13, 2024
12 checks passed
@nas-tabchiche nas-tabchiche deleted the hotfix/stack-information-disclosure branch September 13, 2024 15:57
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants