We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b3c3c + 509bde8 commit 31eb9ddCopy full SHA for 31eb9dd
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.0 (2026-03-11)
4
+
5
+ - Return error for invalid or unsupported Package-URLs
6
7
## v0.49.0 (2026-03-11)
8
9
- Update FST with latest PURLs
README.md
@@ -58,7 +58,7 @@ purlvalidator.Validate("pkg:nuget/non-existent-foo-bar");
58
// This will return an error: "only base PURL is supported (no version, qualifiers, or subpath)"
59
purlvalidator.Validate("pkg:nuget/FluentValidation@10.2.3");
60
61
-// This will return an error: "purl scheme is not \"pkg\": \"pkddg\""
+// This will return an error: "purl scheme is not \"pkg\": \"test\""
62
purlvalidator.Validate("test:nuget/FluentValidation");
63
64
```
0 commit comments