'what should be updated to handle log4j vulnerability in android?
Since log4j vulnerability is found in java, I am concerned of what actions I need to take in android side. Apache Log4j Vulnerability from google security blog says Android is not aware of any impact to the Android Platform or Enterprise.
Does this mean I as an Android Developer don't really need to take any actions to avoid log4j vulnerability? Or I still need to find (either directly or transitive) log4j dependency in my project then disable/remove specific dependency(in this case log4j) using this type of code if it appears to be in my project?
is there anything else(maybe like android studio version, Gradle version, or Kotlin version etc?) I need to take action on log4j velnerability in android side?
Thank you in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
