spdx-online-tools icon indicating copy to clipboard operation
spdx-online-tools copied to clipboard

Source for the website providing online SPDX tools

Results 45 spdx-online-tools issues
Sort by recently updated
recently updated
newest added

From the implementers call on 1 May 2024, a few suggestions: - Validate using the generated Python code from SHACL2Code - Validate using the SHACL file generated from the spdx-3-model...

Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 4.0.0 to 5.4.1. Release notes Sourced from social-auth-app-django's releases. Release 5.4.1 Changed Added reverse migration for JSON field Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)...

dependencies

Fixing #530 Had some free time, trying to make all tests run successfully - both locally and via PyCharm. PyCharm debugger is very helpful to fix these issues faster. Will...

Idea is to make these tests run successfully and smoothly on any platform. They should be easily runnable via PyCharm and in docker container as well. Github workflow should also...

After updating to the latest release (1.2.3), clicking the check license button does not return anything. In looking in the browser debug console message, it looks like it can't find...

as mentioned in #428 - there is a new HTML formatted output we can use for a prettier NTIA conformance checker output. The changes would be in the app/core.py `ntia_check_helper`...

- As mentioned in #398 attributes of the tag were missed when changing the tag from license to exception and beautify in the XML editor. - It was fixed by...

Submit New License

- Created a folder `tests` - Segregates all the class tests into their respective files for easier test handling

- Intended to solve #472 • Install the necessary linters: 1) Python linter: pylint (pip install pylint) 2) JavaScript linter: eslint (npm install eslint) 3) HTML linter: htmlhint 4) CSS...

Querying the API (e.g. /api/validate/) with a file larger than (I believe) 2.5 MB results in an error similar to `[Errno 2] No such file or directory: '/tmp/tmpz4g1gbzc.upload.json'` in the...