Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Sanitizing user input #4

Open
Androx27 opened this issue Apr 19, 2019 · 1 comment
Open

Sanitizing user input #4

Androx27 opened this issue Apr 19, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers security A vulnerability has been discovered

Comments

@Androx27
Copy link
Member

I'll try to using anti-XSS to prevent this vuln

library: https://code.google.com/archive/p/php-antixss/

@Androx27 Androx27 self-assigned this Apr 19, 2019
@Androx27 Androx27 added the security A vulnerability has been discovered label Apr 19, 2019
@ryumada ryumada added the good first issue Good for newcomers label Apr 19, 2019
@Androx27 Androx27 changed the title Sanitizing user input in Input Transaksi Form Sanitizing user input Apr 21, 2019
@Androx27
Copy link
Member Author

Androx27 commented Apr 21, 2019

PROGRESS REPORT

  1. Characters URL permitted: a-z 0-9%_ please dont make any URL that using those chars for making directory traversal, sql injection or xss more harder to implement @RizkiTH @algorithmsEvolve

  2. Any harmful or strange user input would be automatically encoded to (space) character

@Androx27 Androx27 added the enhancement New feature or request label Apr 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers security A vulnerability has been discovered
Projects
None yet
Development

No branches or pull requests

2 participants