Skip to content

Commit 2bc31d9

Browse files
committed
📚 docs: add important security read me section
1 parent f0e3bcd commit 2bc31d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ cd example && flutter run -d chrome
177177
- ✅ **Windows**: Basic semantics support
178178
- ✅ **Linux**: Basic semantics support
179179

180+
## ⚠️ Security Considerations
181+
182+
Avoid using semantics on fields that contain sensitive user data like credit card information or other private details. Use `ExcludeSemantics` to prevent this data from being exposed to the accessibility tree.
183+
180184
## 🤝 Contributing
181185

182186
This is an internal package for the Make organization. For contributions:

0 commit comments

Comments
 (0)