Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: upgrade dependencies #5021

Merged
merged 4 commits into from
May 28, 2022
Merged

security: upgrade dependencies #5021

merged 4 commits into from
May 28, 2022

Conversation

keturn
Copy link
Member

@keturn keturn commented May 22, 2022

Things where Checkmarx flagged known CVEs in old versions. That's why I've tagged it "security," but I don't know if any of these things are actually exploitable by someone who doesn't already have trusted access.

For the engine.telemetry changes, see
https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/java-tracker/migration-guide-v0-12/

bufferSize has been renamed batchSize

requestCallback() is gone, since events that fail to send will now be automatically retried.

How to test

Brief description of how to test / confirm this PR before merging

Anyone know how to test the Snowplow stuff in engine.telemetry?

…, plexus-utils, protobuf-java, dom4j

Things where Checkmarx flagged known CVEs in old versions.

For the engine.telemetry changes, see
https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/java-tracker/migration-guide-v0-12/

> `bufferSize` has been renamed `batchSize`

> `requestCallback()` is gone, since events that fail to send will now be automatically retried.
@keturn keturn added Category: Security Requests, Issues and Changes targeting security Size: S Small effort likely only affecting a single area and requiring little to no research Type: Chore Request for or implementation of maintenance changes labels May 22, 2022
…ades

# Conflicts:
#	engine-tests/build.gradle
#	subsystems/DiscordRPC/build.gradle.kts
@keturn keturn mentioned this pull request May 24, 2022
5 tasks
@jdrueckert
Copy link
Member

btw, I don't even know if the snowplow stuff still worked before - IIRC we had a [G|T]SoC project a while ago that revived the logging stack, but the time didn't suffice to do the same for the metrics stack.
https://github.com/Terasology/TutorialTelemetry/wiki and https://github.com/GabrielXia/telemetry have more details about the telemetry stack, but I think the server currently does not run snowplow - not 100% sure though.

We don't need to exclude or constrain it if we never ask for it in the first place!

build-logic does still contain reflection-manifest code, but it uses the JSON serializer, not XML.
@jdrueckert jdrueckert changed the title security: upgrade snowplow, logstash-logback-encoder, logback-classic, plexus-utils, protobuf-java, dom4j security: upgrade dependencies May 28, 2022
@jdrueckert jdrueckert merged commit 9a122e2 into develop May 28, 2022
@jdrueckert jdrueckert deleted the security/minorUpgrades branch May 28, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Security Requests, Issues and Changes targeting security Size: S Small effort likely only affecting a single area and requiring little to no research Type: Chore Request for or implementation of maintenance changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants