Skip to content

Add ci.opensearch.org/m2/ mirror for plugin resolution (custom-codecs) - #359

Draft
shreyah963 wants to merge 1 commit into
opensearch-project:3.8from
shreyah963:update-plugin-m2
Draft

Add ci.opensearch.org/m2/ mirror for plugin resolution (custom-codecs)#359
shreyah963 wants to merge 1 commit into
opensearch-project:3.8from
shreyah963:update-plugin-m2

Conversation

@shreyah963

@shreyah963 shreyah963 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Description

Add ci.opensearch.org/m2/ mirror for plugin resolution (custom-codecs)

Issues Resolved

opensearch-project/opensearch-build#6278 (comment)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

PR Code Analyzer ❗

AI-powered 'Code-Diff-Analyzer' found issues on commit b87e26d.

Hard block: Issues at High severity or above will block this PR from merging.

PathLineSeverityDescription
build.gradle41highNew Maven repository source added: https://ci.opensearch.org/m2/ in buildscript block. Per mandatory rule, all package registry changes must be flagged — artifact authenticity cannot be verified and this path differs from the pre-existing /maven2/ path on the same host.
build.gradle69highNew Maven repository source added: https://ci.opensearch.org/m2/ in main repositories block. Same unverified path as buildscript addition; artifacts resolved from this repo could be substituted for legitimate dependencies.
bwc-test/build.gradle53highNew Maven repository source added: https://ci.opensearch.org/m2/ in buildscript repositories block. Mandatory flag: unverifiable repository source added alongside existing /maven2/ path — could serve different or malicious artifacts.
bwc-test/build.gradle67highNew Maven repository source added: https://ci.opensearch.org/m2/ in main repositories block. Mandatory flag: same unverified path; build tooling resolves dependencies in declaration order, so priority relative to other repos should be audited.
settings.gradle11highNew Maven repository source added: https://ci.opensearch.org/m2/ in pluginManagement block. Mandatory flag: plugin management repositories control Gradle plugin resolution — a malicious artifact served from this path could execute arbitrary code during the build.

The table above displays the top 10 most important findings.

Total: 5 | Critical: 0 | High: 5 | Medium: 0 | Low: 0


Pull Requests Author(s): Please update your Pull Request according to the report above.

Repository Maintainer(s): You can bypass diff analyzer by adding label skip-diff-analyzer after reviewing the changes carefully, then re-run failed actions. To re-enable the analyzer, remove the label, then re-run all actions.


⚠️ Note: The Code-Diff-Analyzer helps protect against potentially harmful code patterns. Please ensure you have thoroughly reviewed the changes beforehand.

Thanks.

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@7851ab3). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #359   +/-   ##
=======================================
  Coverage        ?   48.88%           
  Complexity      ?      192           
=======================================
  Files           ?       54           
  Lines           ?     1162           
  Branches        ?       64           
=======================================
  Hits            ?      568           
  Misses          ?      558           
  Partials        ?       36           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: shreyah963 <shreyab963@gmail.com>
@shreyah963
shreyah963 changed the base branch from main to 3.8 July 30, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant