-
`
dl9pf@elrond:/home/scratch/AGL/repobuild-fossology/build-q64-dosocs> dosocs2
Usage:
dosocs2 configtest [-f FILE]
dosocs2 dbinit [-f FILE] [--no-confirm]
dosocs2 generate [-C COMMENT] [-f FILE]…
dl9pf updated
5 years ago
-
Hi @rjb4standards,
here is rough draft, how an SBOM VDR could look like in CSAF:
```JSON
{
"document": {
"category": "sbom_vdr",
"csaf_version": "2.0",
"publisher": {
"ca…
-
#### I'm opening this issue because:
- [ ] npm is crashing.
- [ ] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [X] npm is producing incorrect…
ctron updated
6 years ago
-
Originally from https://github.com/pombredanne/spdx-pypi-pep/pull/2#discussion_r330425388
Moved here as a ticket based on @pradyunsg suggestion to support a more focused discussion:
----------…
-
From the SPDX the license name is just "MIT License" https://spdx.org/licenses/MIT.html
The X11 license is a different thing https://spdx.org/licenses/X11.html
https://github.com/Perl-Toolchain-…
-
## Description
When the same path is specified under `urls` of multiple contracts in Standard JSON input, we get an ICE in the import callback.
## Environment
- Compiler version: 0.8.27
##…
-
## 問題
[`tools-java`](https://github.com/spdx/tools-java) を利用して行っているSPDXドキュメントのフォーマット変換処理が遅く,ソフトウェアの追加処理に数秒かかることがあります.
この原因は,C#からJavaのプログラムを呼び出すオーバーヘッドではなく,tools-java自体の処理時間が長いことです.
```
Measure…
rioil updated
8 months ago
-
When looking at the 0BSD license, I noticed that spdx says that:
> https://opensource.org/licenses/0BSD [no longer live]
This is wrong as 0BSD exists on opensource.org, in the miscellaneous categ…
-
See https://docs.npmjs.com/files/package.json#license. Need to support ORs and ANDs. This may have wider implications.
-
The function restoreRelationships is throwing an InvalidSPDXAnalysisException if an element for the given elementId cannot be found within the addedElements, i.e. the elements of the current SPDX file…