spdx-spec icon indicating copy to clipboard operation
spdx-spec copied to clipboard

Not All Checksum Algorithms Are Displayed Correctly

Open init-dcat-ap-de opened this issue 3 years ago • 2 comments

The html representation of the ontology does not show all defined checksum algorithms grafik

This is only a problem in the front end, since the rdf has the missing algorithms listes:

adler32, blake2b256, blake2b384, blake2b512, blake3, md2, md4, md5, md6, sha1, sha224, sha256, sha384, sha3_256, sha3_384, sha3_512, sha512

init-dcat-ap-de avatar Nov 25 '22 09:11 init-dcat-ap-de

@init-dcat-ap-de Thanks for pointing this out. The HTML is generated from the OWL document which does contain the algorithms. I noticed a comma after the sha256 value - I wonder if this is a limitation in the tool that generates the HTML.

@zvr - could you take a look?

goneall avatar Nov 26 '22 18:11 goneall

Oh, wow! It seems that (at least) one of the tools in the toolchain has a line length limit and silently truncates the long line.

Thanks for the report, @init-dcat-ap-de -- I'll fix it and push a new version of the HTML doc in the next couple of days.

zvr avatar Nov 27 '22 10:11 zvr

The SPDX 3.0 uses a different toolchain - closing as resolved

goneall avatar Apr 04 '24 23:04 goneall