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

feat(csaf): vulnerabilities parsing #1067

Merged
merged 4 commits into from
Jan 29, 2024
Merged

Conversation

psegedy
Copy link
Member

@psegedy psegedy commented Jan 19, 2024

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

Copy link

jira-linking bot commented Jan 19, 2024

Commits missing Jira IDs:
f9ec0cd
Referenced Jiras:
https://issues.redhat.com/browse/RHINENG-7697

@psegedy psegedy force-pushed the csaf_parse branch 3 times, most recently from a396642 to 17fb223 Compare January 19, 2024 15:01
@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2024

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (e0a2e18) 60.14% compared to head (f9ec0cd) 61.32%.

Files Patch % Lines
vmaas/reposcan/redhatcsaf/csaf_controller.py 88.88% 6 Missing ⚠️
vmaas/reposcan/redhatcsaf/modeling.py 93.65% 4 Missing ⚠️
vmaas/common/config.py 0.00% 1 Missing ⚠️
vmaas/reposcan/database/csaf_store.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1067      +/-   ##
==========================================
+ Coverage   60.14%   61.32%   +1.17%     
==========================================
  Files          69       69              
  Lines        6218     6322     +104     
==========================================
+ Hits         3740     3877     +137     
+ Misses       2478     2445      -33     

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

@jdobes jdobes merged commit ef41296 into RedHatInsights:master Jan 29, 2024
3 checks passed
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.

3 participants