- 🇺🇸United States japerry KVUO
These are random Ids, and has nothing to do with encryption or security. No need to fix.
To avoid false positives weak algorithms should not be used (see https://www.drupal.org/node/845876 → )
Affected code:
docroot/modules/contrib/purge/modules/purge_ui/src/Plugin/Block/PurgeBlock.php 143
docroot/modules/contrib/purge/src/Plugin/Purge/Purger/PurgersService.php 209
Solution:
use Drupal’s hashBase64 methods:
\Drupal\Component\Utility\Crypt::hashBase64($data)
\Drupal\Component\Utility\Crypt::hmacBase64($data, $key)
in those files affected
Closed: won't fix
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
These are random Ids, and has nothing to do with encryption or security. No need to fix.