豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

security_update not possible although a fixed version would exist (CVEs) #14750

@noxthot

Description

@noxthot

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

uv

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2

registries:
private-registry:
type: python-index
** SECRET **

updates:

  • package-ecosystem: "uv"
    directory: "/"
    versioning-strategy: lockfile-only
    schedule:
    interval: "daily"
    groups:
    uv-development:
    dependency-type: development
    uv-production:
    dependency-type: production
    registries:
    • private-registry
      commit-message:
      prefix: "[BUILD] dependabot:"

Updated dependency

No response

What you expected to see, versus what you actually saw

Note: It happens for all packages and repos since a couple of days.

What do I see?

A new CVE is issued; dependabot tries to find an update and then errors with:

Dependabot cannot update langchain-openai to a non-vulnerable version
The latest possible version of langchain-openai that can be installed is 1.1.14.

The earliest fixed version is 1.1.14.

In the log it shown like this:

+-----------------------------------------------------------------------------+
|                                   Errors                                    |
+------------------------------+----------------------------------------------+
| Type                         | Details                                      |
+------------------------------+----------------------------------------------+
| security_update_not_possible | {                                            |
|                              |   "dependency-name": "langchain-openai",     |
|                              |   "latest-resolvable-version": "1.1.14",     |
|                              |   "lowest-non-vulnerable-version": "1.1.14", |
|                              |   "conflicting-dependencies": []             |
|                              | }                                            |
+------------------------------+----------------------------------------------+

What do I expect?

Since the earliest fixed version is 1.1.14 and this version is indeed available and resolvable, it should create a PR.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions