CernVM-FS
2.12.0
|
#include <sanitizer.h>
Public Member Functions | |
UriSanitizer () | |
Public Member Functions inherited from sanitizer::InputSanitizer | |
InputSanitizer (const std::string &whitelist) | |
InputSanitizer (const std::string &whitelist, int max_length) | |
virtual | ~InputSanitizer () |
std::string | Filter (const std::string &input) const |
bool | IsValid (const std::string &input) const |
Additional Inherited Members | |
Protected Member Functions inherited from sanitizer::InputSanitizer | |
bool | Sanitize (const std::string &input, std::string *filtered_output) const |
virtual bool | Sanitize (std::string::const_iterator begin, std::string::const_iterator end, std::string *filtered_output) const |
bool | CheckRanges (const char chr) const |
There could be more on the whitelist but this is already sufficient for the octopus web service. It includes the whitelist for valid repositories.
Definition at line 133 of file sanitizer.h.
|
inline |
Definition at line 135 of file sanitizer.h.