You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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.
3 years ago
..
deliver.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 3 years ago
deliver_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
dingtalk.go Multiple Escaping Improvements (#17551) 3 years ago
dingtalk_test.go Move webhook into models/webhook/ (#17579) 3 years ago
discord.go Multiple Escaping Improvements (#17551) 3 years ago
discord_test.go Move webhook into models/webhook/ (#17579) 3 years ago
feishu.go Move webhook into models/webhook/ (#17579) 3 years ago
feishu_test.go Move webhook into models/webhook/ (#17579) 3 years ago
general.go Multiple Escaping Improvements (#17551) 3 years ago
general_test.go Add tests for all webhooks (#16214) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
matrix.go Multiple Escaping Improvements (#17551) 3 years ago
matrix_test.go Move webhook into models/webhook/ (#17579) 3 years ago
msteams.go Multiple Escaping Improvements (#17551) 3 years ago
msteams_test.go Move webhook into models/webhook/ (#17579) 3 years ago
payloader.go Move webhook into models/webhook/ (#17579) 3 years ago
slack.go Move webhook into models/webhook/ (#17579) 3 years ago
slack_test.go Move webhook into models/webhook/ (#17579) 3 years ago
telegram.go Move webhook into models/webhook/ (#17579) 3 years ago
telegram_test.go Move webhook into models/webhook/ (#17579) 3 years ago
webhook.go Move webhook into models/webhook/ (#17579) 3 years ago
webhook_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
wechatwork.go Move webhook into models/webhook/ (#17579) 3 years ago