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

Improper Input Validation #646

Open
dinukadesilva opened this issue Jun 20, 2020 · 1 comment
Open

Improper Input Validation #646

dinukadesilva opened this issue Jun 20, 2020 · 1 comment
Assignees
Labels

Comments

@dinukadesilva
Copy link
Member

dinukadesilva commented Jun 20, 2020

Length of the input filed also should be defined to avoid buffer overflow attacks.

@dinukadesilva dinukadesilva self-assigned this Jun 20, 2020
dinukadesilva added a commit to dinukadesilva/results-tabulation that referenced this issue Jun 23, 2020
dinukadesilva added a commit that referenced this issue Jun 23, 2020
…for-non-numeric-text-fields

gh-646: Setting a max length of 100 to all the non numeric text fields
@dinukadesilva dinukadesilva reopened this Jul 12, 2020
@dinukadesilva
Copy link
Member Author

User input should be HTML-encoded at any point where it is copied into application responses. All HTML meta characters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).

@nshamit nshamit added this to the SL CERT VAPT Report Issues milestone Jul 14, 2020
dinukadesilva added a commit that referenced this issue Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants