Skip to content

Commit 12d9ffd

Browse files
authored
add citation file (#1934)
1 parent e6e3f11 commit 12d9ffd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CITATION.cff

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# YAML 1.2
2+
---
3+
abstract: "The MSTG is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the controls listed in the OWASP Mobile Application Verification Standard (MASVS)."
4+
authors:
5+
-
6+
family-names: Holguera
7+
given-names: Carlos
8+
-
9+
family-names: Schleier
10+
given-names: Sven
11+
-
12+
family-names: Mueller
13+
given-names: Bernhard
14+
-
15+
family-names: Willemsen
16+
given-names: Jeroen
17+
cff-version: "1.1.0"
18+
date-released: 2021-07-25
19+
identifiers:
20+
-
21+
type: isbn
22+
value: "978-1-257-96636-3"
23+
keywords:
24+
- "mobile security"
25+
- "Android security"
26+
- "iOS security"
27+
- "mobile pentesting"
28+
license: "CC-BY-SA-4.0"
29+
message: "If you use the MSTG, please cite it using these metadata."
30+
repository-code: "https://github.com/OWASP/owasp-mstg/"
31+
title: "OWASP Mobile Security Testing Guide"
32+
version: "1.2"
33+
...

0 commit comments

Comments
 (0)