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 asteval from 1.0.3 to 1.0.4 #10911

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps asteval from 1.0.3 to 1.0.4.

Release notes

Sourced from asteval's releases.

1.0.4

bugfix:

  • fix error handling that might result in null exception
Commits

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 [asteval](https://github.com/lmfit/asteval) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: asteval
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
Copy link

DryRun Security Summary

The provided changes in this pull request appear to be routine library updates and additions to the requirements.txt file for the DefectDojo project, including updating the asteval library and the bleach library with the addition of the bleach[css] dependency, likely to address potential security concerns related to HTML sanitization and CSS handling.

Expand for full summary

Summary:

The provided changes in this pull request appear to be routine library updates and additions to the requirements.txt file for the DefectDojo project. The key changes include updating the asteval library from version 1.0.3 to 1.0.4, and updating the bleach library to version 6.1.0 while also adding the bleach[css] dependency.

The asteval library update is likely a minor bug fix or improvement release and does not raise any immediate security concerns. The bleach library updates and the addition of the css dependency, however, may indicate that the project is addressing security concerns related to HTML sanitization and CSS handling, which is a common practice to mitigate potential cross-site scripting (XSS) vulnerabilities.

Overall, these changes appear to be standard maintenance tasks to keep the project's dependencies up-to-date and address potential security issues. While there are no major security concerns raised by these changes, it's important to ensure that the project's use of these libraries is appropriate and that any potential security implications are thoroughly evaluated.

Files Changed:

  • requirements.txt: This file has been updated to include the following changes:
    • The asteval library has been updated from version 1.0.3 to 1.0.4.
    • The bleach library has been updated to version 6.1.0, and the bleach[css] dependency has been added.

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 d0985b9 into dev Sep 16, 2024
73 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/asteval-1.0.4 branch September 16, 2024 19:54
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