voxable-labs/expando

View on GitHub

Showing 19 of 20 total issues

OS Command Injection in Rake
Open

rake (10.5.0)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Regular Expression Denial of Service in Addressable templates
Open

addressable (2.5.2)
Severity: Critical
Found in Gemfile.lock by bundler-audit

json Gem for Ruby Unsafe Object Creation Vulnerability (additional fix)
Open

json (2.0.3)
Severity: Critical
Found in Gemfile.lock by bundler-audit

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...
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb - About 1 hr to fix

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]
Severity: Minor
Found in lib/expando/api_ai/updaters/base.rb and 1 other location - About 1 hr to fix
lib/expando/api_ai/updaters/intent_updater.rb on lines 31..51

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]
Severity: Minor
Found in lib/expando/api_ai/updaters/intent_updater.rb and 1 other location - About 1 hr to fix
lib/expando/api_ai/updaters/base.rb on lines 65..85

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...
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb - About 45 mins to fix

TODO found
Open

# TODO: Throw an error when a non-existing intent is requested.

TODO found
Open

# Colorizing output for CLI (TODO: drop for pastel)
Severity: Minor
Found in expando.gemspec by fixme

TODO found
Open

# TODO: Make this an option
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb by fixme

TODO found
Open

# TODO: High - document and test

TODO found
Open

# TODO: Default to both in sequence
Severity: Minor
Found in bin/expando by fixme

TODO found
Open

# TODO: Throw an error when a non-existing entity is requested.
Severity: Minor
Found in lib/expando/api_ai/updaters/base.rb by fixme

TODO found
Open

# TODO: Replace multiple spaces with a single space
Severity: Minor
Found in lib/expando/expander.rb by fixme

TODO found
Open

# TODO: Improve documentation for method signature.
Severity: Minor
Found in lib/expando/expander.rb by fixme

TODO found
Open

# TODO: High - throw an error if none.
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb by fixme

TODO found
Open

# TODO: High- document, test, and decompose
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb by fixme

TODO found
Open

# TODO: needs an exception class
Severity: Minor
Found in lib/expando/api_ai/objects/intent.rb by fixme

TODO found
Open

# TODO: http://api.rubyonrails.org/classes/ActiveSupport/Autoload.html
Severity: Minor
Found in lib/expando.rb by fixme
Severity
Category
Status
Source
Language