Skip to content

Commit

Permalink
rm links that weren't there anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Jan 25, 2025
1 parent 670bda6 commit 3e11518
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/ios/MASVS-PLATFORM/MASTG-TEST-0076.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ masvs_v1_levels:

For the static analysis we will focus mostly on the following points having `UIWebView` and `WKWebView` under scope.

- [Identifying WebView usage](#identifying-webview-usage)
- [Testing if JavaScript is Enabled](#testing-if-javascript-is-enabled)
- [Testing for Mixed Content](#testing-for-mixed-content)
- [Testing for WebView URI Manipulation](#testing-for-webview-uri-manipulation)
- Identifying WebView usage
- Testing if JavaScript is Enabled
- Testing for Mixed Content
- Testing for WebView URI Manipulation

### Identifying WebView Usage

Expand Down Expand Up @@ -110,9 +110,9 @@ Make sure that the WebView's URI cannot be manipulated by the user in order to l

For the dynamic analysis we will address the same points from the static analysis.

- [Enumerating WebView Instances](#enumerating-webview-instances)
- [Testing if JavaScript is Enabled](#testing-if-javascript-is-enabled_1)
- [Testing for Mixed Content](#testing-for-mixed-content_1)
- Enumerating WebView Instances
- Testing if JavaScript is Enabled
- Testing for Mixed Content

It is possible to identify WebViews and obtain all their properties on runtime by performing dynamic instrumentation. This is very useful when you don't have the original source code.

Expand Down

0 comments on commit 3e11518

Please sign in to comment.