Skip to content

v1.2.7

Compare
Choose a tag to compare
@leonjza leonjza released this 12 Mar 17:04
· 549 commits to master since this release
58786c4

v1.2.7

new

  • Add --network-security-config / -N flag to the patchapk command. This flag will add a network security config to the APK as well as the required android:networkSecurityConfig tag to the AndroidManifest.xml's <application> tag. This helps for Android 7+ and the changes to CA certificates that were introduced.
  • Add a hook on the verifyChain() method in the com.android.org.conscrypt.TrustManagerImpl class to suppress exceptions that could get thrown if a certificate with a non-trusted CA is presented. This hook is available in the android sslpinning disable command and should take preference over --network-security-config flag in the patchapk command.

fixes

  • The patchapk command used to strip all .'s from the resultant APK's name. This should no longer happen.