Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
disallow dynamic Java code evaluation for the base system and add property for third party apps #374
Comments
thestinger
added
Type: enhancement
Language: Java
labels
Aug 19, 2016
thestinger
changed the title from
disallow dynamic Java code evaluation for the base system and add a toggle for apps
to
disallow dynamic Java code evaluation for the base system and add a per-app property for it
Aug 19, 2016
thestinger
changed the title from
disallow dynamic Java code evaluation for the base system and add a per-app property for it
to
disallow dynamic Java code evaluation for the base system and add property for third party apps
Aug 19, 2016
thestinger
added
the
project
label
Dec 3, 2016
thestinger
referenced this issue
Dec 3, 2016
Closed
disallow executing app data for the base system and add a property for third party apps #375
thestinger
removed
the
project
label
Sep 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thestinger commentedAug 19, 2016
•
edited
Edited 1 time
-
thestinger
edited Dec 3, 2016
This would have to be allowed for third party apps by default since they won't mark the property when needed, but that could potentially change for a future API level if this was landed upstream.
Interfaces permitting dynamic Java code execution need to be identified as the initial step (i.e. stuff like class loading).