mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #26] [MERGED] Make bot search for Dragon's Crown finally, and prevent more injections #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/26
Author: @13xforever
Created: 3/15/2018
Status: ✅ Merged
Merged: 3/15/2018
Merged by: @Nicba1010
Base:
master← Head:injection_fixes📝 Commits (1)
258e519Use actual urlencode instead of html encoder (???)📊 Changes
5 files changed (+23 additions, -16 deletions)
View changed files
📝
api/request.py(+11 -11)📝
api/response.py(+2 -2)📝
api/utils.py(+5 -0)📝
bot.py(+2 -1)📝
log_analyzer.py(+3 -2)📄 Description
Use actual urlencode instead of html encoder (???)
Sanitize user input when showin compat search results
Truncate compat search text to 40 characters to prevent dos with giant strings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.