def
analysis_endpoints(options : Hash(Symbol, String), techs, logger :
NoirLogger)
#
def
analyzer_django(options : Hash(Symbol, String))
#
def
analyzer_express(options : Hash(Symbol, String))
#
def
analyzer_flask(options : Hash(Symbol, String))
#
def
analyzer_go_echo(options : Hash(Symbol, String))
#
def
analyzer_kemal(options : Hash(Symbol, String))
#
def
analyzer_php_pure(options : Hash(Symbol, String))
#
def
analyzer_rails(options : Hash(Symbol, String))
#
def
analyzer_sinatra(options : Hash(Symbol, String))
#
def
analyzer_spring(options : Hash(Symbol, String))
#
def
detect_crystal_kemal(filename : String, file_contents : String)
#
def
detect_go_echo(filename : String, file_contents : String)
#
def
detect_java_jsp(filename : String, file_contents : String)
#
def
detect_java_spring(filename : String, file_contents : String)
#
def
detect_js_express(filename : String, file_contents : String)
#
def
detect_php_pure(filename : String, file_contents : String)
#
def
detect_python_django(filename : String, file_contents : String)
#
def
detect_python_flask(filename : String, file_contents : String)
#
def
detect_ruby_rails(filename : String, file_contents : String)
#
def
detect_ruby_sinatra(filename : String, file_contents : String)
#