Skip to content

Commit

Permalink
OWASP#1161: fixed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Aug 5, 2019
1 parent 60cd3df commit 334d5a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
*.out
.idea
.vscode
.vscode
Generated
2 changes: 0 additions & 2 deletions Generated/.gitignore

This file was deleted.

6 changes: 4 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"structure": {
"readme": "Foreword.md"
},
"title" : "OWASP Mobile Security Testing Guide 1.1.2",
"title" : "OWASP Mobile Security Testing Guide 1.1.3",
"language": "en",
"description" : "the MSTG is a comprehensive manual for mobile app security testing and reverse engineering for iOS and Android mobile security testers with the following content: 1. Mobile platform internals 2. Security testing in the mobile app development life cycle 3. Basic static and dynamic security testing 4. Mobile app reverse engineering and tampering 5. Assessing software protections 6. Detailed test cases that map to the requirements in the MASVS."
}


}

0 comments on commit 334d5a3

Please sign in to comment.