android_frameworks_base/config/hiddenapi-greylist-packages.txt
Mathew Inwood eaf13c7efc Greylist 3P packages in the bootclasspath.
These packages contain code that was whitelisted in P (accidentally),
and was blacklisted in Q (until now). They also contain open source code
that apps could reasonably include in their APK. Blacklisting the code
is problematic, as this results in apps being able to resolve the class
itself, but without any visibility of any members within it.

This is a measure to reduce the risk of Q, pending a proper solution for
these classes in future.

Remove the equivalent methods from the greylist as they are now
redundant. This was done via:
$ cat hiddenapi-greylist.txt \
    | grep -v '^Lgov/nist/' \
    | grep -v '^Lorg/apache/harmony/' \
    | grep -v '^Lorg/apache/xalan/' \
    | grep -v '^Lorg/apache/xml/' \
    | grep -v '^Lorg/apache/xpath/'

Bug: 129387816
Test: m
Change-Id: I48d4ca3b8069894e91785f1dd69d81878078208c
2019-05-28 14:27:08 +01:00

44 lines
1.1 KiB
Plaintext

gov.nist.core
gov.nist.core.net
gov.nist.javax.sip
gov.nist.javax.sip.address
gov.nist.javax.sip.clientauthutils
gov.nist.javax.sip.header
gov.nist.javax.sip.header.extensions
gov.nist.javax.sip.header.ims
gov.nist.javax.sip.message
gov.nist.javax.sip.parser
gov.nist.javax.sip.parser.extensions
gov.nist.javax.sip.parser.ims
gov.nist.javax.sip.stack
org.apache.xalan
org.apache.xalan.extensions
org.apache.xalan.processor
org.apache.xalan.res
org.apache.xalan.serialize
org.apache.xalan.templates
org.apache.xalan.transformer
org.apache.xalan.xslt
org.apache.xml.dtm
org.apache.xml.dtm.ref
org.apache.xml.dtm.ref.dom2dtm
org.apache.xml.dtm.ref.sax2dtm
org.apache.xml.res
org.apache.xml.serializer
org.apache.xml.serializer.dom3
org.apache.xml.serializer.utils
org.apache.xml.utils
org.apache.xml.utils.res
org.apache.xpath
org.apache.xpath.axes
org.apache.xpath.compiler
org.apache.xpath.domapi
org.apache.xpath.functions
org.apache.xpath.jaxp
org.apache.xpath.objects
org.apache.xpath.operations
org.apache.xpath.patterns
org.apache.xpath.res
org.ccil.cowan.tagsoup
org.ccil.cowan.tagsoup.jaxp