The library semmle.javacript.frameworks.HTTP provides classes modeling common concepts from various HTTP frameworks. Currently supported frameworks are Express, the standard Node.js http and https modules, Conn
module CommandLineFileNameConfig implements DataFlow::ConfigSig { // ... predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) { exists(DataFlow::CallNode c | c = DataFlow::moduleImport("resolve-symlinks").getACall() and node1 = c.getArgument(0) and node2 = c )...