forked from tmpg-orcl/secws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
77 lines (76 loc) · 2.8 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"tutorials": [
{
"title": "Oracle Database Security Solutions Workshop",
"description":"Workhop Overview",
"publisheddate": "01/15/2020",
"filename":"./about-the-workshop/content.md"
},
{
"title": "Lab 0: Accessing the Labs environment",
"description":"Accessing the Labs environment",
"publisheddate": "04/21/2020",
"filename":"./lab000/lab000_accessing.md"
},
{
"title": "Lab 1: Database Security Assessment Tool",
"description":"Database Security Assessment Tool",
"publisheddate": "04/24/2020",
"filename":"./lab100/lab100_dbsat.md"
},
{
"title": "Lab 2: Network Encryption",
"description":"Lab 2: Network Encryption",
"publisheddate": "05/05/2020",
"filename":"./lab200/lab200_network_encryption.md"
},
{
"title": "Lab 3: Transparent Data Encryption",
"description":"Lab 3: Transparent Data Encryption",
"publisheddate": "05/08/2020",
"filename":"./lab300/lab300_transparent_data_encryption.md"
},
{
"title": "Lab 4: Database Vault",
"description":"Lab 4: Database Vault",
"publisheddate": "05/08/2020",
"filename":"./lab500/lab500_database_vault.md"
},
{
"title": "Lab 5: Audit Vault",
"description":"Lab 5: Audit Vault",
"publisheddate": "04/21/2020",
"filename":"./lab700/lab700_audit_vault.md"
},
{
"title": "Bonus Lab 1: Data Redaction",
"description":"Lab 1: Data Redaction",
"publisheddate": "05/08/2020",
"filename":"./lab400/lab400_data_redaction.md"
},
{
"title": "Bonus Lab 2: Privilege Analysis",
"description":"Bonus Lab 2: Privilege Analysis",
"publisheddate": "05/08/2020",
"filename":"./lab900/lab900_privilege_analysis.md"
},
{
"title": "Bonus Lab 3: Database Audit",
"description":"Bonus Lab 3: Database Audit",
"publisheddate": "04/21/2020",
"filename":"./lab600/lab600_database_audit.md"
},
{
"title": "Bonus Lab 4: Data Masking",
"description":"Bonus Lab 4: Data Masking",
"publisheddate": "04/21/2020",
"filename":"./lab1000/lab1000_data_masking.md"
},
{
"title": "Bonus Lab 5: Running DBSAT and compare results",
"description":"Bonus Lab 5: Running DBSAT and compare results",
"publisheddate": "04/21/2020",
"filename":"./lab800/lab800_dbsat_compare.md"
}
]
}