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
SnakeYaml introduced in version 1.32 a new property codePointLimit which is set to 3MB as default.
Now it is not possible to read spdx.yaml files which are larger than that limit.
The yamlFactory in the class MultiFormatStore has to be initialized with a bigger value.
The best would be do make this configurable from outside or during the initialization of the store.
The text was updated successfully, but these errors were encountered:
SnakeYaml introduced in version 1.32 a new property codePointLimit which is set to 3MB as default.
Now it is not possible to read spdx.yaml files which are larger than that limit.
The yamlFactory in the class MultiFormatStore has to be initialized with a bigger value.
The best would be do make this configurable from outside or during the initialization of the store.
The text was updated successfully, but these errors were encountered: