Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: spring security http headers configuration #255

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Conversation

RadovanTomik
Copy link
Collaborator

@RadovanTomik RadovanTomik commented Mar 28, 2024

Negotiator pull request:

Description:

Adds default configurations for csfr and cors headers.

Checklist:

Make sure you tick all the boxes bellow if they are true or do not apply:

  • I have performed a self review of my code
  • My code follows Google Java Code style
  • I have made my code as simple as possible
  • I have added unit tests and the code coverage has not decreased
  • I have updated the documentation in all relevant places

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 78.50%. Comparing base (e5e25f8) to head (ea0770a).

Files Patch % Lines
...or/configuration/security/OAuthSecurityConfig.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #255      +/-   ##
============================================
- Coverage     78.54%   78.50%   -0.04%     
+ Complexity      895      894       -1     
============================================
  Files           122      122              
  Lines          2740     2740              
  Branches        154      155       +1     
============================================
- Hits           2152     2151       -1     
  Misses          490      490              
- Partials         98       99       +1     
Flag Coverage Δ
unit 78.50% <66.66%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: RadovanTomik <radovan.tomasik@bbmri-eric.eu>
Signed-off-by: RadovanTomik <radovan.tomasik@bbmri-eric.eu>
Signed-off-by: RadovanTomik <radovan.tomasik@bbmri-eric.eu>
Signed-off-by: RadovanTomik <radovan.tomasik@bbmri-eric.eu>
@RadovanTomik RadovanTomik merged commit 59124a7 into master Mar 28, 2024
14 of 16 checks passed
@RadovanTomik RadovanTomik deleted the fix/headers branch March 28, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant