Skip to content

fix: use HTTPS repository URL instead of HTTP#1501

Closed
597226617 wants to merge 1 commit into
mscdex:masterfrom
597226617:fix/repository-metadata
Closed

fix: use HTTPS repository URL instead of HTTP#1501
597226617 wants to merge 1 commit into
mscdex:masterfrom
597226617:fix/repository-metadata

Conversation

@597226617

Copy link
Copy Markdown

Summary

The repository.url field in package.json uses http://github.com/mscdex/ssh2.git (insecure HTTP).

For a public npm package, HTTPS (https://github.com/mscdex/ssh2.git) is universally accessible and secure.

Change

  • http://github.com/mscdex/ssh2.githttps://github.com/mscdex/ssh2.git

No runtime code, dependency, or test changes.

The repository.url field used http://github.com/ which is insecure. For a
public package, HTTPS is universally accessible.
@597226617

Copy link
Copy Markdown
Author

Closing this PR. Apologies for the noise.

@597226617 597226617 closed this Jun 23, 2026
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