-
Notifications
You must be signed in to change notification settings - Fork 116
Update expected leaks #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
af49c93
42f28fa
766f5ec
b6a5004
1338795
5c4d0b3
1ce2a47
105fcc2
1585d87
d6d832a
44a1f01
8449f7b
11b8e2e
70b569e
55b68ba
f374ad9
b4df5dc
34493cf
d60be2b
370a074
5f719ea
c208b24
3c7211a
bd594e1
8a9c826
d385fc2
98e4a1c
7bacc6b
35b9124
8cb39ea
abc75f2
e6e2af5
4309f41
5d1e8ef
ca5e03d
f84f3a2
ed59e85
1fc9d84
dff4bbc
26f2471
29b30c1
18a792e
268db46
33b78ed
4f6c782
bd73ca0
69646d4
768c7bc
1d91b0e
9a48d4c
0ac999c
82ee10a
7e5d97d
b6b1978
4e07ff2
409d9b5
d47c615
331ecc7
6ff4d42
fe52984
9cc828a
e250d7b
9d53b4d
c74307b
3d08912
dafb878
24235d1
b8c2944
7b48939
2770e9e
42e83f0
ae81984
1ddaeef
f2ca568
5b9ef02
1865dd0
85e1275
e0b0814
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,5 @@ | ||
| { | ||
| "expected-info-flows": | ||
| [ | ||
| { | ||
| "Sink": "android.telephony.SmsManager: void sendTextMessage(java.lang.String,java.lang.String,java.lang.String,android.app.PendingIntent,android.app.PendingIntent)", | ||
| "Method": "de.ecspride.MainActivity: void aliasFlowTest()", | ||
| "Line": 61 | ||
| }, | ||
| { | ||
| "Source": "android.telephony.TelephonyManager: java.lang.String getDeviceId()", | ||
| "Method": "de.ecspride.MainActivity: void aliasFlowTest()", | ||
| "Line": 47 | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,5 @@ | ||
| { | ||
| "expected-info-flows": | ||
| [ | ||
| { | ||
| "Sink": "android.util.Log: int d(java.lang.String,java.lang.String)", | ||
| "Method": "de.ecspride.MainActivity: void onCreate(android.os.Bundle)", | ||
| "Line": 37 | ||
| }, | ||
| { | ||
| "Source": "android.location.Location: double getLatitude()", | ||
| "Method": "de.ecspride.MainActivity$3: void onLocationChanged(android.location.Location)", | ||
| "Line": 72 | ||
| }, | ||
| { | ||
| "Sink": "android.util.Log: int d(java.lang.String,java.lang.String)", | ||
| "Method": "de.ecspride.MainActivity: void onCreate(android.os.Bundle)", | ||
| "Line": 38 | ||
| }, | ||
| { | ||
| "Source": "android.location.Location: double getLongitude()", | ||
| "Method": "de.ecspride.MainActivity$3: void onLocationChanged(android.location.Location)", | ||
| "Line": 73 | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,5 @@ | ||
| { | ||
| "expected-info-flows": | ||
| [ | ||
| { | ||
| "Sink": "android.telephony.SmsManager: void sendTextMessage(java.lang.String,java.lang.String,java.lang.String,android.app.PendingIntent,android.app.PendingIntent)", | ||
| "Method": "de.ecspride.Exceptions3: void onCreate(android.os.Bundle)", | ||
| "Line": 37 | ||
| }, | ||
| { | ||
| "Source": "android.telephony.TelephonyManager: java.lang.String getDeviceId()", | ||
| "Method": "de.ecspride.Exceptions3: void onCreate(android.os.Bundle)", | ||
| "Line": 30 | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,5 @@ | ||
| { | ||
| "expected-info-flows": | ||
| [ | ||
| { | ||
| "Sink": "android.telephony.SmsManager: void sendTextMessage(java.lang.String,java.lang.String,java.lang.String,android.app.PendingIntent,android.app.PendingIntent)", | ||
| "Method": "de.ecspride.Exceptions7: void onCreate(android.os.Bundle)", | ||
| "Line": 35 | ||
| }, | ||
| { | ||
| "Source": "android.telephony.TelephonyManager: java.lang.String getDeviceId()", | ||
| "Method": "de.ecspride.Exceptions7: void callMe()", | ||
| "Line": 41 | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,16 @@ | |
| "Source": "android.content.Intent: android.net.Uri getData()", | ||
| "Method": "org.cert.echoer.MainActivity: void getDataFromIntent()", | ||
| "Line": 49 | ||
| }, | ||
| { | ||
| "Sink": "android.app.Activity: void setResult(int,android.content.Intent)", | ||
| "Method": "org.cert.echoer.Button1Listener: void onClick(android.view.View)", | ||
| "Line": 21 | ||
| }, | ||
| { | ||
| "Source": "android.app.Activity: android.content.Intent getIntent()", | ||
| "Method": "org.cert.echoer.MainActivity: void getDataFromIntent()", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you update the Java code there as well? The //sink comment and the expected flow count should be updated.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Java code was already correct, also contained the count of 3. Which //sink comment do you mean? |
||
| "Line": 42 | ||
| } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.