[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
Mon Apr 30 18:53:01 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 needs-testing | Focuses:
--------------------------------+-----------------------
Comment (by iandunn):
In [changeset:"43045" 43045]:
{{{
#!CommitTicketReference repository="" revision="43045"
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.
See #43546.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43546#comment:39>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list