rkkautsar / reprobench

📊 Reproducible Benchmark for Everyone
MIT License
1 stars 6 forks source link

chore(deps): [security] bump parso from 0.4.0 to 0.5.0 #49

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps parso from 0.4.0 to 0.5.0. This update includes security fixes.

Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects parso** > A deserialization vulnerability exists in the way parso through 0.4.0 handles grammar parsing from the cache. Cache loading relies on pickle and, provided that an evil pickle can be written to a cache grammar file and that its parsing can be triggered, this flaw leads to Arbitrary Code Execution. > > Affected versions: <= 0.4.0
Changelog *Sourced from [parso's changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst).* > 0.5.0 (2019-06-20) > ================== > > - **Breaking Change** comp\_for is now called sync\_comp\_for for all Python versions to be compatible with the Python 3.8 Grammar > - Added .pyi stubs for a lot of the parso API > - Small FileIO changes
Commits - [`59df3fa`](https://github.com/davidhalter/parso/commit/59df3fab4358d5889556c2450c2d1deb36facdb7) Some small changes to the changelog - [`803cb5f`](https://github.com/davidhalter/parso/commit/803cb5f25fcee525c4eac1242d64e5327cde2b47) Make parso work at least somewhat with an older Jedi version - [`3fa8630`](https://github.com/davidhalter/parso/commit/3fa8630ba9824aee3dc5f769d8fb56034890cb94) Use an immutable map for used names, so that it can be use for hashing - [`1ca5ae4`](https://github.com/davidhalter/parso/commit/1ca5ae4008da7fefe56c0612fa1a4ae8307ae779) Bump the version number to the next release: 0.5.0 - [`c3c1616`](https://github.com/davidhalter/parso/commit/c3c16169b5b810247521b5c96fab0d9058844a34) Ignore positional only arguments slash when listing params - [`ecbe2b9`](https://github.com/davidhalter/parso/commit/ecbe2b99264ed344967628f67acef4d2c82155f7) Add positional only arguments to grammar - [`1929c14`](https://github.com/davidhalter/parso/commit/1929c144dcb2e18c5ebcfe5037431a8a4fc3d310) Increate the _PICKLE_VERSION to avoid issues with the latest breaking change - [`b5d5039`](https://github.com/davidhalter/parso/commit/b5d50392a4058919c0018666cdfc8c3eaaea9cb5) comp_for is now called sync_comp_for for all Python versions to be compatible... - [`a7aa23a`](https://github.com/davidhalter/parso/commit/a7aa23a7f0010868bdd8d3c5d7785db1035f0c85) Parse named expressions - [`5430415`](https://github.com/davidhalter/parso/commit/5430415d4463900c1780488f9cdddc5eb9814ecc) Change a test, because it doesn't really matter - Additional commits viewable in [compare view](https://github.com/davidhalter/parso/compare/v0.4.0...v0.5.0)


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 will not automatically merge this PR because this dependency is pre-1.0.0.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.