Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Solving the Web security challenge ("80 percent of the vulnerabilities that we see are input validation errors")
(
news.com.com
)
3 points
by
gibsonf1
on June 28, 2007
|
hide
|
past
|
favorite
|
1 comment
brlewis
on June 28, 2007
[–]
Don't other languages used in web development have something like BRL's define-input?
(define-input
a
(validation-function b))
You see at a glance that you're validating b and not a.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(define-input
a
(validation-function b))
You see at a glance that you're validating b and not a.