Module Brakeman::Messages
In: lib/brakeman/messages.rb

Methods

Classes and Modules

Class Brakeman::Messages::CVE
Class Brakeman::Messages::Code
Class Brakeman::Messages::FileName
Class Brakeman::Messages::Input
Class Brakeman::Messages::Literal
Class Brakeman::Messages::Message
Class Brakeman::Messages::Plain
Class Brakeman::Messages::Version

Public Instance methods

Create a new message from a list of messages. Strings are converted to Brakeman::Messages::Plain objects.

Create a new code message fragment

Create a new message fragment with a CVE identifier

Create a new message fragment representing a file name

Create a new message fragment from a user input type (e.g. `:params`). The input type will be converted to a friendly version (e.g. "parameter value").

Create a new message fragment which will not be modified during output

Create a new plain string message fragment

Create a message fragment representing the version of a library

[Validate]