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/docs/content/doc/features
Cacciuc a31a6e3996
proper signature validation (#13523)
$header_signature could be a typed float (start with 0e and then only numbers) and a float does equal a string when comparing with typed juggle.
eg: 0e123 != "abc" does return false, but 0e123 !== "abc" returns true.

you previously could circumvent the signature check when providing a header signature in the float format (0e...)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
..
authentication.en-us.md Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926) 4 years ago
authentication.zh-cn.md Import docs into main repository (#2874) 7 years ago
authentication.zh-tw.md Import docs into main repository (#2874) 7 years ago
comparison.en-us.md docs(comparison): GitHub Actions (#13474) 4 years ago
comparison.zh-cn.md [Docs] Update Feature 'Reject unsigned commits' (#9793) 5 years ago
localization.en-us.md Add localization docs (#11411) 4 years ago
localization.zh-cn.md Import docs into main repository (#2874) 7 years ago
localization.zh-tw.md Import docs into main repository (#2874) 7 years ago
webhooks.en-us.md proper signature validation (#13523) 4 years ago
webhooks.zh-cn.md Import docs into main repository (#2874) 7 years ago
webhooks.zh-tw.md Import docs into main repository (#2874) 7 years ago