OrenGitHub / dhscanner.1.parsers

native languages asts parsed to dhscanner asts
GNU General Public License v3.0
0 stars 0 forks source link

field name should be unquoted #7

Closed OrenGitHub closed 1 month ago

OrenGitHub commented 1 month ago
1369                                                 "fieldReadName": {
1370                                                     "content": "'info'", # <--- here
1371                                                     "location": {
1372                                                         "colEnd": 12,
1373                                                         "colStart": 4,
1374                                                         "filename": "workdir/blobs/sha256/app/library/basic_caption_gui.py",
1375                                                         "lineEnd": 83,
1376                                                         "lineStart": 83
1377                                                     }
1378                                                 },
OrenGitHub commented 1 month ago
1369                                                 "fieldReadName": {
1370                                                     "content": "info",
1371                                                     "location": {
1372                                                         "colEnd": 12,
1373                                                         "colStart": 4,
1374                                                         "filename": "workdir/blobs/sha256/app/library/basic_caption_gui.py",
1375                                                         "lineEnd": 83,
1376                                                         "lineStart": 83
1377                                                     }
1378                                                 },