Skip to content
  • Home
  • Blog posts
  • Memos
  • Dictionary
  • Useful commands
  • About
Twitter LinkedIn GitHub Stack Overflow

frontdeveloper.pl

A developer taking advantage of the best pratices.

Security

6 March 2019 by Igor Springer on Ruby on Rails, Security

Why don’t we validate controller parameters?

Using strong parameters in Ruby on Rails applications to allow permitted values is usually not enough. Taking care of validating allowed values to make our applications is also important to make them more secure and less error-prone. To handle the validation properly we can write custom solution(s) or use handy gems like `apipie-rails`.

Read more...
 
3 October 2018 by Igor Springer on Ruby on Rails, Security

5 security issues in Ruby on Rails apps from real life

…and how to fix them 🙂

Read more...
 
Subscribe!
Copyright © Igor Springer