| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Version | Supported |
|---|---|
| 1.x | ✅ |
| 0.0.x | ❌ |
If you discover a security vulnerability in Wind, please report it responsibly.
The preferred channel is GitHub's private vulnerability reporting: Open a private vulnerability report
This keeps the disclosure confidential until a fix is ready and lets maintainers coordinate a CVE assignment through GitHub's advisory workflow.
As a secondary route, you may also email security@fluttersdk.dev with:
We will acknowledge receipt within 48 hours and aim to provide a fix or mitigation plan within 7 days.
Wind treats all className input as data. The parser tokenises and maps strings to Flutter styling properties; it never evaluates code from user-supplied class names.
The primary security boundary is the WDynamic JSON renderer:
Consumers rendering JSON from untrusted sources should review the default allowlist, tighten it with denyWidgets, and set an appropriate maxDepth.
This policy covers the fluttersdk_wind Dart/Flutter package. Issues in upstream dependencies (Flutter SDK, flutter_svg, and other transitive deps) are out of scope and should be reported to their respective maintainers.
Two GitHub Actions secrets carry elevated access and should be rotated every 90 days:
RELEASE_PLEASE_TOKEN: a GitHub Personal Access Token (PAT) used by the release-please workflow to create release PRs and push version commits. Regenerate at GitHub Settings > Developer settings > Personal access tokens, then update the secret under the repository's Settings > Secrets and variables > Actions.
CLAUDE_CODE_OAUTH_TOKEN: an OAuth token used by Claude Code automation in CI. Regenerate through the Anthropic console or the Claude Code settings that issued the original token, then update the corresponding GitHub Actions secret in the same location as above.
After updating a secret, trigger the affected workflow manually to confirm the new credential is accepted before the old one expires.
| Back | FazBrowse Home | New Git URL |