microsoft / microsoft/vscode-azurestaticwebapps
There is no validation error when entering an application setting name more than 64 characters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 99
- Forks
- 39
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: All
Build Version: 20241005.1
Regression: Not a Regression
Repro Steps:
- Create a Static Web App -> Right click the "Application Settings" node -> Select "Add New Setting..." -> Enter an app setting name more than 64 characters.
- Check whether there is a validation error.
Expect:
There is a validation error when entering an application setting name more than 64 characters.
Actual:
There is no validation error when entering an application setting name more than 64 characters.
More Info:
An error occurs when adding the above application setting.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue through the Static Web App's Application Settings node and the Add New Setting command. Trace the validation used for the setting name and verify that names over 64 characters show an error before submission and cannot cause the add operation to fail.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100