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 Apr 8, 2024 via composer

laminas/laminas-escaper 2.4.0rc4

Package summary
Share
1
issue
1
high severity
meta
1
1
license
2
BSD-3-Clause
Package created
1 Jan 2020
Version published
31 Dec 2019
Maintainers
1
Total deps
2
Direct deps
1
License
BSD-3-Clause

Issues

1

1 high severity issue

high
via: laminas/laminas-zendframework-bridge@1.8.0
Collapse
Expand

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
laminas/laminas-escaper@2.4.0rc4
laminas/laminas-zendframework-bridge@1.8.0
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 laminas/laminas-escaper 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
laminas/laminas-zendframework-bridge1.8.034.99 kBBSD-3-Clause
prod
1

Visualizations

Frequently Asked Questions

What does laminas/laminas-escaper do?

The laminas/laminas-escaper component offers a secure and safe method for escaping HTML, HTML attributes, JavaScript, CSS, and URLs. This PHP package is designed to heighten security by effectively defending against Cross-Site Scripting (XSS) vulnerabilities and other associated security risks. Its purpose is to introduce contextual escaping based on peer-reviewed rules, providing developers with a reliable means to escape output in their applications.

How do you use laminas/laminas-escaper?

Installing and using the laminas/laminas-escaper in your project is quite straightforward. First, you need to include the package in your project. This is achieved by running the composer require command in your terminal as shown below:

$ composer require laminas/laminas-escaper

Once installed, you can use the escaper to escape content to be output in your application, providing a crucial layer of protection against any potential security threats.

Where are the laminas/laminas-escaper docs?

The comprehensive documentation for laminas/laminas-escaper can be accessed online at https://docs.laminas.dev/laminas-escaper/. Here you can delve deeper into the feature offerings of laminas/laminas-escaper and understand the best practices for its use, making it an indispensable tool for the safe and secure handling of output escaping in PHP projects.