Skip to content

Commit

Permalink
Updated book.json and .gitignore to retest
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 13, 2018
1 parent 100d95f commit f0bfd11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.DS_Store
~*
node_modules
book.json
.python-version
6 changes: 3 additions & 3 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"root" : "./Document",
"plugins" : [ "anchors","numbered-headings" ],
"plugins" : [ "anchors" ],

"structure": {
"readme": "Foreword.md"
},
"title" : "OWASP Mobile Security Testing Guide v1.0.1",
"title" : "OWASP Mobile Security Testing Guide ",
"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 lifecycle 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."
"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 lifecycle 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 f0bfd11

Please sign in to comment.