Open TristanHoladay opened 2 months ago
@TristanHoladay do you think we want to reject bundle names with "bad" characters ([
,*
,\
, etc) and error here, or just remove them... the difference being do we silently ignore them or fail with validation errors
@catsby i think we should reject them with validation errors. spoke with @UncleGedd synchronously, and he agreed.
Based on a comment from @catsby (https://github.com/defenseunicorns/uds-cli/pull/882#discussion_r1735361049) we should be doing some kind of sanitizing on bundle names.