Skip to content

chore(deps): update dependency scikit-learn to v1.5.0 [security] - #37

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-scikit-learn-vulnerability
Open

chore(deps): update dependency scikit-learn to v1.5.0 [security]#37
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-scikit-learn-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
scikit-learn (changelog) 1.3.21.5.0 age confidence
scikit-learn (changelog) ==1.3.2==1.5.0 age confidence

scikit-learn sensitive data leakage vulnerability

CVE-2024-5206 / GHSA-jw8x-6495-233v

More information

Details

A sensitive data leakage vulnerability was identified in scikit-learn's TfidfVectorizer, specifically in versions up to and including 1.4.1.post1, which was fixed in version 1.5.0. The vulnerability arises from the unexpected storage of all tokens present in the training data within the stop_words_ attribute, rather than only storing the subset of tokens required for the TF-IDF technique to function. This behavior leads to the potential leakage of sensitive information, as the stop_words_ attribute could contain tokens that were meant to be discarded and not stored, such as passwords or keys. The impact of this vulnerability varies based on the nature of the data being processed by the vectorizer.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

scikit-learn/scikit-learn (scikit-learn)

v1.5.0: Scikit-learn 1.5.0

Compare Source

We're happy to announce the 1.5.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.5.html

This version supports Python versions 3.9 to 3.12.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

v1.4.2: Scikit-learn 1.4.2

Compare Source

We're happy to announce the 1.4.2 release.

This release only includes support for numpy 2.

This version supports Python versions 3.9 to 3.12.

You can upgrade with pip as usual:

pip install -U scikit-learn

v1.4.1.post1: Scikit-learn 1.4.1.post1

Compare Source

We're happy to announce the 1.4.1.post1 release.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.4.html#version-1-4-1-post1

This version supports Python versions 3.9 to 3.12.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

v1.4.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner June 19, 2024 05:43
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 19, 2024
@renovate
renovate Bot force-pushed the renovate/pypi-scikit-learn-vulnerability branch from 0bdaca9 to a87f6d1 Compare May 25, 2026 08:17
@renovate renovate Bot changed the title chore(deps): update dependency scikit-learn to v1.5.0 [security] chore(deps): update dependency scikit-learn to v1.8.0 [security] May 25, 2026
@renovate renovate Bot changed the title chore(deps): update dependency scikit-learn to v1.8.0 [security] chore(deps): update dependency scikit-learn to v1.5.0 [security] May 29, 2026
@renovate
renovate Bot force-pushed the renovate/pypi-scikit-learn-vulnerability branch from a87f6d1 to 0d3a61d Compare May 29, 2026 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants