Skip to content

Commit dbf6c5d

Browse files
authored
Link fixed.
1 parent 9f784ac commit dbf6c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/security/develop/secure-design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Ask security questions like:
150150
data.
151151

152152
### Review OWASP top 10
153-
Consider reviewing the [<span class="underline">OWASP Top 10 Application Security Risks</span>](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project).
153+
Consider reviewing the [<span class="underline">OWASP Top 10 Application Security Risks</span>](https://owasp.org/www-project-top-ten/).
154154
The OWASP Top 10 addresses critical security risks to web applications.
155155
Awareness of these security risks can help you make requirement and
156156
design decisions that minimize these risks in your application.
@@ -266,9 +266,9 @@ have an ongoing plan to monitor, triage, and apply updates or
266266
configuration changes to the libraries and components you use.
267267

268268
See the [Open Web Application Security Project
269-
(OWASP)](https://www.owasp.org/index.php/Main_Page) page on [using
269+
(OWASP)](https://www.owasp.org/) page on [using
270270
components with known
271-
vulnerabilities](https://www.owasp.org/index.php/Top_10-2017_A9-Using_Components_with_Known_Vulnerabilities)
271+
vulnerabilities](https://owasp.org/www-project-top-ten/2017/A9_2017-Using_Components_with_Known_Vulnerabilities)
272272
for tool suggestions. You can also subscribe to email alerts for
273273
security vulnerabilities that are related to components you use.
274274

0 commit comments

Comments
 (0)