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

Merge 1st version #33

Merged
merged 73 commits into from
Nov 7, 2023
Merged

Merge 1st version #33

merged 73 commits into from
Nov 7, 2023

Conversation

CyrilP
Copy link
Owner

@CyrilP CyrilP commented Oct 30, 2023

First version

custom_components/deltadore-tydom/config_flow.py Dismissed Show dismissed Hide dismissed
disallowed = re.compile(r"[^a-zA-Z\d\-]")
return all(x and not disallowed.search(x) for x in host.split("."))

regex = re.compile(r"([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|a-z]{2,})+")

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to \[.\/0-9:;<=>?@A-Z\\[\\\\]^_\].
@CyrilP CyrilP merged commit 7f99eb3 into main Nov 7, 2023
4 of 5 checks passed
@CyrilP CyrilP deleted the new branch November 7, 2023 18:27
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