Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Restrict proposed name in manifest #2796

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Oct 4, 2024

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 Mrtenz marked this pull request as ready for review October 4, 2024 14:59
@Mrtenz Mrtenz requested a review from a team as a code owner October 4, 2024 14:59
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@FrederikBolding FrederikBolding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This warrants a bit more discussion, let's talk about this next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants