Hello, Suppose I have two controllers `MyFirstController` and `MySecondController` each with a method `my_method`. I would like to mark `my_method` in `MyFirstController` as safe, but not the one in `MySecondController`. What syntax should I use to achieve it? Currently the documentation reads using the -s option as “`brakeman -s benign_method,totally_safe`”.
I tried some conventions, but none of them seemed to work. Thanks for the help! Gagan
