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: security fixes #25

Merged
merged 5 commits into from
Aug 18, 2024
Merged

fix: security fixes #25

merged 5 commits into from
Aug 18, 2024

Conversation

karl-cardenas-coding
Copy link
Owner

@karl-cardenas-coding karl-cardenas-coding commented Aug 18, 2024

Describe the Change

This PR adds a CodeQL configuration file and addresses a security vulnerability related to the CSRF attack. Other changes include:

Checklist

  • Open Source License list updated? Use make opensource to update the list.

  • License header updated? Use make license to update the header.

@karl-cardenas-coding karl-cardenas-coding added the enhancement New feature or request label Aug 18, 2024
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 16 lines in your changes missing coverage. Please review.

Project coverage is 50.57%. Comparing base (576e907) to head (bd47bb9).
Report is 1 commits behind head on main.

Files Patch % Lines
cmd/login.go 0.00% 13 Missing ⚠️
internal/auth.go 72.72% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   50.74%   50.57%   -0.18%     
==========================================
  Files          21       21              
  Lines        1815     1833      +18     
==========================================
+ Hits          921      927       +6     
- Misses        798      809      +11     
- Partials       96       97       +1     
Files Coverage Δ
internal/auth.go 75.00% <72.72%> (-0.95%) ⬇️
cmd/login.go 3.08% <0.00%> (-0.19%) ⬇️

Impacted file tree graph

@karl-cardenas-coding karl-cardenas-coding merged commit 6765d99 into main Aug 18, 2024
6 of 8 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the security-fixes branch August 18, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix code scanning alert - Use of constant state value in OAuth 2.0 URL
1 participant