OhmSpectator / streetviews-grabber

A script that grabs Google Street View for a city.
Other
7 stars 1 forks source link

[Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 #29

Open OhmSpectator opened 8 months ago

OhmSpectator commented 8 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

#### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - requirements.txt
⚠️ Warning ``` matplotlib 3.5.3 requires pillow, which is not installed. matplotlib 3.5.3 requires fonttools, which is not installed. ```
#### Vulnerabilities that will be fixed ##### By pinning: Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **661/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 7.5 | XML External Entity (XXE) Injection
[SNYK-PYTHON-FONTTOOLS-6133203](https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203) | `fonttools:`
`4.38.0 -> 4.43.0`
| No | No Known Exploit (*) Note that the real score may have changed since the PR was raised. Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded. Check the changes in this PR to ensure they won't cause issues with your project. ------------ **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/ohmspectator/project/a9f049d2-7169-43cf-9665-6b79af52428a?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/ohmspectator/project/a9f049d2-7169-43cf-9665-6b79af52428a?utm_source=github&utm_medium=referral&page=fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"339fd46b-b198-4c21-becd-3e35f9312d92","prPublicId":"339fd46b-b198-4c21-becd-3e35f9312d92","dependencies":[{"name":"fonttools","from":"4.38.0","to":"4.43.0"}],"packageManager":"pip","projectPublicId":"a9f049d2-7169-43cf-9665-6b79af52428a","projectUrl":"https://app.snyk.io/org/ohmspectator/project/a9f049d2-7169-43cf-9665-6b79af52428a?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-FONTTOOLS-6133203"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[661],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [XML External Entity (XXE) Injection](https://learn.snyk.io/lesson/xxe/?loc=fix-pr) ## Summary by CodeRabbit - **New Features** - Introduced a new font management dependency to enhance text rendering capabilities.
coderabbitai[bot] commented 8 months ago

Walkthrough

The project's requirements.txt file has been updated to include a new dependency: fonttools with a version requirement of 4.43.0 or higher. This addition suggests that the project may now involve font manipulation or analysis tasks that require the functionalities provided by fonttools.

Changes

File Change Summary
requirements.txt Added fonttools>=4.43.0

🐇💭

To the code, a friend hops in,
fonttools joins the kin.
With each character, it will spin,
Crafting glyphs, it shall begin. 🎨✨

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`