File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 25
25
import fuzion24 .device .vulnerability .vulnerabilities .kernel .CVE_2015_3636 ;
26
26
import fuzion24 .device .vulnerability .vulnerabilities .system .CVE20151528 ;
27
27
import fuzion24 .device .vulnerability .vulnerabilities .system .SamsungCREDzip ;
28
+ import fuzion24 .device .vulnerability .vulnerabilities .system .WeakSauce ;
28
29
29
30
public class VulnerabilityOrganizer {
30
31
@@ -42,7 +43,7 @@ public static List<VulnerabilityTest> getTests(Context ctx){
42
43
allTests .add (new CVE_2014_3153 ());
43
44
allTests .add (new CVE_2014_4943 ());
44
45
//tests.add(new StumpRoot());
45
- //tests .add(new WeakSauce());
46
+ allTests .add (new WeakSauce ());
46
47
allTests .add (new GraphicBufferTest ());
47
48
allTests .addAll (StageFright .getTests (ctx ));
48
49
allTests .add (new CVE_2015_6602 ());
You can’t perform that action at this time.
0 commit comments