Skip to content

MFernstrom/fpc-WebSecurity

Repository files navigation

fpc-WebSecurity

fpc-WebSecurity is a collection of functions and procedures in FreePascal for increasing your web application security.

The Lazarus project is an FPTest project, and the test cases are simple enough to provide examples of how to use the units.

Units are split up by what they do, and lives under the /unit/ directory

  • units/websec_html
  • units/websec_js
  • units/websec_url
  • units/websec_css

Code is mostly based on rules in the OWASP cheatsheet for XSS (Cross Site Scripting) prevention.

About

A collection of functions and procedures for increasing your web applications security posture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages