Gary O'Neall

Results 1059 comments of Gary O'Neall

We use `:` for parsing document ID for external document references. Adding `_` seems quite reasonable and useful. We may want to reserve some additional special characters for future use,...

It looks like most uses of the date do not include the milliseconds, but this does cause an inconsistency. We can either add a qualification to the ISO 8601 statement:...

Note that the Java tools were just updated to allow the milliseconds in the verification to resolve the online tools issue. Before Java version 8, this would have been a...

@bjamesv This is by design - for the JSON and YAML, any property with a cardinality `1..*` or `0..*` is pluralized.

For the JSON spec, please refer to the [JSON Schema](https://github.com/spdx/spdx-spec/blob/development/v2.3.1/schemas/spdx-schema.json) file.

I believe the above can be (mostly) handled by a combination of file types and relationships. Here's a proposed approach: - Create an SPDX element (a file or an external...

@kaushal-khurana-17 I would wait to work on this issue - we are finalizing a new format for the 3.0 version of the spec. Once the new spec version is ready,...

It is useful in some scenarios to allow for more than one excluded file (e.g. metadata is included in the tarball, but it should not be considered part of the...

@swinslow Can you review this issue? Would you mind adding PR?