From: Simon Ruderich Date: Sun, 9 May 2021 09:36:44 +0000 (+0200) Subject: safcm: strip invalid characters from detected os/arch groups X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=da47b542155706887750f8a0338f8cd2ced654a6;hp=da47b542155706887750f8a0338f8cd2ced654a6;p=safcm%2Fsafcm.git safcm: strip invalid characters from detected os/arch groups Handle them like any other detected group because the remote can send invalid values. The current code can handle arbitrary group names just fine but it's better to treat all untrusted input the same. ---