-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
fix(security): sanitize fields and tables when using nestTables #2702
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2702 +/- ##
==========================================
- Coverage 90.32% 90.32% -0.01%
==========================================
Files 71 71
Lines 15727 15726 -1
Branches 1340 1342 +2
==========================================
- Hits 14206 14205 -1
Misses 1521 1521
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
thanks @wellwelwel ! |
It's done 🙋🏻♂️ |
Improves the changes from #2591 by validating
nestTables
final fields and tables.I'm not sure about the need to validate when used in combination with the
rowAsArray
option: