Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Endpoint: /core/checksums #47

Open
chuckadams opened this issue Oct 22, 2024 · 2 comments
Open

Implement Endpoint: /core/checksums #47

chuckadams opened this issue Oct 22, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@chuckadams
Copy link
Contributor

An artisan command to build the table of versions to checksums would be quite handy.

@chuckadams chuckadams added this to the Phase 1 milestone Oct 22, 2024
@yosefeliezrie yosefeliezrie added the enhancement New feature or request label Oct 27, 2024
@eadamsatx
Copy link
Contributor

From docs:

Returns a JSON encoded array of file MD5 checksums for a given WordPress release / locale. Although english is the default, it's suggested to pass it for 100% compatibility with core.

Note that MD5 hashes are not cryptographically secure and should not be relied on to detect malicious changes to WordPress files.

Source: https://codex.wordpress.org/WordPress.org_API#Update_Check

@chuckadams
Copy link
Contributor Author

I can only find plugin checksums code in the .org repo. This is another /core API that's a black box.

@chuckadams chuckadams added the help wanted Extra attention is needed label Oct 31, 2024
@chuckadams chuckadams modified the milestones: MVP API, Full API Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants