[TT-14359] fix nested scopes for identity base field #7522
Merged
probelabs / Visor: security
succeeded
Nov 10, 2025 in 6m 26s
✅ Check Passed (Warnings Found)
security check passed. Found 1 warning, but fail_if condition was not met.
Details
📊 Summary
- Total Issues: 1
- Warning Issues: 1
🐛 Issues by Category
🎨 Style (1)
⚠️ gateway/mw_jwt.go:391 - The log messages on lines 391 and 424 contain a '?' which appears to be a typo. The original character was '—', and using '?' here can be confusing. Log messages should be clear and consistent.
Powered by Visor from Probelabs
💡 TIP: You can chat with Visor using /visor ask <your question>
Annotations
Check warning on line 424 in gateway/mw_jwt.go
probelabs / Visor: security
style Issue
The log messages on lines 391 and 424 contain a '?' which appears to be a typo. The original character was '—', and using '?' here can be confusing. Log messages should be clear and consistent.
Raw output
Replace the '?' with '—' in both log messages for clarity and consistency with the surrounding codebase.
Loading