]> BookStack Code Mirror - bookstack/commit
Added missing comments or types
authorDan Brown <redacted>
Tue, 9 Nov 2021 15:13:15 +0000 (15:13 +0000)
committerDan Brown <redacted>
Tue, 9 Nov 2021 15:13:15 +0000 (15:13 +0000)
commit0ddd0528181fde31e9d3a45f3ec5c2efaba44995
treed331c033b042e33a11d7cdbfa598d3f971a34895
parentda17004c3ee95a13afd1ea1b460ac2eae4262e87
Added missing comments or types

Checked over latest changes for potential SQL injection, all variable
usages are either (from trusted sourced AND case) or using
parameters/bindings to ensure it's handled at driver/lib level.
app/Entities/Tools/SearchRunner.php