Summary: | [maintainer update] security/p5-Dancer-Plugin-Auth-Extensible update to 0.40 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Henk van Oers <hvo.pm> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed Not Accepted | ||||||
Severity: | Affects Some People | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Adds a script on the same location as the D2 version. |
Created attachment 156215 [details] diff -ruN portlint -A, QA-test, portmaster,... all fine. Changes for version 0.40 ENHANCEMENTS Login handlers go straight to homepage if user was already logged in (thanks to @colinmkeith, GH-32) Kwalitee improvements from Michael Gray (mjg17) as part of the awesome pull request challenge (GH-43, GH-44, GH-45, GH-46) SECURITY Ensure the username and password we got were straight scalars, to avoid potential for "JSON SQL injection" if they came from a deserialised JSON POST body, and contained a hashref that, if fed to e.g. SQL::Abstract or such, would cause a different query to what we'd expect.