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

[New Feature]: Add support for IARC content rating to manifests #3292

Open
kbdharun opened this issue May 30, 2023 · 2 comments
Open

[New Feature]: Add support for IARC content rating to manifests #3292

kbdharun opened this issue May 30, 2023 · 2 comments
Labels
Area-Manifest This may require a change to the manifest Issue-Feature This is a feature request for the Windows Package Manager client. msstore Issue related to "msstore" REST source

Comments

@kbdharun
Copy link

Description of the new feature/enhancement

Currently, Microsoft Store Applications supports IARC content ratings, it would be nice if we could specify the content rating in manifests too.

image
Fig. Sample Microsoft store entry

Maybe we can extend #1401 and automatically filter manifests based on the content rating specified and for the ones compliant with the rating we could ask the parent for authorization of manifest for children's accounts.

Proposed technical implementation details (optional)

This feature could be probably added to the install or locale part. And it can also be added to YamlCreate and other affiliated tools by default on manifest creation.

@kbdharun kbdharun added the Issue-Feature This is a feature request for the Windows Package Manager client. label May 30, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 30, 2023
@stephengillie stephengillie removed the Needs-Triage Issue need to be triaged label May 31, 2023
@Trenly
Copy link
Contributor

Trenly commented May 31, 2023

@denelon - CLI; Area-Manifest

@denelon denelon transferred this issue from microsoft/winget-pkgs May 31, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 31, 2023
@denelon denelon added msstore Issue related to "msstore" REST source Area-Manifest This may require a change to the manifest and removed Needs-Triage Issue need to be triaged labels May 31, 2023
@denelon
Copy link
Contributor

denelon commented May 31, 2023

We will look at adding this to the schema. Initially it will be limited to the msstore source. We need to ensure that the publisher is a "verified developer" for the community repository. We are working on the business process for how we verify developers in the community repository. Once that is done, we will be able to expose additional fields by policy for the winget-pkgs repository like agreements and IARC ratings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Manifest This may require a change to the manifest Issue-Feature This is a feature request for the Windows Package Manager client. msstore Issue related to "msstore" REST source
Projects
None yet
Development

No branches or pull requests

4 participants