Skip to content

fix: Failure to use secure URL in Maven artifact upload/download#1348

Merged
sebthom merged 1 commit intomainfrom
alert-autofix-1
Oct 23, 2025
Merged

fix: Failure to use secure URL in Maven artifact upload/download#1348
sebthom merged 1 commit intomainfrom
alert-autofix-1

Conversation

@sebthom
Copy link
Copy Markdown
Member

@sebthom sebthom commented Oct 22, 2025

Potential fix for https://github.com/eclipse-lsp4e/lsp4e/security/code-scanning/1

To fix the problem, change the <url> value under <repository> at line 194 inside the tycho-p2-plugin's <baselineRepositories>.
Specifically, update it from http://download.eclipse.org/lsp4e/snapshots to https://download.eclipse.org/lsp4e/snapshots. This ensures all artifact downloads are performed over an encrypted channel, preventing interception and tampering.
Only one line within the <baselineRepositories> block needs to be edited. No other configuration changes, imports, or plugin modifications are required.


Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@sebthom sebthom marked this pull request as ready for review October 22, 2025 21:31
@sebthom sebthom changed the title Potential fix for code scanning alert no. 1: Failure to use HTTPS or SFTP URL in Maven artifact upload/download fix: Failure to use secure URL in Maven artifact upload/download Oct 22, 2025
@sebthom sebthom merged commit f49d26f into main Oct 23, 2025
16 checks passed
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.

2 participants