chore: release v0.8.0#237
Conversation
Signed-off-by: RedStar <redstar071@proton.me> Co-authored-by: RedStar <redstar071@proton.me> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…andling (#236) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release #237 +/- ##
===========================================
+ Coverage 67.06% 68.06% +0.99%
===========================================
Files 109 121 +12
Lines 2408 2655 +247
Branches 490 573 +83
===========================================
+ Hits 1615 1807 +192
- Misses 424 444 +20
- Partials 369 404 +35
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: RedStar <redstar071@proton.me>
| auth: true, | ||
| maxAge: 30, | ||
| swr: false, | ||
| getKey: (event) => { |
There was a problem hiding this comment.
🔒 Agentic Security Review
Severity: HIGH
This endpoint uses defineWrappedCachedResponseHandler with auth: true, but the cache key is only guild + query and does not include requester identity. Because auth/permission checks run inside the wrapped handler, a cached response can be served to a different requester without re-running requireUserSession/canManage.
The same keying pattern appears in the new commands and moderation log routes, so sensitive log data can be exposed across users within the cache window.
Reviewed by Cursor Security Reviewer for commit 03083f6. Configure here.
… exposure (#243) Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: RedStar <redstar071@proton.me>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Signed-off-by: RedStar <redstar071@proton.me> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: RedStar <redstar071@proton.me> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>




This PR will deploy the following changes to production (
wolfstar.rocks).Next version:
v0.8.0(current:v0.7.4)Features
b4c9d067)9478a08d)13113c53)2e3b629d)Fixes
1a6125e6)8a06d1d0)Other Changes
2662f244)182f3dec)93e426bb)856192bf)b8d5a73f)03083f6e)