summaryrefslogtreecommitdiffstats
path: root/t/helper/untaint.t
AgeCommit message (Collapse)AuthorFilesLines
2019-09-28Helper: Remove untaint_archive_nameFlorian Pritz1-19/+0
We no longer need a special whitelist for archive names since the database no longer uses them as column keys. We still need to untaint variables that are passed to DBI so we use untaint() for this now. We also move the location of the untaint call closer to its usage with DBI/system() to prevent untainted data from leaking elsewhere. Fixes #4 Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-09Use strictures instead of strict/warningsFlorian Pritz1-2/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-08Add TAP log adapter to all testsFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-19Reorganize testsFlorian Pritz1-0/+19
Signed-off-by: Florian Pritz <bluewind@xinu.at>