Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twig: Sandbox Information Disclosure #963

Closed
StaffNowa opened this issue Apr 4, 2019 · 2 comments
Closed

Twig: Sandbox Information Disclosure #963

StaffNowa opened this issue Apr 4, 2019 · 2 comments

Comments

@StaffNowa
Copy link

Hello, symfony demo have vulnerabilities

!!  1 packages have known vulnerabilities.
!!  
!!  twig/twig (v2.6.2)
!!  ------------------
!!  
!!   * [CVE-NONE-0001][]: Sandbox Information Disclosure
!!  
!!  [CVE-NONE-0001]: https://symfony.com/blog/twig-sandbox-information-disclosure

This can be solved upgrade composer.json file

 "require": {
        ...
        "twig/twig": "^2.7",
        ...
    },

and run

composer update
@yceruto
Copy link
Member

yceruto commented Apr 4, 2019

See #955

@javiereguiluz
Copy link
Member

Closing as fixed by #955. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants