ari / jobsworth

Project Management, Collaboration and Time Tracking.
GNU Affero General Public License v3.0
639 stars 198 forks source link

Review security warnings #540

Open ari opened 8 years ago

ari commented 8 years ago

CodeClimate is giving us some places to review our code. Mostly mass-assignment issues which probably aren't a problem but we could tighten our code just in case to protect against problems.

https://codeclimate.com/github/ari/jobsworth/issues?category=security&severity=&engine=

zaidakram commented 8 years ago

On it.

zaidakram commented 8 years ago

Almost all critical and mass-assignment issues are resolved.