OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Incorrect type for instrumented format string #13

Closed OrenGitHub closed 2 months ago

OrenGitHub commented 2 months ago
1679         {
1680             "argFqn": {
1681                 "content": "int" <--- this should be a string
1682             },
1683             "argLocation": {
1684                 "colEnd": 18,
1685                 "colStart": 7,
1686                 "filename": "workdir/73412fec1a87a2a7fd9caff0c5bfd92dc3e83052b9ec95965646643062295ea6/usr/app/main.js",
1687                 "lineEnd": 18,
1688                 "lineStart": 18
1689             },
1690             "argSerialIdx": 0,
1691             "callContext": {
1692                 "colEnd": 27,
1693                 "colStart": 3,
1694                 "filename": "workdir/73412fec1a87a2a7fd9caff0c5bfd92dc3e83052b9ec95965646643062295ea6/usr/app/main.js",
1695                 "lineEnd": 32,
1696                 "lineStart": 32
1697             }
1698         }
OrenGitHub commented 2 months ago
OrenGitHub commented 2 months ago

delegated to codegen here

OrenGitHub commented 2 months ago
1659         {
1660             "argFqn": {
1661                 "content": "str"
1662             },
1663             "argLocation": {
1664                 "colEnd": 18,
1665                 "colStart": 7,
1666                 "filename": "workdir/73412fec1a87a2a7fd9caff0c5bfd92dc3e83052b9ec95965646643062295ea6/usr/app/main.js",
1667                 "lineEnd": 18,
1668                 "lineStart": 18
1669             },
1670             "argSerialIdx": 0,
1671             "callContext": {
1672                 "colEnd": 27,
1673                 "colStart": 3,
1674                 "filename": "workdir/73412fec1a87a2a7fd9caff0c5bfd92dc3e83052b9ec95965646643062295ea6/usr/app/main.js",
1675                 "lineEnd": 32,
1676                 "lineStart": 32
1677             }
1678         },