1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update Security Testing (#2088)

This commit is contained in:
ChuckD3ath
2022-10-04 00:20:32 +02:00
committed by GitHub
parent 0c0410ae58
commit eee156d1b1

View File

@@ -1 +1,7 @@
# Security testing
# Security Testing
Security Testing is a type of Software Testing that uncovers vulnerabilities, threats, or risks in a software application and prevents malicious attacks from intruders. The purpose of Security Tests is to identify all possible loopholes and weaknesses of the software system which might result in a loss of information, revenue, repute at the hands of the employees or outsiders of the organization.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/what-is-security-testing.html'>What is Security Testing? Types with Example</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://brightsec.com/blog/security-testing/'>Security Testing: Types, Tools, and Best Practices</BadgeLink>