Alexios Zavras (zvr)

Results 29 issues of Alexios Zavras (zvr)

This is about **Annex D**, where we define the license expressions. The ABNF grammar does not look correct to me... In both definitions of `compound-expression` and `license-expression` we can delete...

> [idstring] is a unique string containing letters, numbers, ., - and/or +. Do we have a reason to not allow a more extensive set of characters? I propose we...

Why can't each type of purl simply have a name that might (or might not) be hierarchical? The resulting purl would be the same, e.g. `github:package-url/purl-spec@244fd47e07d1004f0aed9c`, but it would be...

There are projects who regularly publish their canonical releases on ftp. A typical example would be something like `ftp://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.gz`. Are there plans for such a type? (because the spec now...

PURL type definition
Proposed new type
type: gnu

- Full name: ASWF Digital Assets License version 1.0 - Short identifier: ASWF-Digital-Assets-1.0 - Other web pages for license/exception: https://github.com/AcademySoftwareFoundation/foundation/tree/main/digital_assets - Notes: - OSI Approved: - FSF Free/Libre: - Text:...

new license/exception request

- Full name: ASWF Digital Assets License version 1.1 - Short identifier: ASWF-Digital-Assets-1.1 - Other web pages for license/exception: https://github.com/AcademySoftwareFoundation/foundation/tree/main/digital_assets - Notes: - OSI Approved: - FSF Free/Libre: - Text:...

new license/exception request

The issue that was pointed out in #490 seems to be present in more licenses. For example the EUPL ones. We should go over all the licenses and review the...

Do we want to keep a "canonical" text for licenses that have one? The question has been raised in the past, and is currently triggering #1396. I would be in...

documentation

On https://github.com/intel/cve-bin-tool/issues/1382, @anthonyharrison writes: > I am aware of these tools but when I looked at them they didn't work for SPDX v2.2 files (certainly the version in PyPi). and...

SPDX v2.2

From the examples, one can have actions when a lexical rules matches: ```Python @_(r'\d+') def NUMBER(self, t): t.value = int(t.value) # Convert to a numeric value return t ``` One...