scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

Comment is not validated in Validator #126

Closed shivamarora96 closed 6 years ago

shivamarora96 commented 6 years ago

Type of issue:

In app/lib/validator.js at validateCommentOnPost function only req params( ie postid) is validated but request body ( ie. comment) is not validated.

shivamarora96 commented 6 years ago

Pr #127

shivamarora96 commented 6 years ago

Solved !!