-
Notifications
You must be signed in to change notification settings - Fork 186
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
Change SPDX json package download location from NONE to NOASSERTION #1039
Labels
good first issue
A good first issue to tackle if you are new to the project
Comments
rnjudge
added
good first issue
A good first issue to tackle if you are new to the project
GH Open Source Day
Reserved for Grace Hopper Open Source Day participants
labels
Sep 24, 2021
Can I work on this issue? |
KerinPithawala
added a commit
to KerinPithawala/tern
that referenced
this issue
Oct 1, 2021
Changed SPDX json package download location from NONE to NOASSERTION as stated in issue description. Used current upstream and changed the code as mentioned in issue description.
Thank you for assigning me the issue. Kindly review my Pull Request for the same. |
rnjudge
removed
the
GH Open Source Day
Reserved for Grace Hopper Open Source Day participants
label
Oct 19, 2021
KerinPithawala
added a commit
to KerinPithawala/tern
that referenced
this issue
Oct 20, 2021
Tern currently reports the package download location in SPDX JSON reports as NONE. In the recent SPDX DocFest, it was discussed that the value should actually be NOASSERTION. Resolves tern-tools#1039 Signed-off-by: Kerin Pithawala kerinpithawala7@gmail.com
KerinPithawala
added a commit
to KerinPithawala/tern
that referenced
this issue
Oct 20, 2021
Tern currently reports the package download location in SPDX JSON reports as NONE. In the recent SPDX DocFest, it was discussed that the value should actually be NOASSERTION. Resolves tern-tools#1039 Signed-off-by: Kerin Pithawala kerinpithawala7@gmail.com
KerinPithawala
added a commit
to KerinPithawala/tern
that referenced
this issue
Oct 20, 2021
Tern currently reports the package download location in SPDX JSON reports as NONE. In the recent SPDX DocFest, it was discussed that the value should actually be NOASSERTION. Resolves tern-tools#1039 Signed-off-by: Kerin Pithawala kerinpithawala7@gmail.com
I have made another pull request with one commit. Kindly review my PR for vGHC Open Source Day. |
rnjudge
pushed a commit
that referenced
this issue
Oct 25, 2021
Tern currently reports the package download location in SPDX JSON reports as NONE. In the recent SPDX DocFest, it was discussed that the value should actually be NOASSERTION. Resolves #1039 Signed-off-by: Kerin Pithawala kerinpithawala7@gmail.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
Tern currently reports the package download location in SPDX reports as
NONE
In the recent SPDX DocFest, it was discussed that the value should actually beNOASSERTION
.To Reproduce
Steps to reproduce the behavior:
downloadLocation
isNONE
for packagesExpected behavior
downloadLocation
should beNOASSERTION
To fix
Make changes to
tern/formats/spdx/spdxjson/package_helpers.py
to changePackageDownloadLocation
value toNOASSERTION
:The text was updated successfully, but these errors were encountered: