CERTCC / SBOM

Examples and proof-of-concept for Software Bill of Materials (SBOM) code & data
MIT License
57 stars 16 forks source link

Import Excel Template Not Working #8

Closed audra-hatch closed 3 years ago

audra-hatch commented 3 years ago

The "Import Excel Template" option isn't importing information. It successfully prompts to select a file and provides the "Experimental!" warning, but information does not populate in the fields for the document or component information.

sei-vsarvepalli commented 3 years ago

Hi Audie,

Thanks for reporting this.

There is a compatibility issue with the new JSZIP library. I will update it in development and merge it later after testing. This way we a proper SBOM for the tool itself.

Vijay

sei-vsarvepalli commented 3 years ago

Just pushed a development branch to the website. @audra-hatch Please try it again and let me know. Make sure your browser cache is clear. You could just restart the browser to be safe.

Thanks Vijay

audra-hatch commented 3 years ago

It works! Tested in Chrome and Safari. Thank you!

sei-vsarvepalli commented 3 years ago

Resolved with PR #9 , tested with development branch by @audra-hatch

Vijay