A set of single-file public domain (or MIT licensed) libraries for C/C++
Multiple vulnerabilities have been discovered in stb. Please review the CVE identifiers referenced below for details.
Please review the referenced CVE identifiers for details.
There is no known workaround at this time.
All stb users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/stb-20240201"
Note that stb is included at compile time, so all packages that depend on it should also be reinstalled. If you have app-portage/gentoolkit installed you can use:
# emerge --ask --verbose $( equery depends dev-libs/stb | sed 's/^/=/' )