[wp-trac] [WordPress Trac] #43546: Add to the privacy tools UX a means to export personal data by username or email address

WordPress Trac noreply at wordpress.org
Wed May 2 02:18:50 UTC 2018


#43546: Add to the privacy tools UX a means to export personal data by username or
email address
-------------------------------------------------+-------------------------
 Reporter:  allendav                             |       Owner:  allendav
     Type:  enhancement                          |      Status:  assigned
 Priority:  normal                               |   Milestone:  4.9.6
Component:  General                              |     Version:  trunk
 Severity:  normal                               |  Resolution:
 Keywords:  gdpr fixed-major commit needs-unit-  |     Focuses:
  tests                                          |
-------------------------------------------------+-------------------------

Comment (by SergeyBiryukov):

 In [changeset:"43094" 43094]:
 {{{
 #!CommitTicketReference repository="" revision="43094"
 Privacy: Use a CSPRNG in export filenames for more security.

 `rand()` is deterministic and therefore offers much less protection in
 this context. `wp_generate_password()` is a convenient wrapper around
 `wp_rand()`, which uses `random_int()` to generate cryptographically-
 secure psuedorandom numbers.

 Props iandunn.
 Merges [43045] to the 4.9 branch.
 See #43546.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/43546#comment:48>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list