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

Bump cvss from 3.2 to 3.3 #11177

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Bump cvss from 3.2 to 3.3 #11177

merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps cvss from 3.2 to 3.3.

Release notes

Sourced from cvss's releases.

Release v3.3

  • Implemented correct eq methods
  • Added methods for isolated temporal and environmental vectors
  • Another rounding fix
Commits
  • 1bfc39f Another rounding fix (#65)
  • 42a77b6 feat(CVSS2, CVSS3): add methods to fetch isolated temporal and environmental ...
  • e5c64e0 Update build requirements for old Python versions
  • 5e83877 fix(CVSS2, CVSS3, CVSS4): implement and correct eq methods (#62)
  • 4c0367a Update build requirements
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cvss](https://github.com/RedHatProductSecurity/cvss) from 3.2 to 3.3.
- [Release notes](https://github.com/RedHatProductSecurity/cvss/releases)
- [Commits](RedHatProductSecurity/cvss@v3.2...v3.3)

---
updated-dependencies:
- dependency-name: cvss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2024
Copy link

dryrunsecurity bot commented Nov 1, 2024

DryRun Security Summary

The provided code changes update the cvss library from version 3.2 to version 3.3 in the requirements.txt file, which is used for calculating the Common Vulnerability Scoring System (CVSS) score, a widely used standard for assessing the severity of software vulnerabilities.

Expand for full summary

Summary:

The provided code changes in this pull request involve an update to the cvss library from version 3.2 to version 3.3 in the requirements.txt file. The cvss library is used for calculating the Common Vulnerability Scoring System (CVSS) score, which is a widely used standard for assessing the severity of software vulnerabilities. From an application security perspective, this update is generally a positive change, as it likely includes bug fixes, security improvements, or new features that enhance the library's functionality. However, it's important to review the release notes or change log for the cvss library to understand the specific changes and their potential impact on the application. Depending on the nature of the changes, there may be a need to re-evaluate the CVSS scores for any known vulnerabilities in the application and adjust mitigation strategies accordingly.

Files Changed:

  • requirements.txt: The requirements.txt file has been updated to use the cvss library version 3.3 instead of the previous version 3.2. The cvss library is used for calculating the Common Vulnerability Scoring System (CVSS) score, which is a crucial metric for security professionals to assess the risk posed by vulnerabilities. Updating the library to the latest version is generally a positive change, as it likely includes bug fixes, security improvements, or new features that enhance the library's functionality.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit bf7ca81 into dev Nov 1, 2024
73 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/cvss-3.3 branch November 1, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants