snaps icon indicating copy to clipboard operation
snaps copied to clipboard

BREAKING: Restrict proposed name in manifest

Open Mrtenz opened this issue 1 year ago • 1 comments

This changes manifest validation to restrict the proposedName field to printable ASCII characters. This is a breaking change because previously any string (within a certain length) was allowed.

Mrtenz avatar Oct 04 '24 14:10 Mrtenz

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.44%. Comparing base (97144bf) to head (dccbdaf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2796   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files         484      484           
  Lines       10308    10309    +1     
  Branches     1569     1569           
=======================================
+ Hits         9735     9736    +1     
  Misses        573      573           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 04 '24 15:10 codecov[bot]