Megatest

Ticket Change Details
Login
Overview

Artifact ID: 4c624e81eff11f54b69e54b855c844c695de6c83
Ticket: 3d3046b2c222903b64e0203eb894860346741200
Missing escaping in dashboard test selector
User & Date: matt on 2013-05-09 17:01:33
Changes

  1. comment changed to:
    <verbatim>
    "SELECT id,run_id,testname,state,status,event_time,host,cpuload,diskfree,uname,rundir,item_path,run_duration,final_logf,comment FROM tests WHERE run_id=? AND ((testname LIKE '%if %'' AND item_path LIKE '%')) ;"
    
            Call history:
    
            db.scm:564: string-intersperse
            tests.scm:100: db:patt->like
            db.scm:560: ##sys#get-keyword
            db.scm:564: g779
            substring-index
            db.scm:566: conc
            db.scm:564: string-intersperse
            tests.scm:101: conc
            tests.scm:104: reverse
            tests.scm:104: append
            tests.scm:104: string-intersperse
            db.scm:796: conc
            db.scm:792: conc
            db.scm:802: debug:print-info
            common_records.scm:58: debug:debug-mode
            db.scm:803: sqlite3#for-each-row <--
    </verbatim>
    
  2. foundin changed to: "v1.5427"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to: "Missing escaping in dashboard test selector"
  6. type changed to: "Code_Defect"