-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.html
More file actions
executable file
·110 lines (106 loc) · 4.21 KB
/
schema.html
File metadata and controls
executable file
·110 lines (106 loc) · 4.21 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39"/>
<title>Mobile Permissions - Schema Details</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/w3.css"/>
<link rel="stylesheet" href="assets/w3-theme-teal.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"/>
<style>
p {
text-align: justify;
text-justify: inter-word;
}
td{
text-align: left;
padding: 5px;
}
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<!-- Header -->
<header class="w3-container w3-theme w3-padding" id="myHeader">
<div class="w3-center">
<a href='index.html' class='w3-bar-item w3-button w3-hover-theme'>
<h4>Mobile Permissions</h4>
</a>
<h1 class="w3-xxxlarge w3-animate-bottom">Schema Details</h1>
</div>
</header>
<div class="w3-center w3-padding-32">
<div class="w3-card w3-container">
<p>A description of each table in the dataset is provided below:</p>
<table>
<thead>
<th>Table Name</th>
<th>Description</th>
<th>Total Rows</th>
</thead>
<tbody>
<tr>
<td>git_commit_log</td>
<td>Commit details for the cloned apps</td>
<td>789,577</td>
</tr>
<tr>
<td>git_commit_files</td>
<td>Files associated with each commit</td>
<td>18,258,282</td>
</tr>
<tr>
<td>git_commit_file_OnlyJavaAndManifestFiles</td>
<td>Only '.java' and 'AndroidManifest.xml' files associated with each commit</td>
<td>3,929,228</td>
</tr>
<tr>
<td>permission_types</td>
<td>Contains the name and type of Android permissions and if the permission is dangerous</td>
<td>58</td>
</tr>
<tr>
<td>mperm_analyzed</td>
<td>Holds the results of running the M-Perm tool</td>
<td>3,667,361</td>
</tr>
<tr>
<td>mperm_analyzed_error_log</td>
<td>Log of errors encountered when running M-Perm<br><i>Note: This table was not utilized in the analysis</i></td>
<td>337,484</td>
</tr>
<tr>
<td>mperm_analyzed_source_code_permissions</td>
<td>Documents the source code line where a permission was used<br><i>Note: This table was not utilized in the analysis</i></td>
<td>1,598,159</td>
</tr>
<tr>
<td>plint_analyzed</td>
<td>Holds the results of running the P-Lint tool</td>
<td>804,558</td>
</tr>
<tr>
<td>plint_analyzed_dcr</td>
<td>DCR scores for the P-Lint analysis</td>
<td>802,016</td>
</tr>
</tbody>
</table>
<br>
<a href="index.html"><i class="fa fa-home w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="download.html"><i class="fa fa-download w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="schema.html"><i class="fa fa-database w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="tools.html"><i class="fa fa-wrench w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="contact.html"><i class="fa fa-comment w3-text-theme" style="font-size:23px;"></i></a>
</div>
</div>
</body>
</html>