From 4011043df11e8d5f00f082fc8e8dd53c4a4fd26f Mon Sep 17 00:00:00 2001 From: Karan Preet Singh Sasan Date: Sun, 4 Jul 2021 13:20:02 +0530 Subject: [PATCH] small fix --- facade-app/src/Components/HomePage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/facade-app/src/Components/HomePage.tsx b/facade-app/src/Components/HomePage.tsx index 1afbcd9..4b32452 100644 --- a/facade-app/src/Components/HomePage.tsx +++ b/facade-app/src/Components/HomePage.tsx @@ -12,12 +12,12 @@ export class HomePage extends React.Component { As we are seeing a lot of technological enhancements in the industry from past few years, these technical enhancements are solving one or the other problem however with that they also bring few different - vulnerabilities. VulnerableApps are generally written in one of the - techstacks like either Node.js or Java with a SQL or NoSQL database - etc and hence they are not able to expand to a whole new set of - Vulnerabilities which are present in other technologies. Also adding - more vulnerabilities in a single vulnerable application makes it - heavier and complex which finally makes it unmaintainable. So + vulnerabilities. Vulnerable Applications are generally written in one + of the techstacks like either Node.js or Java with a SQL or NoSQL + database etc and hence they are not able to expand to a whole new set + of Vulnerabilities which are present in other technologies. Also + adding more vulnerabilities in a single vulnerable application makes + it heavier and complex which finally makes it unmaintainable. So VulnerableApp-facade is built to solve this problem by building a distributed farm of Vulnerable Applications such that they can be built agnostic to tech stacks. @@ -29,7 +29,7 @@ export class HomePage extends React.Component {

Here VulnerableApp-Facade is running as a gateway or a proxy which is routing calls to actual Vulnerable Applications based on a - criteria defined in nginx configuration. + criteria defined in the nginx configuration.

@@ -39,7 +39,7 @@ export class HomePage extends React.Component { >
As VulnerableApp-Facade is a proxy wrapper over the actual Vulnerable - Applications which can be very dangerous if exposed to over the public + Applications which can be very dangerous if exposed over the public internet. So we suggest you to please run it in local dev environments or environments without any public internet access.