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

Add security for score submission with key verification in flappybird #456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Riad-Attou
Copy link

Add security for score submission with key verification in flappybird.

Previously, intercepting requests allowed users to modify scores. Now, an additional security layer with a key mechanism ensures scores cannot be modified with during transmission.

This commit goes hand-in-hand with the related changes in Hyperion.

@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.06%. Comparing base (0200665) to head (79606f9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #456   +/-   ##
=======================================
  Coverage   54.06%   54.06%           
=======================================
  Files         169      169           
  Lines        3747     3747           
=======================================
  Hits         2026     2026           
  Misses       1721     1721           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maximeroucher maximeroucher added flappy bird This PR works on the Flappy bird module waiting backend labels Jan 2, 2025
Previously, intercepting requests allowed users to modify scores.
Now, an additional security layer with a key mechanism ensures
scores cannot be modified with during transmission.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flappy bird This PR works on the Flappy bird module waiting backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants