mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
43fc425c32
Changelog: ============ - Fixed a 'TypeError' on PHP 8 when 'Security::$static_classes' was set to a non-array value (e.g. the string ''none'') to disable static class access; any non-array value now cleanly denies access. Use 'Security::$static_classes = null' to disable access to all static classes. - Security: the built-in 'stream:' resource type now validates the nested stream wrapper against the security policy, so a template such as 'stream:php://filter/...' can no longer bypass 'Security::$streams' (including 'Security::$streams = null') to read local files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>