[PR #26] [MERGED] Make bot search for Dragon's Crown finally, and prevent more injections #146

Closed
opened 2026-02-15 15:55:10 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: injection_fixes


📝 Commits (1)

  • 258e519 Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/26 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/15/2018 **Status:** ✅ Merged **Merged:** 3/15/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `injection_fixes` --- ### 📝 Commits (1) - [`258e519`](https://github.com/RPCS3/discord-bot/commit/258e51927d78ff78d7844bdf097cab06c1841182) Use actual urlencode instead of html encoder (???) ### 📊 Changes **5 files changed** (+23 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `api/request.py` (+11 -11) 📝 `api/response.py` (+2 -2) 📝 `api/utils.py` (+5 -0) 📝 `bot.py` (+2 -1) 📝 `log_analyzer.py` (+3 -2) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:10 -05:00
yindo closed this issue 2026-02-15 15:55:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#146