Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-x4mq-m75f-mx8m: Delegate functions are missing `Send` bound

Affected versions of this crate did not require event handlers to have Send bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior.

The flaw was corrected in commit afe3252 by adding Send bounds.

ghsa
#windows#microsoft#git

Delegate functions are missing `Send` bound

High severity GitHub Reviewed Published Jun 17, 2022

ghsa: Latest News

GHSA-h47h-mwp9-c6q6: Possible ReDoS vulnerability in block_format in Action Mailer