Skip to content

Commit b712df7

Browse files
committed
fix(http): allow input dependency in Structarmed
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 6f2594d commit b712df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

structarmed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'Files' => ['I18n'],
101101
'Filters' => ['HTTP'],
102102
'Honeypot' => ['Filters', 'HTTP'],
103-
'HTTP' => ['Cookie', 'Files', 'I18n', 'Security', 'URI'],
103+
'HTTP' => ['Cookie', 'Files', 'I18n', 'Input', 'Security', 'URI'],
104104
'Images' => ['Files', 'I18n'],
105105
'Lock' => ['Cache'],
106106
'Model' => ['Database', 'DataCaster', 'DataConverter', 'Entity', 'I18n', 'Pager', 'Validation'],

0 commit comments

Comments
 (0)