Skip to content

Provide a clearer error when using an invalid Originator#246

Merged
kzantow merged 1 commit intospdx:mainfrom
LaurentGoderre:originator-clear-error
Jun 17, 2024
Merged

Provide a clearer error when using an invalid Originator#246
kzantow merged 1 commit intospdx:mainfrom
LaurentGoderre:originator-clear-error

Conversation

@LaurentGoderre
Copy link
Copy Markdown
Contributor

Fixes #245

Fixes spdx#245

Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
@LaurentGoderre LaurentGoderre force-pushed the originator-clear-error branch from fd4b9bb to 32f05be Compare June 13, 2024 18:56
@LaurentGoderre
Copy link
Copy Markdown
Contributor Author

With this change, the snippet in #245 will still fail but not with a JSON syntax error but a more useful error.

Copy link
Copy Markdown
Collaborator

@kzantow kzantow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @LaurentGoderre !

@kzantow kzantow merged commit 9db247b into spdx:main Jun 17, 2024
@LaurentGoderre LaurentGoderre deleted the originator-clear-error branch June 17, 2024 13:10
cuixq referenced this pull request in google/osv-scanner Jul 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/spdx/tools-golang](https://togithub.com/spdx/tools-golang)
| `v0.5.4` -> `v0.5.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspdx%2ftools-golang/v0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspdx%2ftools-golang/v0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspdx%2ftools-golang/v0.5.4/v0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspdx%2ftools-golang/v0.5.4/v0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>spdx/tools-golang (github.com/spdx/tools-golang)</summary>

###
[`v0.5.5`](https://togithub.com/spdx/tools-golang/releases/tag/v0.5.5)

[Compare
Source](https://togithub.com/spdx/tools-golang/compare/v0.5.4...v0.5.5)

#### What's Changed

- fix: properly normalize Windows paths, add windows test runner by
[@&#8203;kzantow](https://togithub.com/kzantow) in
[https://github.com/spdx/tools-golang/pull/242](https://togithub.com/spdx/tools-golang/pull/242)
- fix: panic if JSON relationship array contains null by
[@&#8203;kzantow](https://togithub.com/kzantow) in
[https://github.com/spdx/tools-golang/pull/239](https://togithub.com/spdx/tools-golang/pull/239)
- chore: provide a clearer error when using an invalid Originator by
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre) in
[https://github.com/spdx/tools-golang/pull/246](https://togithub.com/spdx/tools-golang/pull/246)

#### New Contributors

- [@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre) made
their first contribution in
[https://github.com/spdx/tools-golang/pull/246](https://togithub.com/spdx/tools-golang/pull/246)

**Full Changelog**:
spdx/tools-golang@v0.5.4...v0.5.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
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.

Writing SPDX fails when a package has an originator object with an empty string as the originator

2 participants