forked from package-url/purl-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resolve merge conflict #2
Merged
woodruffw
merged 38 commits into
trail-of-forks:ww/brew-purl
from
colindean:colindean/brew-purl__merge
Dec 17, 2024
Merged
Resolve merge conflict #2
woodruffw
merged 38 commits into
trail-of-forks:ww/brew-purl
from
colindean:colindean/brew-purl__merge
Dec 17, 2024
+143
−62
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allows the PURL to specify the specific artifact that was used. Signed-off-by: Mark Lodato <[email protected]>
Currently, the text said: > (See) PURL-SPECIFICATION.rst for known type definitions. which is not correct. - `PURL-SPECIFICATION.rst` is the core spec. - Type definitions are in `PURL-TYPES.rst` Edit to use similar sentence structure as one in [PURL-TYPES.rst](https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst): > See also https://github.com/package-url/purl-spec and PURL-SPECIFICATION.rst for the Package URL specification.
Use casing according to official document - https://semver.org/ - https://docs.fedoraproject.org/en-US/modularity/core-concepts/nsvca/ Signed-off-by: Arthit Suriyawongkul <[email protected]>
There's unfortunately a lot of confusion about where the boundaries are between the CVE Program's CVE List and NIST's NVD. Ensure that the documentation here is not perpetuating misinformation and communicating unambiguously. https://xkcd.com/386/
jshmrtn/purl redirects to maennchen/purl
docs: update list of known implementations
…ng_on_the_internet docs(vers): clarify what is (not) NVD
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Fix link to "Type definitions" to PURL-TYPES.rst
Fix casing: semver -> SemVer; nevra -> NEVRA
- vcs -> VCS - cannot contains -> cannot contain - Uppercase first characters of few bullet points to make it consistent with other bullets Signed-off-by: Arthit Suriyawongkul <[email protected]>
- archlinux -> Arch Linux Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Fix typos, casing, Rubygems -> RubyGems, etc
Added CPAN tests and FIX typos in PURL-SPEC
- Use the standard `file_name` qualifier, not `filename`. - Link to the Python Packaging User Guide for filename conventions. Thanks to @pombredanne for the suggestions. Signed-off-by: Mark Lodato <[email protected]>
Add `filename` qualifier to pypi.
…url" This reverts commit 37626c4.
Do not imply importance by order. Signed-off-by: Sebastian Schuberth <[email protected]>
Make this list a bit more compact and readable. Signed-off-by: Sebastian Schuberth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This addresses package-url#281 (comment).
@woodruffw greenlit me handling this real quick.