Skip to content

Commit f0bfd11

Browse files
committed
Updated book.json and .gitignore to retest
1 parent 100d95f commit f0bfd11

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.DS_Store
22
~*
33
node_modules
4-
book.json
5-
.python-version

book.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"root" : "./Document",
3-
"plugins" : [ "anchors","numbered-headings" ],
3+
"plugins" : [ "anchors" ],
44

55
"structure": {
66
"readme": "Foreword.md"
77
},
8-
"title" : "OWASP Mobile Security Testing Guide v1.0.1",
8+
"title" : "OWASP Mobile Security Testing Guide ",
99
"language": "en",
10-
"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."
10+
"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."
1111

1212

1313
}

0 commit comments

Comments
 (0)