GitHub / package-url/packageurl-go issues and pull requests
#79 - add custom validation for pkg:cpan
Pull Request -
State: closed - Opened by petergardfjall 5 months ago
- 1 comment
#78 - Missing handling of pkg:cpan causes tests to fail
Issue -
State: open - Opened by petergardfjall 5 months ago
- 1 comment
#77 - Implement missing cpan fixes
Issue -
State: closed - Opened by shibumi 8 months ago
- 1 comment
Labels: bug, help wanted
#76 - Fix golangci and update versions
Pull Request -
State: closed - Opened by shibumi 8 months ago
- 9 comments
#73 - Allow npm names to be case sensitive
Pull Request -
State: closed - Opened by PFCM 10 months ago
- 3 comments
#72 - why lua and not luarocks?
Issue -
State: open - Opened by nikpivkin 12 months ago
#71 - move cpan to known types
Pull Request -
State: closed - Opened by nikpivkin 12 months ago
- 1 comment
#70 - Make known type strings const instead of var
Pull Request -
State: open - Opened by marcusperlick about 1 year ago
- 1 comment
#69 - Fix Github Actions
Pull Request -
State: closed - Opened by shibumi over 1 year ago
- 1 comment
#68 - Adds `./` and `../` as valid subpath prefix
Pull Request -
State: closed - Opened by ridhoq over 1 year ago
- 12 comments
#67 - [bug] ./ and ../ are not valid subpath prefix
Issue -
State: closed - Opened by ridhoq over 1 year ago
- 5 comments
#66 - go.mod: Bump required Go version to 1.18
Pull Request -
State: closed - Opened by magnusbaeck almost 2 years ago
- 3 comments
#65 - Add PackageURL.Normalize
Pull Request -
State: closed - Opened by wetterjames4 almost 2 years ago
- 1 comment
#64 - Qualifier values do not have first character converted to lowercase
Pull Request -
State: closed - Opened by wetterjames4 almost 2 years ago
- 1 comment
#63 - Create a new release
Issue -
State: closed - Opened by micahhausler almost 2 years ago
- 1 comment
#62 - New Versioning Scheme
Issue -
State: open - Opened by shibumi almost 2 years ago
- 1 comment
Labels: enhancement
#61 - Add known types and candidate types
Pull Request -
State: closed - Opened by antgamdia almost 2 years ago
- 6 comments
#60 - Add `pub` and `bitnami` types
Pull Request -
State: closed - Opened by antgamdia almost 2 years ago
- 1 comment
#59 - Add exported field containing all the currently supported types
Issue -
State: closed - Opened by antgamdia about 2 years ago
#58 - fix: escape everything with modified QueryEscape
Pull Request -
State: closed - Opened by tommyknows about 2 years ago
- 4 comments
#57 - fix: use url.Values for Qualifiers
Pull Request -
State: open - Opened by tommyknows about 2 years ago
- 4 comments
#56 - fix: use url.Values for Qualifiers
Pull Request -
State: closed - Opened by tommyknows about 2 years ago
- 1 comment
#55 - fix: escape and unescape name
Pull Request -
State: closed - Opened by tommyknows about 2 years ago
- 2 comments
#54 - Escaping Rules
Issue -
State: closed - Opened by tommyknows about 2 years ago
- 3 comments
#53 - Qualifiers Ordering
Issue -
State: open - Opened by tommyknows about 2 years ago
- 8 comments
Labels: bug, help wanted
#52 - fix: use url.URL to encode and decode PURLs
Pull Request -
State: closed - Opened by tommyknows about 2 years ago
- 4 comments
#51 - purl with name contain whitespace can not be built from purl string
Issue -
State: closed - Opened by agfn about 2 years ago
Labels: bug
#50 - Test using supported Go versions
Pull Request -
State: closed - Opened by imjasonh about 2 years ago
- 4 comments
#49 - Pull test data from upstream instead of maintaining a local copy
Pull Request -
State: closed - Opened by Octogonapus about 2 years ago
- 4 comments
#48 - purl-spec test-suite-data.json should be the source of truth for all libraries.
Issue -
State: closed - Opened by corburn about 2 years ago
#47 - Improve release management
Issue -
State: open - Opened by shibumi about 2 years ago
Labels: enhancement, help wanted, good first issue
#46 - Fix parsing of some purl types. Fix tests.
Pull Request -
State: closed - Opened by Octogonapus about 2 years ago
- 6 comments
#45 - Is this project still maintained?
Issue -
State: closed - Opened by shibumi about 2 years ago
- 9 comments
#44 - Add Julia
Pull Request -
State: closed - Opened by Octogonapus about 2 years ago
- 11 comments
#43 - feat: add missing purl types
Pull Request -
State: closed - Opened by mcombuechen over 2 years ago
- 8 comments
#42 - Please create a new release with the test data
Issue -
State: closed - Opened by andrewpollock over 2 years ago
- 6 comments
#41 - Cumulative fixes from anchore/packageurl-go
Pull Request -
State: closed - Opened by kzantow over 2 years ago
- 3 comments
#40 - Remove deprecated usage of ioutil
Pull Request -
State: closed - Opened by noqcks over 2 years ago
- 7 comments
#39 - Add support for mlflow type
Issue -
State: open - Opened by noqcks over 2 years ago
- 1 comment
Labels: enhancement, help wanted, good first issue
#38 - Dont download test data
Pull Request -
State: closed - Opened by noqcks over 2 years ago
#37 - Failing test `TestToStringExamples`
Issue -
State: closed - Opened by noqcks over 2 years ago
#36 - Add TypeAlpine
Pull Request -
State: closed - Opened by noqcks over 2 years ago
- 2 comments
#35 - Remove the mit.LICENSE symlink
Pull Request -
State: closed - Opened by afrittoli over 2 years ago
- 4 comments
#34 - Add simple fuzz test
Pull Request -
State: closed - Opened by imjasonh about 3 years ago
- 3 comments
#33 - godoc: Documentation not displayed due to license restrictions.
Issue -
State: closed - Opened by imjasonh about 3 years ago
- 1 comment
#32 - Add in test suite json
Pull Request -
State: closed - Opened by DarthHater over 3 years ago
- 1 comment
#31 - Improve encoding behavior
Pull Request -
State: closed - Opened by kzantow over 3 years ago
- 2 comments
#30 - Disabled NPM name ToLower, added tests
Pull Request -
State: closed - Opened by ReuvenTinkov over 3 years ago
#29 - Fix debian type string
Pull Request -
State: closed - Opened by masahiro331 over 3 years ago
- 1 comment
#28 - cran/conan/swift support, CI switch to Github Actions, various linter issues fixed, Badges in Readme
Pull Request -
State: closed - Opened by shibumi over 3 years ago
- 9 comments
#27 - Version component is incorrectly lowercased
Issue -
State: open - Opened by rikkuness about 4 years ago
Labels: bug, help wanted
#26 - Fix deb type
Pull Request -
State: closed - Opened by petergardfjall about 4 years ago
#25 - TypeDebian should be 'deb' rather than 'debian'
Pull Request -
State: closed - Opened by petergardfjall about 4 years ago
#24 - add type for Rust cargo package urls
Pull Request -
State: closed - Opened by westonsteimel over 4 years ago
- 1 comment
#23 - Inconsistent URL encoding
Issue -
State: open - Opened by halinds over 4 years ago
Labels: bug, help wanted
#22 - Fix inconsistent URL encoding
Pull Request -
State: closed - Opened by halinds over 4 years ago
- 2 comments
#21 - Replace debian type with deb
Pull Request -
State: closed - Opened by wagoodman almost 5 years ago
- 1 comment
#20 - License detection issue
Issue -
State: closed - Opened by roycyt about 5 years ago
- 2 comments
#19 - PackageURL.String() should use a value receiver rather than pointer receiver
Pull Request -
State: closed - Opened by petergardfjall over 5 years ago
- 1 comment
#18 - make QualifiersFromMap return Qualifiers with a deterministic order
Pull Request -
State: closed - Opened by petergardfjall almost 6 years ago
#17 - README: Update links to point to travis.com
Pull Request -
State: closed - Opened by sschuberth almost 6 years ago
- 7 comments
#16 - add per-field verification of parsed PackageURL in tests and fix subpath parsing
Pull Request -
State: closed - Opened by petergardfjall about 6 years ago
- 2 comments
#15 - Cut a release
Issue -
State: closed - Opened by ashcrow about 6 years ago
- 6 comments
Labels: enhancement
#14 - Unit tests never actually verify the fields of the parsed PackageURL
Issue -
State: closed - Opened by petergardfjall about 6 years ago
- 3 comments
#13 - Make PackageURL.ToString() deterministic.
Pull Request -
State: closed - Opened by petergardfjall about 6 years ago
- 3 comments
Labels: bug, enhancement
#12 - Fix broken tests on master.
Pull Request -
State: closed - Opened by petergardfjall about 6 years ago
- 3 comments
#11 - make package-url a go module
Pull Request -
State: closed - Opened by petergardfjall about 6 years ago
- 2 comments
Labels: enhancement
#10 - Make packageurl-go a go module
Issue -
State: closed - Opened by petergardfjall about 6 years ago
#9 - packageurl.FromString() fails to parse subpaths
Issue -
State: closed - Opened by petergardfjall about 6 years ago
- 2 comments
Labels: bug
#8 - Don't panic
Pull Request -
State: closed - Opened by furuholm over 6 years ago
- 6 comments
Labels: enhancement
#7 - Make PackageURL.ToString() deterministic
Pull Request -
State: closed - Opened by petergardfjall over 6 years ago
- 7 comments
#6 - PackageURL should implement the Stringer interface
Issue -
State: closed - Opened by petergardfjall over 6 years ago
- 2 comments
#5 - packageurl.ToString() is not deterministic
Issue -
State: closed - Opened by petergardfjall over 6 years ago
- 2 comments
#4 - Update parser and builder to latest spec
Issue -
State: closed - Opened by furuholm almost 7 years ago
- 1 comment
#3 - Update parser and builder to latest spec
Pull Request -
State: closed - Opened by furuholm almost 7 years ago
- 2 comments
#2 - Rename and normalize the MIT license text
Pull Request -
State: closed - Opened by pombredanne over 7 years ago
#1 - Use test suite from spec
Pull Request -
State: closed - Opened by pombredanne over 7 years ago