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.5 to 1.0.6 #11633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps asteval from 1.0.5 to 1.0.6.

Release notes

Sourced from asteval's releases.

1.0.6

  • drop testing and support for Python3.8, add Python 3.13, change document to reflect this.
  • implement safe_getattr and safe_format functions; fix bugs in UNSAFE_ATTRS and UNSAFE_ATTRS_DTYPES usage
  • make all procedure attributes private to curb access to AST nodes, which can be exploited
  • improvements to error messages, including use ast functions to construct better error messages
  • remove import of numpy.linalg, as documented
  • update doc description for security advisory

Special thanks to @​SteakEnthusiast for the security-related fixes

Commits
  • 40c3196 document support for Python 3.9 to 3.13
  • 70eb46b using ast functions to construct better error messages
  • b578ce1 work on improving error messages
  • 9dbd8ad update supported version
  • ea78397 update copyright
  • 36abc02 change tested versions to 3.9 to 3.13
  • 68a43a1 drop Python3.8 testing
  • 8e0700e include text and better lineno info for better exceptions
  • 6970d89 some doc updates
  • 5840a7f fix doc Makefile
  • Additional commits viewable 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [asteval](https://github.com/lmfit/asteval) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.5...1.0.6)

---
updated-dependencies:
- dependency-name: asteval
  dependency-type: direct:production
...

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 Jan 23, 2025
Copy link

DryRun Security Summary

The code change updates the requirements.txt file for DefectDojo by upgrading the asteval and bleach libraries to their latest versions, with a focus on improving application security and dependency management.

Expand for full summary

Summary:

The provided code change is an update to the requirements.txt file for the DefectDojo application, which is a web application for managing software vulnerabilities. The key changes include updating the asteval library from version 1.0.5 to 1.0.6 and updating the bleach library to the latest version 6.2.0, with the addition of the bleach[css] dependency.

From an application security perspective, these changes are positive as they help address known vulnerabilities in the previous versions of the libraries. Keeping the application's dependencies up-to-date and ensuring that all dependencies are at their latest secure versions is essential for maintaining the overall security of the application. The addition of the bleach[css] dependency suggests that the application might be handling CSS-related user input, which requires additional sanitization to prevent Cross-Site Scripting (XSS) attacks. It's also recommended to regularly audit the application's dependencies for known vulnerabilities using tools like OWASP Dependency Check or Snyk.

Files Changed:

  • requirements.txt: The requirements.txt file has been updated to include the following changes:
    • The asteval library has been updated from version 1.0.5 to 1.0.6.
    • The bleach library has been updated to the latest version 6.2.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

View PR in the DryRun Dashboard.

1 similar comment
Copy link

DryRun Security Summary

The code change updates the requirements.txt file for DefectDojo by upgrading the asteval and bleach libraries to their latest versions, with a focus on improving application security and dependency management.

Expand for full summary

Summary:

The provided code change is an update to the requirements.txt file for the DefectDojo application, which is a web application for managing software vulnerabilities. The key changes include updating the asteval library from version 1.0.5 to 1.0.6 and updating the bleach library to the latest version 6.2.0, with the addition of the bleach[css] dependency.

From an application security perspective, these changes are positive as they help address known vulnerabilities in the previous versions of the libraries. Keeping the application's dependencies up-to-date and ensuring that all dependencies are at their latest secure versions is essential for maintaining the overall security of the application. The addition of the bleach[css] dependency suggests that the application might be handling CSS-related user input, which requires additional sanitization to prevent Cross-Site Scripting (XSS) attacks. It's also recommended to regularly audit the application's dependencies for known vulnerabilities using tools like OWASP Dependency Check or Snyk.

Files Changed:

  • requirements.txt: The requirements.txt file has been updated to include the following changes:
    • The asteval library has been updated from version 1.0.5 to 1.0.6.
    • The bleach library has been updated to the latest version 6.2.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

View PR in the DryRun Dashboard.

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.

0 participants