Skip to content

Instantly share code, notes, and snippets.

@thesp0nge
Created February 14, 2011 13:17
Show Gist options
  • Save thesp0nge/825855 to your computer and use it in GitHub Desktop.
Save thesp0nge/825855 to your computer and use it in GitHub Desktop.
module Owasp
module Esapi
module Ruby
module Validator
class DateValidator < Owasp::Esapi::Ruby::Validator::PlainValidator
...
def validate(string)
# return true if this is a real timestamp or false otherwise
end
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment