[ANE-2105] Update Themis to fix ANE-2105 #1483
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Pull in the changes to Themis that fix ANE-2105
Acceptance criteria
We use the new version of Themis
Testing plan
Run a license scan on a directory with a
.map
file that does not contain JSON, and show that it still returns results from other licenses in that directory.Also, copy something with a license into the
bad-map-files
directory. I copied the MIT license from Themis: https://github.com/fossas/themis/blob/main/license-data/licenses/mit.LICENSEThen, scan that directory. With Themis versions >=1.0.21 and <1.0.25, this will fail to find any licenses. With the current Themis (1.0.25) it will find the MIT license.
With Themis 1.0.24:
With Themis 1.0.25:
Risks
Metrics
References
Checklist
docs/
.docs/README.ms
and gave consideration to how discoverable or not my documentation is.Changelog.md
. If this PR did not mark a release, I added my changes into an## Unreleased
section at the top..fossa.yml
orfossa-deps.{json.yml}
, I updateddocs/references/files/*.schema.json
AND I have updated example files used byfossa init
command. You may also need to update these if you have added/removed new dependency type (e.g.pip
) or analysis target type (e.g.poetry
).docs/references/subcommands/<subcommand>.md
.