Skip to content

fix(spp_api_v2_oauth): reword log messages to avoid semgrep credentia…

dd735c8
Select commit
Loading
Failed to load commit list.
Open

feat(spp_oauth): prepare spp_oauth for stable status with RS256 bridge module #114

fix(spp_api_v2_oauth): reword log messages to avoid semgrep credentia…
dd735c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2026 in 0s

70.83% (+0.06%) compared to 93fa4cb

View this Pull Request on Codecov

70.83% (+0.06%) compared to 93fa4cb

Details

Codecov Report

❌ Patch coverage is 92.90780% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.83%. Comparing base (93fa4cb) to head (dd735c8).
⚠️ Report is 83 commits behind head on 19.0.

Files with missing lines Patch % Lines
spp_api_v2_oauth/routers/oauth_rs256.py 87.23% 6 Missing ⚠️
spp_api_v2_oauth/middleware/auth_rs256.py 94.44% 3 Missing ⚠️
spp_api_v2_oauth/__manifest__.py 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #114      +/-   ##
==========================================
+ Coverage   70.76%   70.83%   +0.06%     
==========================================
  Files         682      689       +7     
  Lines       37347    37469     +122     
==========================================
+ Hits        26429    26541     +112     
- Misses      10918    10928      +10     
Files with missing lines Coverage Δ
spp_api_v2_oauth/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_oauth/constants.py 100.00% <100.00%> (ø)
spp_api_v2_oauth/models/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_oauth/models/fastapi_endpoint.py 100.00% <100.00%> (ø)
spp_oauth/__manifest__.py 0.00% <ø> (ø)
spp_oauth/models/res_config_settings.py 100.00% <100.00%> (ø)
spp_oauth/tools/__init__.py 100.00% <100.00%> (ø)
spp_oauth/tools/oauth_exception.py 100.00% <ø> (ø)
spp_oauth/tools/rsa_encode_decode.py 100.00% <100.00%> (ø)
spp_api_v2_oauth/__manifest__.py 0.00% <0.00%> (ø)
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.