Skip to content

Commit

Permalink
Merge pull request #33 from SasanLabs/develop
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
preetkaran20 authored Jul 4, 2021
2 parents aaf9df7 + 4011043 commit f507a5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions facade-app/src/Components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -29,7 +29,7 @@ export class HomePage extends React.Component {
<p>
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.
</p>
</div>
</RSuitePanel>
Expand All @@ -39,7 +39,7 @@ export class HomePage extends React.Component {
>
<div className="VulnerableApp-Facade-HomePage-Content">
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.
</div>
Expand Down

0 comments on commit f507a5d

Please sign in to comment.