static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
## Summary - Updated the auth emulator UI to display "Microsoft Entra ID" instead of "AAD" - Maintained backward compatibility by keeping 'aad' as the underlying provider value - Added...
## Summary - Fixed issue where usernames containing Unicode characters (emojis, non-Latin text) would cause btoa() to throw an error - Applied UTF-8 encoding before base64 encoding to properly handle...
Version: 2.0.4 **Describe the bug** Breaks build pipelines on vulnerable dependency `cookie`. ``` # npm audit report cookie
## Summary Fixes a bug in the JSON schema where a duplicate 'init' property should have been 'build'. ## Details The schema file `/schema/swa-cli.config.schema.json` had a duplicate 'init' property at...
## Summary This PR addresses critical security vulnerabilities by updating dependencies, reducing total vulnerabilities from 21 to 9 (57% reduction). - Fixes #932 (Vulnerable dependency `cookie < 0.7.0`) - Partially...
## Summary - Enables Dependabot for automated dependency updates - Adds comprehensive documentation of current dependency status - Identifies 21 security vulnerabilities that need attention - Partially addresses #891 ##...
## Summary - Updates the `cookie` package from ^0.5.0 to ^0.7.0 to fix CVE-2024-47764 - This addresses the critical security vulnerability that allows injection of unexpected key-value pairs - Fixes...
The value specified for `openIdIssuer` when using AAD was different from the value required by SWA, causing an inconsistency. This is fixed by constructing the URL based on the tenant...
**Is your feature request related to a problem? Please describe.** I have successfully linked an endpoint in API management. But there is no documentation or example to help me develop...
swa version: 2.0.6 **Are you accessing the CLI from the default port `:4280` ?** - [ ] No, I am using a different port number (`--port`) and accessing the CLI...