Ivan Malykh

Results 5 issues of Ivan Malykh

**Work in progress** A missing piece of Rails Girls guides: chapter on Web-Application Security. I am going to try to explain web-app vulnerabilities based on IDOR, XSS and SQLI. Any...

Two different Rails params whitelists are marked as duplicates with a threshold of 23. ``` ruby # Controller A params.require(:model_a).permit(:name, :description, :automatic, other_model_ids: []).tap do |model_a_params| model_a_params[:settings] = params[:model_a][:settings] end...

enhancement

Tested IE8 with Windows XP and Windows Vista. Both gave the same error: ![screen shot 2015-04-01 at 15 16 57](https://cloud.githubusercontent.com/assets/35517/6941730/8e452dd6-d882-11e4-8c58-348eb5492650.png) Looks like React issue, but you asked to confirm whether...

**Describe the bug** I can't get this project (the `validate` command) get to work properly. Every attempt to (re-)install the needed parts ends up with a correct output, but surrounded...

To answer my own question: it's because this gem fetches `team_info` and therefore needs a permission to do so. But I wonder why `team_info` is required. I doubt that every...