Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
Fix a few typos I found. Nothing major

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored and captn3m0 committed Dec 26, 2024
1 parent 4a2ebd5 commit ad0de11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _plugins/product-data-validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def is_not_before(property1, property2)
end
end

# Real validation is delegated to IdentifierToUrl to avoid duplicatio
# Real validation is delegated to IdentifierToUrl to avoid duplication
def is_not_an_identifier(property, hash)
IdentifierToUrl.new.render(hash)
rescue => e
Expand Down
12 changes: 6 additions & 6 deletions pages/help/identifiers-needed.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ description: Help add more identifiers to the site
permalink: /help/identifiers-needed/
---

endoflife.date maintains machine-readable identififers for various products to help the SBOM
endoflife.date maintains machine-readable identifiers for various products to help the SBOM
ecosystem and other projects. We need your help to add more identifiers to the site.

## What are Identifiers?

We currently use the following identififers:
We currently use the following identifiers:

1. [Repology](https://repology.org) Project Identififers. We use these to link to various package repositories and distributions.
2. [Package URL](https://github.com/package-url/purl-spec) Identififers (`pkg:`). We use these to link to packages that are not present in Repology, such as Docker Images, Third-party linux repos, and more.
3. [NVD CPE](https://nvd.nist.gov/products/cpe) Identififers. Primarily used where repology/purl does not work, such as on devices and operating-systems.
1. [Repology](https://repology.org) Project Identifiers. We use these to link to various package repositories and distributions.
2. [Package URL](https://github.com/package-url/purl-spec) Identifiers (`pkg:`). We use these to link to packages that are not present in Repology, such as Docker Images, Third-party linux repos, and more.
3. [NVD CPE](https://nvd.nist.gov/products/cpe) Identifiers. Primarily used where repology/purl does not work, such as on devices and operating-systems.

## How can you help

Expand Down Expand Up @@ -52,7 +52,7 @@ identifiers:
- purl: pkg:chocolatey/libericajdk
- purl: pkg:winget/BellSoft.LibericaJDK.8
```
## Pages without Identififers
## Pages without Identifiers
<ul>
{% for page in site.html_pages %}
Expand Down
2 changes: 1 addition & 1 deletion product-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"releasePolicyLink": {
"title": "Release policy link",
"description": "URL to the producs release policy page.",
"description": "URL to the product's release policy page.",
"type": "string",
"pattern": "^https?://.+$"
},
Expand Down

0 comments on commit ad0de11

Please sign in to comment.