You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File bug.spdx is invalid according to tools-python:
pyspdxtools -i bug.spdx
ERROR:root:There have been issues while parsing the provided document:
Element Package is not the current element in scope, probably the expected tag to start the element (PackageName) is missing. Line: 32
tools-java does not detect it as invalid
tools-java release 1.1.8
The text was updated successfully, but these errors were encountered:
After researching #58 I've come to the conclusion this is actually valid since the spec does not state what order the relationships and files analyzed flags should be in.
@vargenau - let me know if you agree. If so, it looks like this may be an issue for the tools-python library.
@vargenau - Never mind - I found the documentation that states the relationships information "may" follow the package information before the file information. It isn't very clear, but you could read this as the ordering is required.
bug.spdx.txt
File
bug.spdx
is invalid according to tools-python:tools-java does not detect it as invalid
tools-java release 1.1.8
The text was updated successfully, but these errors were encountered: