forgejo-federation/services/webhook
wxiaoguang 013fb73068
Use hostmatcher to replace matchlist, improve security (#17605)
Use hostmacher to replace matchlist.

And we introduce a better DialContext to do a full host/IP check, otherwise the attackers can still bypass the allow/block list by a 302 redirection.
2021-11-20 17:34:05 +08:00
..
deliver.go Use hostmatcher to replace matchlist, improve security (#17605) 2021-11-20 17:34:05 +08:00
deliver_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
dingtalk.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
dingtalk_test.go
discord.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
discord_test.go
feishu.go
feishu_test.go
general.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
general_test.go
main_test.go
matrix.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
matrix_test.go
msteams.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
msteams_test.go
payloader.go
slack.go
slack_test.go
telegram.go
telegram_test.go
webhook.go
webhook_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
wechatwork.go