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

Add enforcement of null for properties marked as write-only #554

Closed
mraineri opened this issue May 19, 2023 · 0 comments
Closed

Add enforcement of null for properties marked as write-only #554

mraineri opened this issue May 19, 2023 · 0 comments
Assignees

Comments

@mraineri
Copy link
Contributor

A recent change in the schema started making use of write-only permissions to show when a property is expected to return as null when it represents sensitive data (such as a password). The property itself is in the response so a client understands they're allowed to request a change to it, but the data is not shown. Previously this was only called out in the long description, but now that we're using this permission for the property, we can test for this.

@mraineri mraineri self-assigned this May 19, 2023
@mraineri mraineri closed this as completed May 3, 2024
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

No branches or pull requests

1 participant