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

Add CVSS v4 Support #509

Merged
merged 11 commits into from
Sep 30, 2024
Merged

Conversation

ColonelThirtyTwo
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.85%. Comparing base (32fabbe) to head (721b4ac).
Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files         319      320    +1     
  Lines       18573    18577    +4     
=======================================
+ Hits        17060    17064    +4     
  Misses       1513     1513           

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

Only load on the pages that need it. Rework some of the code to be less
verbose. Preparation for CVSS v4.
Move HTML to its own HTML file instead of a giant string literal in
forms.py. Adjust the styling to only apply to the CVSS calculator, and
make it look a bit nicer.
Reuses the same score and vector fields as V3. The calculator has a
button to switch between V3 and V4, and will automatically switch based
on the CVSS vector on page loaded or if one is put into the field.
@ColonelThirtyTwo ColonelThirtyTwo changed the base branch from master to feature/sso-json-and-file-api September 13, 2024 13:43
This was referenced Sep 17, 2024
@chrismaddalena chrismaddalena added release Ready for a release in progress On the road map and being actively worked labels Sep 24, 2024
@chrismaddalena chrismaddalena changed the base branch from feature/sso-json-and-file-api to master September 30, 2024 21:53
@chrismaddalena chrismaddalena merged commit 518e089 into GhostManager:master Sep 30, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress On the road map and being actively worked release Ready for a release
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants