Skip to content

Commit a81e1a7

Browse files
committed
Intermediary test for release 1.0.2
1 parent f0bfd11 commit a81e1a7

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
api_key:
1717
secure: U99LVZFmIhWeXlpFeePdnDTrX4IGmmfrI8/LVht91P6YAQMhxIlOar/ba2AGGzuZX6ZSkSFKaATd6m1fEUmNexSwMfoVStQnRNctZN6l6PPylo8tvrZfgbAryMwHMTnjYIm/Ym0iCsZrwa9+GiJ03/JKdqE30QKK0PLQ4VRvBIUyblsLjDdPai/UqchE5AnYzCVXB5YKDX5U1y29DNdLRfd5CLjpwZOtgIkshOaK0FGuelciVNDT+hPZWbGWBBfCbDmdlW2GZPwnPGaa4BoA57VBXf8NgOACJT6GRbtw5m9x6H/xYB2/9I/ieccpi07gi0/X0TuvafU/LXOjhir2J4rTXRyNJ7WSQiVTSNYZS7IZ7OyiBVENH9BOrVWshIEXR4eQolo0RRnmJv1CcXTc9WyA8jiZWns/X3eCQo96t9s31etIOdQCBb2W6iBV31lzMHqseURH7DlXCKQ7imrID4mdCnzG2DdpV9/2aHmreKJKqu0DZMvwqdr9BYb9sJNJJkSD+BVL5OSCjGqvmmImIBcmIjhcbufZOTuRINLD1UfZJ41tV4TR3u8OC0zJeOosk5BqQwdJgsf1Z3CV7adiXE/tHHyRsyoE79W9DPVTX4R6NqxOhm9a7/IGJv532W65UnwXcvfRmYEctS5K2hGSTmVDn/wL90mr67YOceiKtj0=
1818
file:
19-
- "$TRAVIS_BUILD_DIR/Generated/MSTG-en.pdf"
19+
- "$TRAVIS_BUILD_DIR/Generated/MSTG-EN.pdf"
2020
- "$TRAVIS_BUILD_DIR/Generated/MSTG-EN.docx"
2121
skip_cleanup: true
2222
overwrite: true

Generated/MSTG-EN.docx

8.1 KB
Binary file not shown.

Generated/MSTG-eng.epub

2.46 KB
Binary file not shown.

Generated/MSTG-eng.mobi

9.55 KB
Binary file not shown.

Generated/MSTG-eng.pdf

-27.6 KB
Binary file not shown.

Tools/gitbookepubandpdf.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sed -i.bak "s/\[\]/$1/g" ../book.json
77
rm ../book.json.bak
88
gitbook install ../
99

10-
gitbook pdf ../ ../Generated/MSTG-eng.pdf
11-
gitbook epub ../ ../Generated/MSTG-eng.epub
12-
gitbook mobi ../ ../Generated/MSTG-eng.mobi
10+
gitbook pdf ../ ../Generated/MSTG-EN.pdf
11+
gitbook epub ../ ../Generated/MSTG-EN.epub
12+
gitbook mobi ../ ../Generated/MSTG-EN.mobi
1313

1414
echo "We are done: please do not forget to update the leanpub update!"

book.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"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)