Django-formidable

Latest version: v7.2.0

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

1.4.0

Not secure
==========================

**Deprecation Warning**: The validation endpoint (using the URL ``forms/(?P<pk>\d+)/validate/``) is now ``POST`` only.

- Added tests against the ``formidable.yml`` schema definition of Forms (295).
- Fixed various items in the schema definition (297).
- Validation endpoint for **user data** doesn't allow GET method anymore (300).
- Add support for multiple conditions to target a common field.

1.3.1

Not secure
==========================

- Added Hotfix from 308: Extract conditions and filter them using the fields that exist in the form.

1.3.0

Not secure
==========================

**Deprecation Warning**: The validation endpoint (using the URL ``forms/(?P<pk>\d+)/validate/``) was only accessible via the ``GET`` verb. It may have caused issues if we tried to validate very long forms, or forms with very large values, by hitting the querystring size limit. As a consequence, as of 1.3.0, the ``GET`` method is deprecated in favor of the ``POST`` method.

- Allow POST method for form validation endpoint.
- [Documentation] Fixed a missing ``cd`` in docs. You can't run pytest from project root (293).
- includes 7 more languages (not translated yet): Czech, Danish, Finnish, Canadian French, Hungarian, Japanese, Swedish.

1.2.2

Not secure
==========================

- Added Hotfix from 308: Extract conditions and filter them using the fields that exist in the form.

1.2.1

Not secure
==========================

- Keep only existing fields ids for current role in the conditional part

1.2.0

Not secure
==========================

- Allow wrong field ids in conditions

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.