Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
GitBook: [master] 6 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
joswha authored and gitbook-bot committed Aug 12, 2021
1 parent acf3be2 commit f4152ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
* [Cross-Site Scripting \[XSS\]](client-side/xss.md)
* [Cross-Site Request Forgery \[CSRF\]](client-side/cross-site-request-forgery-csrf.md)
* [Clickjacking](client-side/clickjacking.md)
* [Open Redirects](client-side/open-redirects.md)

## Server Side

* [SQL Injections \[SQLi\]](server-side/sql-injections.md)
* [XML External Entity Injection \[XXE\]](server-side/xxe.md)
* [OS Command Injection \[Command Execution\]](server-side/os-command-injection.md)
* [File Upload](server-side/file-upload.md)
* [Server-Side Request Forgery \[SSRF\]](server-side/server-side-request-forgery-ssrf.md)
* [Host Header Injection](server-side/host-header-injection.md)
* [Authentication](server-side/authentication.md)
* [Directory Traversal](server-side/directory-traversal.md)

## Auxiliary

* [File Upload](auxiliary/file-upload.md)
* [Open Redirects](auxiliary/open-redirects.md)
* [Vulnerable Dependency Management](auxiliary/vulnerable-dependency-management.md)

File renamed without changes.
2 changes: 1 addition & 1 deletion server-side/directory-traversal.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private void constructResponse(HttpServletResponse response,

We have discussed a similar approach to actually **storing** the files in a secure way on a CDN/ cloud service here:

{% page-ref page="../auxiliary/file-upload.md" %}
{% page-ref page="file-upload.md" %}

As a follow up, retrieving these files would by default be done in a secure and efficient way. They are really easy to implement and play around with, so you should definitely use them from now on.

Expand Down
File renamed without changes.

0 comments on commit f4152ec

Please sign in to comment.