Fix security vulnerability with hosted files being accessible by unauthorized users.

Note that this is a retrospecitve commit to credit the user with finding the vulnerability.

Co-authored-by: Julien Stebenne <julien.stebenne@gmail.com>
This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-18 10:08:34 -06:00
parent 63cddc4ab0
commit d60a09d48f

View File

@@ -8,7 +8,7 @@ namespace CarCareTracker.Helper
/// </summary>
public static class StaticHelper
{
public static string VersionNumber = "1.2.7";
public static string VersionNumber = "1.2.8";
public static string DbName = "data/cartracker.db";
public static string UserConfigPath = "config/userConfig.json";
public static string GenericErrorMessage = "An error occurred, please try again later";