Skip to content
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

Allow + sign in versions #53

Closed
wants to merge 41 commits into from
Closed

Conversation

satanshiro
Copy link
Contributor

#52

@steven-esser
Copy link
Collaborator

@satanshiro Can you rebase to a single commit please?

.github/workflows/build.yaml Outdated Show resolved Hide resolved
steven-esser and others added 26 commits October 30, 2023 18:40
Install instructions have been updated as `packageurl-js` is now published to npm

Signed-off-by: Steven Esser <me@stevenesser.com>
* Bump package version to v0.0.2
* Add CONTRIBUTING.md
* Add .travis.yml file for Travis CI

Signed-off-by: Steven Esser <sesser@nexb.com>
* Update lodash (from npm audit fix)
* Bump packageurl-js version for release

Signed-off-by: Steven Esser <sesser@nexb.com>
* Add CHANGELOG.md entries
* Bump the version to v0.0.4 in package*.json

Signed-off-by: Steven Esser <sesser@nexb.com>
Signed-off-by: Steven Esser <me@stevenesser.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Added some basic examples to the readme to show developers how to
use the library
* bump package versions
* security fixes and updates for npm deps
* update CHANGELOG.md

Signed-off-by: Steven Esser <me@stevenesser.com>
There is some gcc library problems on the Travis CI side for the latest
ndoejs version (v18). This commit removes the `latest` entry from the
Travis build envs. Re-add at a later date when the problem is fixed on
their end.

Signed-off-by: Steven Esser <me@stevenesser.com>
…e-url#31)

* Fix incorrect purl with multiple forward slashes in namespace
Signed-off-by: Agustin Isasmendi <isasmendi.agus@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
jkowalleck and others added 15 commits October 30, 2023 18:40
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Steven Esser <me@stevenesser.com>
* fix: encoding of special chars when encoding to string
* docs: changelog for package-url#37

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Steven Esser <me@stevenesser.com>
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Signed-off-by: Steven Esser <me@stevenesser.com>
…ters (package-url#47)

Signed-off-by: Topaz Turkenitz <topaz.turkenitz@snyk.io>
When parsing a given purl string, verify that the received version
string is properly percent-encoded. The check is in sync with the
current logic of the serialization method of PackageURL instances,
which replace any encoded colon character (%3A) with an actual ":".

Signed-off-by: Max Combüchen <max.combuchen@snyk.io>
Signed-off-by: Topaz Turkenitz <topaz.turkenitz@snyk.io>
Co-authored-by: Topaz Turkenitz <topaz.turkenitz@snyk.io>
@satanshiro
Copy link
Contributor Author

@satanshiro Can you rebase to a single commit please?

I am closing this and opening new branch not sure but unable to squash here

@satanshiro satanshiro closed this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet