We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114e229 commit 95ef12aCopy full SHA for 95ef12a
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/framework/media/CVE_2015_6608.java
@@ -111,6 +111,7 @@ public boolean isVulnerable(Context context) throws Exception {
111
@Override
112
public List<CPUArch> getSupportedArchitectures() {
113
List<CPUArch> supportedArchs = new ArrayList<CPUArch>();
114
+ supportedArchs.add(CPUArch.ARM);
115
supportedArchs.add(CPUArch.ARM7);
116
supportedArchs.add(CPUArch.ARM8);
117
supportedArchs.add(CPUArch.X86);
0 commit comments