Veselin Raychev
Veselin Raychev
We were investigating why fetching procedure with libgit2 is extremely slow. To fully give reproducability, I made an example where we fetch all branches of a repository. However, the problem...
In our static observation of the code, we see some strange things in ValueLinkApi.java and DesCrypt.java. Would it be possible for the protocols to be secured? Initialization vector are set...
The initialization values for AES/CBC should be secure random sequence, not hardcoded text to ensure that the same messages are not encrypted the same (revealing equality to an attacker). A...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade source-map from 0.1.34 to 0.7.4. :information_source: Keep your dependencies up-to-date....
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
### Describe your environment OS: does not matter Python version: 3.12 SDK version: 1.32.1 API version: 1.32.1 ### What happened? The `opentelemetry-exporter-otlp-proto-grpc==1.32.1` pip package imports `opentelemetry-proto==1.33.0.dev`, which forces protobuf <...