arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

GHSL-2021-115: fix performance problem in regex. #675

Closed kevinbackhouse closed 3 years ago

kevinbackhouse commented 3 years ago

This regex can perform quite badly on some input strings. This change should fix the performance issue without changing the set of strings that the regex accepts.

arskom-jenkins commented 3 years ago

Can one of the admins verify this patch?

plq commented 3 years ago

test this please

plq commented 3 years ago

thanks for the patch!