Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned.
Generated on Mar 31, 2024 via composer

sensio/distribution-bundle v2.3.21

The base bundle for the Symfony Distributions
Package summary
Share
4
issues
4
high severity
vulnerability
1
meta
3
1
license
30
MIT
Package created
7 Nov 2011
Version published
4 Jun 2015
Maintainers
1
Total deps
30
Direct deps
1
License
MIT

Issues

4

4 high severity issues

high
via: symfony/framework-bundle@v2.8.52
via: sensio/distribution-bundle@v2.3.21
via: symfony/framework-bundle@v2.8.52
via: symfony/framework-bundle@v2.8.52
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
30 Packages, Including:
doctrine/annotations@1.14.3
doctrine/cache@1.13.0
doctrine/deprecations@1.1.3
doctrine/lexer@2.1.1
psr/cache@3.0.0
psr/log@1.1.4
sensio/distribution-bundle@v2.3.21
symfony/asset@v3.0.9
symfony/class-loader@v3.0.9
symfony/config@v2.8.52
symfony/debug@v2.8.52
symfony/dependency-injection@v2.8.52
symfony/event-dispatcher@v3.0.9
symfony/filesystem@v3.0.9
symfony/finder@v3.0.9
symfony/framework-bundle@v2.8.52
symfony/http-foundation@v2.8.52
symfony/http-kernel@v2.8.52
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php54@v1.20.0
symfony/polyfill-php55@v1.20.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php70@v1.20.0
symfony/routing@v2.8.52
symfony/security-core@v3.4.49
symfony/security-csrf@v3.4.47
symfony/stopwatch@v3.0.9
symfony/templating@v3.0.9
symfony/translation@v2.8.52
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of sensio/distribution-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/framework-bundlev2.8.52-MIT
prod
3

Visualizations

Frequently Asked Questions

What does sensio/distribution-bundle do?

The SensioDistributionBundle is an important tool for Symfony Distributions, offering developer-friendly features that can be repeatedly utilised across different Symfony Distributions. Please take note that this bundle does not support Symfony 4 and has been replaced by Symfony Flex.

How do you use sensio/distribution-bundle?

The SensioDistributionBundle simplifies certain tasks by automating them during the Composer process while installing or updating. For instance, it updates the 'bootstrap.php.cache' file and clears the cache, installs assets under the web root directory, and updates the requirements file. It can be used in Symfony applications by using the following commands:

For Symfony 2.x:

$ ./app/console security:check

For Symfony 2.8 and 3.x:

$ ./bin/console security:check

These commands allow you to use the SensioLabs Security Checker that comes with the bundle.

Where are the sensio/distribution-bundle docs?

The documentation for SensioDistributionBundle isn't directly mentioned in the README; however, contributions to the bundle follow the Symfony guidelines and code style conventions. Detailed information can be found on the Symfony site and their code style conventions documentation.