482482 " python/ql/lib/semmle/python/security/performance/ReDoSUtil.qll" ,
483483 " ruby/ql/lib/codeql/ruby/security/performance/ReDoSUtil.qll"
484484 ],
485- "ReDoS Exponential Python/JS" : [
485+ "ReDoS Exponential Python/JS/Ruby " : [
486486 " javascript/ql/lib/semmle/javascript/security/performance/ExponentialBackTracking.qll" ,
487- " python/ql/lib/semmle/python/security/performance/ExponentialBackTracking.qll"
487+ " python/ql/lib/semmle/python/security/performance/ExponentialBackTracking.qll" ,
488+ " ruby/ql/lib/codeql/ruby/security/performance/ExponentialBackTracking.qll"
488489 ],
489- "ReDoS Polynomial Python/JS" : [
490+ "ReDoS Polynomial Python/JS/Ruby " : [
490491 " javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll" ,
491492 " python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll" ,
492493 " ruby/ql/lib/codeql/ruby/security/performance/SuperlinearBackTracking.qll"
518519 " javascript/ql/lib/semmle/javascript/frameworks/data/internal/AccessPathSyntax.qll" ,
519520 " ruby/ql/lib/codeql/ruby/dataflow/internal/AccessPathSyntax.qll"
520521 ],
522+ "Concepts Python/Ruby/JS" : [
523+ " python/ql/lib/semmle/python/internal/ConceptsShared.qll" ,
524+ " ruby/ql/lib/codeql/ruby/internal/ConceptsShared.qll" ,
525+ " javascript/ql/lib/semmle/javascript/internal/ConceptsShared.qll"
526+ ],
521527 "Hostname Regexp queries" : [
522528 " javascript/ql/src/Security/CWE-020/HostnameRegexpShared.qll" ,
529+ " python/ql/src/Security/CWE-020/HostnameRegexpShared.qll" ,
523530 " ruby/ql/src/queries/security/cwe-020/HostnameRegexpShared.qll"
524531 ],
525532 "ApiGraphModels" : [
533540 "TaintedFormatStringCustomizations Ruby/JS" : [
534541 " javascript/ql/lib/semmle/javascript/security/dataflow/TaintedFormatStringCustomizations.qll" ,
535542 " ruby/ql/lib/codeql/ruby/security/TaintedFormatStringCustomizations.qll"
543+ ],
544+ "HttpToFileAccessQuery JS/Ruby" : [
545+ " javascript/ql/lib/semmle/javascript/security/dataflow/HttpToFileAccessQuery.qll" ,
546+ " ruby/ql/lib/codeql/ruby/security/HttpToFileAccessQuery.qll"
547+ ],
548+ "HttpToFileAccessCustomizations JS/Ruby" : [
549+ " javascript/ql/lib/semmle/javascript/security/dataflow/HttpToFileAccessCustomizations.qll" ,
550+ " ruby/ql/lib/codeql/ruby/security/HttpToFileAccessCustomizations.qll"
536551 ]
537- }
552+ }
0 commit comments