We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
See #955
Sorry, something went wrong.
Closing as fixed by #955. Thanks.
No branches or pull requests
Hello, symfony demo have vulnerabilities
This can be solved upgrade composer.json file
and run
The text was updated successfully, but these errors were encountered: