Fix Azure wodle dependencies error#6109
Merged
davidjiglesias merged 5 commits into4.0from Oct 8, 2020
Merged
Conversation
Contributor
Author
|
Checking for vulnerabilities for the new package versions ... It seems that there are vulnerabilities in azure-storage-blob version 1.4.0. Information from: https://snyk.io/test/npm/azure-blob-store/1.0.7 The new dependecies versions will be: After this change, the Regards, |
davidjiglesias
approved these changes
Oct 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi team,
This PR closes #6087. In this PR I have changed
requirements.txtin order to use the appropriate dependencies for ourMicrosoft Azure wodle. Now it is working as expected.The Azure dependencies we had were:
The new dependencies are:
When installing
azure-storage-blob >= 12, the componentBlockBlobServicewere not included. The decision has been changing the version ofazure-storage-blobto the one used inWazuh 3.12.x.Using azure-storage-blob==1.4.0, the dependencies installed are azure-common==1.1.25 and azure-storage-common==1.4.2.
When we were using azure-storage-blob==12.3.1 , the dependencies installed were azure-common==1.1.25, azure-storage-common==2.1.0 and azure_core==1.5.0.
Regards,
Manuel.