aboutsummaryrefslogtreecommitdiff
path: root/pkg/tool/path_test.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* pkg/tool/path: use IsMaliciousPath to replace SanitizePath (#5558)Unknwon2018-12-25
|
* pkg/tool/path: handle Windows path separators (#5558)Unknwon2018-12-19
|
* pkg/tool: improve SanitizePath (#5558)Unknwon2018-12-18
|
* models/repo_editor: sanitize user-defined file name to prevent RCE (#5558)Unknwon2018-12-18
| | | | Reported by PentesterLab (https://pentesterlab.com).
* routes: fix open redirect vulnerability (#5355)Unknwon2018-09-28
Reported by @cezar97.