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

Open schema validation file in read-only mode #40

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dennis6p
Copy link
Owner

@dennis6p dennis6p commented Dec 18, 2024

Description

This PR introduces a small fix in the CardValidator class, such that locally stored schema files for validation are opened in read-only (r) and no longer in read-and-write (+r) mode. With previous versions, this can lead to issues on read-only systems (see #39).

Closes #39

@dennis6p dennis6p added the bug Something isn't working label Dec 18, 2024
@dennis6p dennis6p merged commit 1df0762 into main Dec 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

+r Prevents Validation in Containerised RO Environment.
1 participant