Skip to content

Resolve CVE#18620

Merged
cecemei merged 6 commits intoapache:masterfrom
cecemei:cve
Oct 16, 2025
Merged

Resolve CVE#18620
cecemei merged 6 commits intoapache:masterfrom
cecemei:cve

Conversation

@cecemei
Copy link
Contributor

@cecemei cecemei commented Oct 9, 2025

Description

Updated some version for CVE.

Note that NVD and oss index have both started requiring authentication, to run the security check you need to get the API key from both sites, add a servers section in ~/.m2/settings.xml, e.x.

<servers>
    <server>
      <id>ossindex-credentials</id>
      <username>cece.mei@imply.io</username>
      <password>API_KEY</password>
    </server>
  </servers>

and run:
mvn dependency-check:check -DnvdApiKey=$NVD_API_KEY


This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

@github-actions github-actions bot added the GHA label Oct 10, 2025
@cecemei cecemei marked this pull request as ready for review October 15, 2025 22:55
@cecemei cecemei added this to the 35.0.0 milestone Oct 16, 2025
@cecemei cecemei merged commit 73bdc19 into apache:master Oct 16, 2025
55 of 56 checks passed
cecemei added a commit to cecemei/druid that referenced this pull request Oct 21, 2025
* cve

* license

* cve

* cve2

* dependency
@cecemei cecemei mentioned this pull request Oct 21, 2025
cecemei added a commit to cecemei/druid that referenced this pull request Oct 22, 2025
* cve

* license

* cve

* cve2

* dependency
cecemei added a commit that referenced this pull request Oct 22, 2025
* cve

* license

* cve

* cve2

* dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants