Skip to content

Merge branch 'master' into TT-14359-fix-nested-scopes-for-identity-ba…

2d93816
Select commit
Loading
Failed to load commit list.
Merged

[TT-14359] fix nested scopes for identity base field #7522

Merge branch 'master' into TT-14359-fix-nested-scopes-for-identity-ba…
2d93816
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@probelabs 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.