summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStacie Mashnitskaya <mashnitskaya@google.com>2022-03-30 01:50:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-30 01:50:45 +0000
commit09add6c1bac179b5815d0ab2202ce9ce5eca3191 (patch)
treeb6eb478418ad4c452a1f91e515d13b375b12b981
parent96d7676f4810f75b5dbd698b3271641b5107fb32 (diff)
parenta9606901f1d50dfcd98e8f40eaae7cc2ff6255df (diff)
downloadcts-09add6c1bac179b5815d0ab2202ce9ce5eca3191.tar.gz
Update test to have correct CVE Bug am: 635b2a3921 am: a9606901f1
Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/17491563 Change-Id: Ib85e045a88b1d07307cf8801ec520c66bc38c37b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--tests/tests/security/src/android/security/cts/AndroidFutureTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/security/src/android/security/cts/AndroidFutureTest.java b/tests/tests/security/src/android/security/cts/AndroidFutureTest.java
index 1deafdde4f1..ca85b651cc6 100644
--- a/tests/tests/security/src/android/security/cts/AndroidFutureTest.java
+++ b/tests/tests/security/src/android/security/cts/AndroidFutureTest.java
@@ -37,7 +37,7 @@ import java.lang.reflect.Field;
@RunWith(AndroidJUnit4.class)
public class AndroidFutureTest extends StsExtraBusinessLogicTestCase {
- @AsbSecurityTest(cveBugId = 186530450)
+ @AsbSecurityTest(cveBugId = 197228210)
@Test
public void testAndroidFutureReadThrowable() throws Exception {
String filePath = "/data/system/" + System.currentTimeMillis();