===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-faraday-middleware-1.0.0/lib/faraday_middleware/response/parse_yaml.rb-10-  # YAML.load rather than YAMl.safe_load, which exposes serious remote code
ruby-faraday-middleware-1.0.0/lib/faraday_middleware/response/parse_yaml.rb:11:  # execution risks - see https://github.com/ruby/psych/issues/119 for details.
ruby-faraday-middleware-1.0.0/lib/faraday_middleware/response/parse_yaml.rb-12-  # If you're sure you can trust YAML you're passing, you can set up an unsafe