Making WordPress.org


Ignore:
Timestamp:
10/13/2017 08:56:56 AM (7 years ago)
Author:
dd32
Message:

Plugin Directory: Generate md5 hashes for plugins.

This is a POC and may change or be removed in the future, it's here for testing purposes.

A api.wordpress.org endpoint may be available in the future to access it.
This is only enabled for the 'exploit-scanner' plugin at present, purely for testing, as it publishes the md5 hashes of its own files already

Compare https://wordpress.org/plugins/exploit-scanner/ to https://downloads.wordpress.org/plugins/exploit-scanner.1.5.2.checksums.json

See #3192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php

    r5841 r6022  
    196196                $svn_revision_triggered ?
    197197                    "{$plugin_slug}: ZIP build triggered by https://plugins.trac.wordpress.org/changeset/{$svn_revision_triggered}" :
    198                     "{$plugin_slug}: ZIP build triggered by " . php_uname('n')
     198                    "{$plugin_slug}: ZIP build triggered by " . php_uname('n'),
     199                $stable_tag
    199200            );
    200201        } catch( Exception $e ) {
Note: See TracChangeset for help on using the changeset viewer.