Skip to content

Commit e96e70a

Browse files
committed
(docs) Add new CPMR0076 rule for Icon URLs
This adds the new rule for flagging Icon URLs that make use of GitHub or RawGit URLs in the nuspec file. This rule is not currently planned for Package Validator, but is useful to have as it will be implemented in the Chocolatey Community Validation extension.
1 parent afa00df commit e96e70a

File tree

1 file changed

+28
-0
lines changed
  • src/content/docs/en-us/community-repository/moderation/package-validator/rules

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
order: 76
3+
xref: cpmr0076
4+
title: CPMR0076 - Raw GitHub Icon URL Is Used (nuspec)
5+
description: Information on how to remediate the Chocloatey Package Moderation Rule 0076
6+
ruleType: Requirement
7+
---
8+
import Callout from '@choco/components/Callout.astro'
9+
import Iframe from '@choco/components/Iframe.astro';
10+
import Xref from '@components/Xref.astro';
11+
import PackageValidatorRuleRequirement from '@components/docs/PackageValidatorRuleRequirement.mdx';
12+
import PackageValidatorNotImplemented from '@components/docs/PackageValidatorNotImplemented.mdx';
13+
14+
<PackageValidatorRuleRequirement />
15+
<PackageValidatorNotImplemented />
16+
17+
## Issue
18+
19+
In the nuspec, the Icon URL has been specified as coming from GitHub or RawGit.
20+
21+
## Recommended Solution
22+
23+
Please update the Icon URL to use an Icon that is coming from a proper CDN instead of GitHub or RawGit.
24+
There existis CDN providers for GitHub links that can be used, like [JSDelivr](https://www.jsdelivr.com/) and [Statically](https://statically.io/).
25+
26+
## Reasoning
27+
28+
GitHub has expressed it being unwanted to hotlink to _raw_ files in the past as these are not static assets, and RawGit has shut down.

0 commit comments

Comments
 (0)