Skip to content

Validate internal request method names#475

Merged
RobinDaugherty merged 2 commits intomasterfrom
feature/correct-xhr-mime-type
Sep 15, 2020
Merged

Validate internal request method names#475
RobinDaugherty merged 2 commits intomasterfrom
feature/correct-xhr-mime-type

Conversation

@RobinDaugherty
Copy link
Member

Internal calls expose exception information which might contain some sensitive information. The method name was taken from the request path and called on the ErrorPage instance without validation, which might have led to an insecure situation if a method was added to the ErrorPage class without us realizing that it would be exposed through internal calls.

@RobinDaugherty RobinDaugherty merged commit 50b4257 into master Sep 15, 2020
@RobinDaugherty RobinDaugherty deleted the feature/correct-xhr-mime-type branch September 15, 2020 21:31
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.

1 participant