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

v2 - security - correct the proxy design implementation #1998

Open
baywet opened this issue Dec 19, 2024 · 0 comments
Open

v2 - security - correct the proxy design implementation #1998

baywet opened this issue Dec 19, 2024 · 0 comments
Labels
type:bug A broken experience

Comments

@baywet
Copy link
Member

baywet commented Dec 19, 2024

The current proxy for OpenAPISchema was implemented using inheritance, probably to save time, which forces all properties to be virtual.

Not only this is not the correct proxy design pattern implementation which requires using an interface instead, but this poses a potential security and reliability issue

@baywet baywet added the type:bug A broken experience label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant