Skip to content

Commit

Permalink
Removed remediation from the testcase template
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Jul 13, 2018
1 parent e702b2d commit f9b5661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Templates/testcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
#### Static Analysis

[Describe how to assess this given either the source code or installer package (APK/IPA/etc.), but without running the app. Tailor this to the general situation (e.g., in some situations, having the decompiled classes is just as good as having the original source, in others it might make a bigger difference). If required, include a subsection about how to test with or without the original sources.]
[Describe the best practices that developers should follow to prevent this issue.]

#### Dynamic Analysis

[Describe how to test for this issue by running and interacting with the app. This can include everything from simply monitoring network traffic or aspects of the app’s behavior to code injection, debugging, instrumentation, etc.]

#### Remediation

[Describe the best practices that developers should follow to prevent this issue.]


#### References

##### OWASP Mobile Top 10 2016
Expand Down

0 comments on commit f9b5661

Please sign in to comment.