-
Notifications
You must be signed in to change notification settings - Fork 0
Security Issues
Caleb Martin edited this page Nov 3, 2023
·
5 revisions
Identify any security issues raised by your software.
Because our game does not use network features, there are no concerns of outside attack during play.
This means our main concern is safeguarding against user error when it comes to save data. We need to make sure that the user doesn't accidentally overwrite system files with save data or attempt to load sensitive files. To do this, we will restrict the name of the save files and save and load data only within the installation location.