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

Provider name should not allow numbers #30

Open
jnv opened this issue Aug 13, 2021 · 0 comments
Open

Provider name should not allow numbers #30

jnv opened this issue Aug 13, 2021 · 0 comments

Comments

@jnv
Copy link
Contributor

jnv commented Aug 13, 2021

This seems to be missing from the internal documentation and I didn't participate in previous discussions, but @zdne confirmed that provider name (identifier) should allow only for lowercase letters and dashes, so this pattern is not correct:

name:
type: string
pattern: "^[a-z][_\\-0-9a-z]*$"

Could you please confirm and check it? Notion page and #29 need to be updated as well.

Just for context, is this intended to lower the risk of typo attacks (e.g. google vs. goog1e)?

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