This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Java File I O Security Project"
From OWASP
Line 8: | Line 8: | ||
==OWASP Java File I/O Security Project== | ==OWASP Java File I/O Security Project== | ||
− | The | + | The OWASP Java File I/O Security Project provides an easy to use library for validating and sanitizing filenames, directory paths, and uploaded files. This project encapsulates the file handling portions of the ESAPI project and makes them available in an easy to use library that has no dependencies. |
− | |||
− | |||
− | |||
− | |||
==Licensing== | ==Licensing== | ||
Line 25: | Line 21: | ||
OWASP Java File I O Security Project provides: | OWASP Java File I O Security Project provides: | ||
− | * | + | * File name validation |
− | * | + | * Directory path validation |
+ | * File validation | ||