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
Generated on May 22, 2024 via composer

symfony/security-guard v2.8.29

Symfony Security Component - Guard
Package summary
Share
14
issues
14
high severity
vulnerability
12
meta
2
1
license
16
MIT
Package created
24 Sep 2015
Version published
23 Oct 2017
Maintainers
1
Total deps
16
Direct deps
3
License
MIT

Issues

14

14 high severity issues

high
via: symfony/security-guard@v2.8.29
via: symfony/security-guard@v2.8.29
via: symfony/security-http@v3.0.9
via: symfony/security-core@v3.0.9 & others
via: symfony/security-core@v3.0.9 & others
via: symfony/security-guard@v2.8.29
via: symfony/security-guard@v2.8.29
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
via: symfony/security-http@v3.0.9
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
16 Packages, Including:
psr/log@1.1.4
symfony/debug@v4.4.44
symfony/event-dispatcher@v3.4.47
symfony/http-foundation@v3.4.47
symfony/http-kernel@v3.4.49
symfony/inflector@v4.4.44
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php70@v1.20.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-util@v1.29.0
symfony/property-access@v3.4.47
symfony/security-core@v3.0.9
symfony/security-guard@v2.8.29
symfony/security-http@v3.0.9
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

3
All Dependencies CSV
β“˜ This is a list of symfony/security-guard 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/log1.1.410.7 kBMIT
prod dev
symfony/security-corev3.0.9-MIT
prod
2
symfony/security-httpv3.0.9-MIT
prod
10

Visualizations

Frequently Asked Questions

What does symfony/security-guard do?

The Symfony Security Component - Guard, also known as symfony/security-guard, is a robust Composer package that consolidates various layers of authentication. Its primary function is to simplify the creation of complex authentication systems while maximizing developers' control. Thus, it acts as a comprehensive mechanism for handling user authentication in web applications effectively and efficiently, increasing the security and robustness of applications built with the Symfony framework.

How do you use symfony/security-guard?

To utilize the symfony/security-guard in your project, start by installing it via Composer. Run the following command in your terminal:

composer require symfony/security-guard

Once installed, you can use it for achieving your desired authentication system. Since the package's usage widely depends on the specific needs and requirements of the project, it's recommended to refer to the official documentation for precise understanding and usage instructions.

Please note: Symfony/security-guard is a part of the larger Symfony framework. As such, any usage of it will need to be within the context of a larger Symfony project.

Where are the symfony/security-guard docs?

Symfony/security-guard provides efficient documentation that covers a broad range of the component's features and capabilities. The official documentation for the Guard component is available on the Symfony website. Visit Symfony's official website for the documentation guide, which provides an in-depth understanding of how to use it effectively. The documentation link is updated consistently to ensure that readers get the latest and most accurate information. Furthermore, for contributing to the Symfony project, you can visit Symfony's contributing guidelines. Being an open source project, Symfony welcomes the community to report issues, make suggestions and submit pull requests to the main Symfony repository.