Skip to content

Bump simpleeval from 1.0.3 to 1.0.5 in /integration_tests#7252

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot-pip-integration_tests-simpleeval-1.0.5
Mar 14, 2026
Merged

Bump simpleeval from 1.0.3 to 1.0.5 in /integration_tests#7252
mergify[bot] merged 1 commit intomasterfrom
dependabot-pip-integration_tests-simpleeval-1.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps simpleeval from 1.0.3 to 1.0.5.

Release notes

Sourced from simpleeval's releases.

1.0.5

Fixes Security issues with "dangerous" modules & functions leaking through as attributes of other names, see:

Fixes CVE-2026-32640

GHSA-44vg-5wv2-h2hg

Breaking Change:

  • Modules & Submodules now are not directly usable as names or as attributes of other items, if you still need this functionality, then use the new ModuleWrapper, or subclass SimpleEval to bypass it.
Commits
  • a4659fa Merge pull request #171 from danthedeckie/remove-module-access
  • 7c9180c version number bump
  • cffa9f6 Much stricter lockdown via _check_disallowed_items plus adding ModuleWrapper
  • 4e7f4b8 Add ByamB4 to contributors list
  • 1654cbf Disallow module access & disallowed function access via attributes.
  • 9cb4a7b Add a few additional DISALLOW_FUNCTIONS
  • 0425898 Merge pull request #169 from danthedeckie/update-readme
  • 618bcf4 update build tools / config
  • 8828943 bump version, and update copyright year
  • 97570fe lint string joining fixes
  • 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 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 [simpleeval](https://github.com/danthedeckie/simpleeval) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/danthedeckie/simpleeval/releases)
- [Commits](danthedeckie/simpleeval@1.0.3...1.0.5)

---
updated-dependencies:
- dependency-name: simpleeval
  dependency-version: 1.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the tests Issues relating to tests label Mar 14, 2026
@cypress
Copy link

cypress bot commented Mar 14, 2026

FlowAuth    Run #25851

Run Properties:  status check passed Passed #25851  •  git commit 58e9e52b51: Bump simpleeval from 1.0.3 to 1.0.5 in /integration_tests
Project FlowAuth
Branch Review dependabot-pip-integration_tests-simpleeval-1.0.5
Run status status check passed Passed #25851
Run duration 00m 46s
Commit git commit 58e9e52b51: Bump simpleeval from 1.0.3 to 1.0.5 in /integration_tests
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.77%. Comparing base (3ab8e3e) to head (58e9e52).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #7252       +/-   ##
===========================================
+ Coverage   76.64%   91.77%   +15.13%     
===========================================
  Files         277      277               
  Lines       10778    10778               
  Branches      697      697               
===========================================
+ Hits         8261     9892     +1631     
+ Misses       2250      736     -1514     
+ Partials      267      150      -117     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify bot merged commit afc3260 into master Mar 14, 2026
38 checks passed
@mergify mergify bot deleted the dependabot-pip-integration_tests-simpleeval-1.0.5 branch March 14, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Issues relating to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants