Skip to content

Commit a4446fb

Browse files
committed
update
1 parent 5cc9c15 commit a4446fb

File tree

6 files changed

+8
-17
lines changed

6 files changed

+8
-17
lines changed

_includes/Type-1.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- Table of bugs -->
22
<div class="col s12 tag-div">
33
<p>
4-
5-
Type-1 (Missing Permission Checks): A dangerous API is called without a guarding permission check.
4+
Type-1 (Missing Permission Check): A dangerous API is called without a permission check on the target Android version.
65
</p>
76
<n/>
87
<n/>

_includes/Type-2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Table of bugs -->
22
<div class="col s12 tag-div">
33
<p>
4-
Type-2 (Incompatible Permission Usages): A new dangerousAPI is called on lower platforms, or the evolution of permissionspecifications is not fully handled
4+
Type-2 (Incompatible Permission Usage): A dangerous API is called on incompatible platforms, or the evolution of permission specification is not fully handled.
55
</p>
66
<n/>
77
<n/>

about.md

-7
This file was deleted.

aper-tool.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
title: "Aper Tool"
4+
css: ["categories.css"]
5+
---

contact.md

-6
This file was deleted.

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ css: ["index.css"]
2323
##### 3: Aper tool
2424
The Aper executable and instructions.
2525

26-
[**Click for more details**](https://aper-project.github.io/apertool)
26+
[**Click for more details**](https://aper-project.github.io/aper-tool)
2727

2828
---
2929

0 commit comments

Comments
 (0)