Package: php-doctrine-annotations / 1.2.1-1+deb8u1

Metadata

Package Version Patches format
php-doctrine-annotations 1.2.1-1+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use ClassLoader from Symfony instead of autoload.patch | (download)

tests/Doctrine/Tests/TestInit.php | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 use classloader from symfony instead of autoload

Work around the lack of proper autoload.php from composer by using the
ClassLoader element from Symfony.
http://symfony.com/doc/current/components/class_loader/class_loader.html
0002 DCOM 293 Fix security misconfiguration vulnerability.patch | (download)

lib/Doctrine/Common/Annotations/FileCacheReader.php | 18 16 + 2 - 0 !
1 file changed, 16 insertions(+), 2 deletions(-)

 [dcom-293] fix security misconfiguration vulnerability that can
 allow local arbitrary code execution.