diff --git a/README.md b/README.md index 36182c5..38c652b 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. - - +someone diff --git a/VulnerableApplication/Controllers/HomeController.cs b/VulnerableApplication/Controllers/HomeController.cs index 391f705..d44f494 100644 --- a/VulnerableApplication/Controllers/HomeController.cs +++ b/VulnerableApplication/Controllers/HomeController.cs @@ -30,5 +30,8 @@ public ActionResult Contact() public string Hello() { return "this is not on the coding rules."; } + + private static string ChangePassword = "PassWord917231"; + } }