Skip to content

Commit

Permalink
Intermediary test for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 13, 2018
1 parent f0bfd11 commit a81e1a7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deploy:
api_key:
secure: U99LVZFmIhWeXlpFeePdnDTrX4IGmmfrI8/LVht91P6YAQMhxIlOar/ba2AGGzuZX6ZSkSFKaATd6m1fEUmNexSwMfoVStQnRNctZN6l6PPylo8tvrZfgbAryMwHMTnjYIm/Ym0iCsZrwa9+GiJ03/JKdqE30QKK0PLQ4VRvBIUyblsLjDdPai/UqchE5AnYzCVXB5YKDX5U1y29DNdLRfd5CLjpwZOtgIkshOaK0FGuelciVNDT+hPZWbGWBBfCbDmdlW2GZPwnPGaa4BoA57VBXf8NgOACJT6GRbtw5m9x6H/xYB2/9I/ieccpi07gi0/X0TuvafU/LXOjhir2J4rTXRyNJ7WSQiVTSNYZS7IZ7OyiBVENH9BOrVWshIEXR4eQolo0RRnmJv1CcXTc9WyA8jiZWns/X3eCQo96t9s31etIOdQCBb2W6iBV31lzMHqseURH7DlXCKQ7imrID4mdCnzG2DdpV9/2aHmreKJKqu0DZMvwqdr9BYb9sJNJJkSD+BVL5OSCjGqvmmImIBcmIjhcbufZOTuRINLD1UfZJ41tV4TR3u8OC0zJeOosk5BqQwdJgsf1Z3CV7adiXE/tHHyRsyoE79W9DPVTX4R6NqxOhm9a7/IGJv532W65UnwXcvfRmYEctS5K2hGSTmVDn/wL90mr67YOceiKtj0=
file:
- "$TRAVIS_BUILD_DIR/Generated/MSTG-en.pdf"
- "$TRAVIS_BUILD_DIR/Generated/MSTG-EN.pdf"
- "$TRAVIS_BUILD_DIR/Generated/MSTG-EN.docx"
skip_cleanup: true
overwrite: true
Expand Down
Binary file modified Generated/MSTG-EN.docx
Binary file not shown.
Binary file modified Generated/MSTG-eng.epub
Binary file not shown.
Binary file modified Generated/MSTG-eng.mobi
Binary file not shown.
Binary file modified Generated/MSTG-eng.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions Tools/gitbookepubandpdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sed -i.bak "s/\[\]/$1/g" ../book.json
rm ../book.json.bak
gitbook install ../

gitbook pdf ../ ../Generated/MSTG-eng.pdf
gitbook epub ../ ../Generated/MSTG-eng.epub
gitbook mobi ../ ../Generated/MSTG-eng.mobi
gitbook pdf ../ ../Generated/MSTG-EN.pdf
gitbook epub ../ ../Generated/MSTG-EN.epub
gitbook mobi ../ ../Generated/MSTG-EN.mobi

echo "We are done: please do not forget to update the leanpub update!"
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"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 a81e1a7

Please sign in to comment.