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

Fixed possible dangerous application of Regex in examples #448

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

rado0x54
Copy link
Contributor

@rado0x54 rado0x54 commented Oct 5, 2023

Used more strict Regex on Presentation Definition Examples

Fixes #428

Copy link
Member

@nklomp nklomp left a comment

Choose a reason for hiding this comment

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

Imo these examples should move to constants instead of regexes for the most part. Regexes are being used to check fixed values here.

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.

Wrong use of pattern in examples
4 participants