Changes between Initial Version and Version 1 of Ticket #12955, comment 1
- Timestamp:
- Jul 21, 2023, 10:32:19 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12955, comment 1
initial v1 1 This is intentional, until https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 gets fixed. Until then std::regex must not be used and boost::regex is required instead.1 This is intentional, until https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 gets fixed. Until then std::regex must not be used and a recent boost::regex is required instead. 2 2 3 3 Consider contacting the security team of your distribution to check all other package that use std::regex from libstdc++ and have them all switch to a better regex library that doesn't suffer from this gaping security hole.