swsnu / ReMon

0 stars 0 forks source link

Filter special character for app_id #123

Closed elnn closed 9 years ago

elnn commented 9 years ago

Security!

elnn commented 9 years ago
import re
re.match('^[A-Za-z0-9_-]*$', str)

Validate app_id, source_id, and tag