Use of a Broken or Risky Cryptographic Algorithm in modules/contrib/entity_browser/src/plugin/field/fieldwidget/entityreferencebrowserwidget.php (line 522)
'#name' => $this->fieldDefinition->getName() . '_remove_' . $entity->id() . '_' . $row_id . '_' . md5(json_encode($field_parents)),
See https://www.drupal.org/node/845876 →
the md5() and sha1() hash functions should never be used in any code
this can be a problem if, for example, Government entities require such audits - which would then require additional documentation to verify that they are indeed, not a security issue.
use \Drupal\Component\Utility\Crypt::hashBase64($data)
Needs review
2.0
Display plugins
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.