Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps pillow from 10.3.0 to 11.0.0.

Release notes

Sourced from pillow's releases.

11.0.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

11.0.0 (2024-10-15)

  • Update licence to MIT-CMU #8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #8422 [radarhere]

  • Free memory on early return #8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #8402 [radarhere]

  • Check image value before use #8400 [radarhere]

  • Improved copying imagequant libraries #8420 [radarhere]

  • Use Capsule for WebP saving #8386 [homm, radarhere]

  • Fixed writing multiple StripOffsets to TIFF #8317 [Yay295, radarhere]

... (truncated)

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 [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 11.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...11.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
@vercel
Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
capy-life ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 5:28pm

@socket-security
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/mako@1.2.4 environment, eval, filesystem, network 0 2.26 MB CaselIT, bourke
pypi/markdown-it-py@3.0.0 eval, filesystem, shell 0 264 kB cjsewell, ebp-bot
pypi/markupsafe@2.1.3 environment, unsafe 0 142 kB
pypi/mdurl@0.1.2 None 0 25.7 kB hukkin
pypi/motor-types@1.0.0b4 None 0 77.5 kB Lord-Zero
pypi/motor@3.5.1 environment, filesystem, network 0 1.1 MB 10gen, emptysquare
pypi/motor@3.6.0 None 0 0 B
pypi/msgspec@0.16.0 environment, filesystem, shell, unsafe 0 893 kB jcrist
pypi/multidict@6.0.4 environment, filesystem, unsafe 0 621 kB Andrew.Svetlov, webknjaz
pypi/mypy-extensions@1.0.0 None 0 11.5 kB guido, hauntsaninja, ilevkivskyi, ...2 more
pypi/mypy@1.10.1 environment, eval, filesystem, network, shell, unsafe 0 45.2 MB ambv, guido, hauntsaninja, ...8 more
pypi/mypy@1.12.1 None 0 13.1 MB ambv, guido, hauntsaninja, ...8 more
pypi/names@0.3.0 filesystem 0 3.32 MB treyhunner
pypi/nanoid@2.0.0 filesystem 0 14.5 kB puyuan
pypi/opentelemetry-api@1.18.0 environment, eval, unsafe 0 309 kB LeightonC, opentelemetry
pypi/opentelemetry-instrumentation-asgi@0.41b0 environment, eval, network 0 91.9 kB LeightonC, codeboten, opentelemetry
pypi/opentelemetry-instrumentation@0.41b0 environment, filesystem, network, shell 0 102 kB LeightonC, codeboten, opentelemetry
pypi/opentelemetry-semantic-conventions@0.41b0 environment 0 80 kB LeightonC, opentelemetry

View full report↗︎

@socket-security
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
AI-detected potential code anomaly pypi/markupsafe@2.1.3
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
AI-detected potential code anomaly pypi/multidict@6.0.4
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
AI-detected potential code anomaly pypi/mypy-extensions@1.0.0
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
AI-detected potential code anomaly pypi/mako@1.2.4
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
Network access pypi/mako@1.2.4 🚫
Shell access pypi/markdown-it-py@3.0.0 🚫
Shell access pypi/opentelemetry-instrumentation@0.41b0 🚫
Shell access pypi/opentelemetry-instrumentation@0.41b0 🚫
Network access pypi/opentelemetry-instrumentation@0.41b0 🚫
Network access pypi/opentelemetry-instrumentation-asgi@0.41b0 🚫
Network access pypi/opentelemetry-instrumentation-asgi@0.41b0 🚫
AI-detected potential code anomaly pypi/nanoid@2.0.0
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
Shell access pypi/msgspec@0.16.0 🚫
AI-detected potential code anomaly pypi/msgspec@0.16.0
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
Shell access pypi/mypy@1.10.1 🚫
Network access pypi/mypy@1.10.1 🚫
Shell access pypi/mypy@1.10.1 🚫
Network access pypi/mypy@1.10.1 🚫
AI-detected potential code anomaly pypi/mypy@1.10.1
  • Notes: The code contains multiple potential security risks, including unauthorized file writes, command injection, information leakage, and code injection. It should be reviewed and modified to ensure proper input validation, sanitization, and secure handling of user input. The presence of 'eval' raises concerns about the safety and security of the code.
  • Confidence: 0.80
  • Severity: 0.70
🚫
Network access pypi/mypy@1.10.1 🚫
Shell access pypi/mypy@1.10.1 🚫
Network access pypi/mypy@1.10.1 🚫
Shell access pypi/mypy@1.10.1 🚫
Shell access pypi/mypy@1.10.1 🚫
Network access pypi/mypy@1.10.1 🚫
Network access pypi/mypy@1.10.1 🚫
Shell access pypi/mypy@1.10.1 🚫
Network access pypi/motor@3.5.1 🚫
Network access pypi/motor@3.5.1 🚫

View full report↗︎

Next steps

What is an AI-detected potential code anomaly?

AI has identified unusual behaviors that may pose a security risk.

An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore pypi/markupsafe@2.1.3
  • @SocketSecurity ignore pypi/multidict@6.0.4
  • @SocketSecurity ignore pypi/mypy-extensions@1.0.0
  • @SocketSecurity ignore pypi/mako@1.2.4
  • @SocketSecurity ignore pypi/markdown-it-py@3.0.0
  • @SocketSecurity ignore pypi/opentelemetry-instrumentation@0.41b0
  • @SocketSecurity ignore pypi/opentelemetry-instrumentation-asgi@0.41b0
  • @SocketSecurity ignore pypi/nanoid@2.0.0
  • @SocketSecurity ignore pypi/msgspec@0.16.0
  • @SocketSecurity ignore pypi/mypy@1.10.1
  • @SocketSecurity ignore pypi/motor@3.5.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant