Showing 19 of 20 total issues
OS Command Injection in Rake Open
rake (10.5.0)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Regular Expression Denial of Service in Addressable templates Open
addressable (2.5.2)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
json Gem for Ruby Unsafe Object Creation Vulnerability (additional fix) Open
json (2.0.3)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Method user_says_value
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
def user_says_value(existing_params) additional_params = Set.new(existing_params) new_user_says = processed_utterances.collect do |utterance| # If an entity is referenced on this line...
- Create a ticketCreate a ticket
Similar blocks of code found in 2 locations. Consider refactoring. Open
def generate_entity_files(entity_names = nil) # TODO: Throw an error when a non-existing entity is requested. # Get a list of all entity file names. entity_file_names = Dir.entries(entities_path)[2..-1]
- Read upRead up
- Create a ticketCreate a ticket
Similar blocks of code found in 2 locations. Consider refactoring. Open
def generate_intent_files(intent_names = nil) # TODO: Throw an error when a non-existing intent is requested. # Get a list of all intent file names. intent_file_names = Dir.entries(intents_path)[2..-1]
- Read upRead up
- Create a ticketCreate a ticket
Method user_says_value
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def user_says_value(existing_params) additional_params = Set.new(existing_params) new_user_says = processed_utterances.collect do |utterance| # If an entity is referenced on this line...
- Read upRead up
- Create a ticketCreate a ticket
TODO found Open
# TODO: Throw an error when a non-existing intent is requested.
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# Colorizing output for CLI (TODO: drop for pastel)
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# TODO: Throw an error when a non-existing entity is requested.
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# TODO: Replace multiple spaces with a single space
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# TODO: Improve documentation for method signature.
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# TODO: High- document, test, and decompose
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
# TODO: http://api.rubyonrails.org/classes/ActiveSupport/Autoload.html
- Create a ticketCreate a ticket
- Exclude checks