Vote schema has empty changeset with no validation/required fields. · Issue #2557 · OWASP/cornucopia
Describe the bug The Vote schema defines a changeset/2 function that casts no fields and validates nothing (cast(attrs, []) validate_required([])), providing zero input validation. However, the a...
github.com