Skip to content

Commit

Permalink
adding links to SAST and DAST
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Preet Singh Sasan committed Nov 10, 2023
1 parent 47475a4 commit 044725f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions facade-app/src/Components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,16 @@ export default class Header extends React.Component<Props, {}> {
About Us
</RSuiteNav.Item>
<RSuiteDropDown title="Scanners">
<a href="../scanner/dast">
<RSuiteDropDown.Item title="Dynamic Application Security Testing">
DAST
</RSuiteDropDown.Item>
</a>
<a href="../scanner/sast">
<RSuiteDropDown.Item title="Static Application Security Testing">
SAST
</RSuiteDropDown.Item>
</a>
</RSuiteDropDown>
<a href="https://github.com/SasanLabs/VulnerableApp-facade">
<RSuiteNav.Item
Expand Down

0 comments on commit 044725f

Please sign in to comment.