Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Validation - All #234

Open
Bejoty opened this issue Dec 7, 2013 · 7 comments
Open

Input Validation - All #234

Bejoty opened this issue Dec 7, 2013 · 7 comments
Assignees

Comments

@Bejoty
Copy link
Collaborator

Bejoty commented Dec 7, 2013

Condensed list of pages that need server- and/or client-end input validation (NEVER trust user input!)

These come behind functionality priorities, thus may not make the final release.
In general, all validation should be done by the server, while client-end validation is a good shell for increased user experience and mitigating form data loss.

@kcorman
Copy link
Collaborator

kcorman commented Dec 8, 2013

I'm burning out too (mostly from other projects now) but I'll take a stab at this

@kcorman
Copy link
Collaborator

kcorman commented Dec 8, 2013

On wip-commissions I fixed a few of these issues b3f2b1c

As it says in the commit message, we're now sanitizing all parameters posted to our site. If there's a problem with this let me know and I can make it page-specific.

@quanc
Copy link
Collaborator

quanc commented Dec 8, 2013

What is the status of this? How many of these input validation issues are currently addressed?

@kcorman
Copy link
Collaborator

kcorman commented Dec 8, 2013

Sanitation is done so we're good from a security stand point. We have not
verified that all fields are filled.

On Sat, Dec 7, 2013 at 9:34 PM, Christina Quan notifications@github.comwrote:

What is the status of this? How many of these input validation issues are
currently addressed?


Reply to this email directly or view it on GitHubhttps://github.com//issues/234#issuecomment-30075529
.

@quanc
Copy link
Collaborator

quanc commented Dec 8, 2013

Okay, at least we're good from a security stand point then. Not sure how high-priority field completion checks are.

@quanc
Copy link
Collaborator

quanc commented Dec 9, 2013

Sanitization is done. Closing this.

@quanc quanc closed this as completed Dec 9, 2013
@quanc
Copy link
Collaborator

quanc commented Dec 9, 2013

Field completion checks are still not implemented.

@quanc quanc reopened this Dec 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants