collective / collective.volto.formsupport

Enable support for customizable forms in Volto
GNU General Public License v2.0
2 stars 8 forks source link

Prevent XSS applying safe_html transform to all string values passed … #50

Closed cekk closed 6 months ago

cekk commented 7 months ago

…on form and Discard fields submitted that are not defined in form schema

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8685384988

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/collective/volto/formsupport/restapi/services/submit_form/post.py 31 32 96.88%
<!-- Total: 31 32 96.88% -->
Files with Coverage Reduction New Missed Lines %
src/collective/volto/formsupport/datamanager/catalog.py 2 89.41%
src/collective/volto/formsupport/restapi/services/submit_form/post.py 2 94.74%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 8649479559: -0.4%
Covered Lines: 689
Relevant Lines: 756

💛 - Coveralls