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 95ef12a commit 93ccf7eCopy full SHA for 93ccf7e
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/framework/media/CVE_2015_6608.java
@@ -98,7 +98,9 @@ public boolean isVulnerable(Context context) throws Exception {
98
Log.d(TAG, "libstagefrightVulnerableToBug23876444: " + libstagefrightVulnerableToBug23876444);
99
100
//Only affects L and M
101
- if(Build.VERSION.SDK_INT != Build.VERSION_CODES.M && Build.VERSION.SDK_INT != Build.VERSION_CODES.LOLLIPOP){
+ if (Build.VERSION.SDK_INT != Build.VERSION_CODES.M &&
102
+ Build.VERSION.SDK_INT != Build.VERSION_CODES.LOLLIPOP &&
103
+ Build.VERSION.SDK_INT != Build.VERSION_CODES.LOLLIPOP_MR1){
104
return false;
105
}
106
0 commit comments