Gary O'Neall

Results 169 issues of Gary O'Neall

We would like to minimize the number of dependencies for `RdfModelObject` and remove the dependency on JsonArray.

Add documentation for [git-stripspace](https://git-scm.com/docs/git-stripspace) to be used in all commits.

Related SPDX elements which have a value of no-assertion is currently generated as: ``` ``` It should be represented as: ``` ```

The current version used by Jena ARQ is 0.10.0 which has a medium severity CVE-2018-11798. Although likely does not pose a threat to the current usage of libthrift within the...

help wanted

Currently, when parsing a tag/value PackageVerificationCode, the `excludes:` is not removed when adding the excluded file name to the PackageVerificationCode object. For example: ``` PackageVerificationCode: d6a770ba38583ed4bb4525bd96e50461655d2758 (excludes: ./package.spdx) ``` results...

The method https://github.com/spdx/tools/blob/fcdf7d243b7a66288de3630c56324e6dde4ff74c/src/org/spdx/compare/LicenseCompareHelper.java#L549 is used to compare texts against the SPDX license list. It currently iterates through all licenses and calls a very expensive comparison method on each license. The...

help wanted

[exception.tag.txt](https://github.com/spdx/tools/files/1598423/exception.tag.txt) When converting an SPDX tag file to rdf using SPDXTools then an error is produced if the PackageLicenseInfoFromFiles tag contains the name of a license exception. The SPDX specification...

If a destination file for an SPDX tool command already exist, the command files with a Error: File [file] already exists - please specify a new file. It would be...

This is a limitation in Microsoft Excel. The error message for this is not very descriptive: Unexpected error translating the tag-value to spreadsheet: The maximum length of cell contents (text)...

Current implementation of the parser uses rdf:about with a full URL - this makes the SPDX RDF document rather bulky. Use a base URI will allow rdf:id= with short identifiers....