ps.nativecodeanalysis.sarif 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C6255",
  9. "message": {
  10. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ps.c"
  17. },
  18. "region": {
  19. "startLine": 340,
  20. "startColumn": 44,
  21. "endLine": 340,
  22. "endColumn": 44
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "ps_plot",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ]
  33. },
  34. {
  35. "ruleId": "C6255",
  36. "message": {
  37. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  38. },
  39. "locations": [
  40. {
  41. "physicalLocation": {
  42. "artifactLocation": {
  43. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ps.c"
  44. },
  45. "region": {
  46. "startLine": 454,
  47. "startColumn": 54,
  48. "endLine": 454,
  49. "endColumn": 54
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "ps_plot",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ]
  60. }
  61. ],
  62. "tool": {
  63. "driver": {
  64. "name": "PREfast",
  65. "fullName": "PREfast Code Analysis",
  66. "version": "14.29.30159.0",
  67. "informationUri": "https://aka.ms/cpp/ca"
  68. }
  69. },
  70. "invocations": [
  71. {
  72. "commandLine": "D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\c1.dll -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00007FF62CE9FC60 -il C:\\Users\\wruser\\AppData\\Local\\Temp\\_CL_e4052728ast -typedil -f ..\\..\\thirdparty\\zint\\backend\\ps.c -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930159 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\zxing-cpp\\core\\src -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\scripts\\zxing-cpp\\ -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\zint\\backend -nologo -W 3 -diagnostics:column -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DZXING_HAS_CHAR8 -DZXING_USE_ZINT -DZXING_EXPERIMENTAL_API -DZINT_NO_PNG -D_CRT_SECURE_NO_WARNINGS -DWIN32 -DNDEBUG -D_LIB -D_MT -D_DLL -GS -D_M_FP_PRECISE -Fox64\\Release\\libzxing\\ps.obj -FdC:\\Users\\wruser\\source\\repos\\SharpMuPDF\\x64\\Release\\libzxing.pdb -external:W 3 -Gd -wd 4244 -wd 4267 -wd 4566 -wd 4018 -analyze:projectdirectory C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\platform\\win32 -analyze:rulesetdirectory ;D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\EspXEngine.dll -FC -errorreport:prompt -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  73. "executionSuccessful": true
  74. }
  75. ],
  76. "artifacts": [
  77. {
  78. "location": {
  79. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/emf.c"
  80. },
  81. "roles": [
  82. "analysisTarget",
  83. "resultFile"
  84. ],
  85. "hashes": {
  86. "md5": "6d535616aa38ecd3bd9157b4f1ba2f1e"
  87. }
  88. },
  89. {
  90. "location": {
  91. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/common.h"
  92. },
  93. "hashes": {
  94. "md5": "4204dbbc879b836e2d98ba7e947037ca"
  95. }
  96. },
  97. {
  98. "location": {
  99. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zint.h"
  100. },
  101. "hashes": {
  102. "md5": "52ace3d3df4d440075f3460c1759b827"
  103. }
  104. },
  105. {
  106. "location": {
  107. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zintconfig.h"
  108. },
  109. "hashes": {
  110. "md5": "c79a63ec9936f235fa16610640c6ddb4"
  111. }
  112. },
  113. {
  114. "location": {
  115. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.h"
  116. },
  117. "hashes": {
  118. "md5": "6af75d55db05fdefb3fdc0db6e6fb1a2"
  119. }
  120. },
  121. {
  122. "location": {
  123. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/output.h"
  124. },
  125. "hashes": {
  126. "md5": "15c62089655f396890f0d781baffdfef"
  127. }
  128. },
  129. {
  130. "location": {
  131. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/emf.h"
  132. },
  133. "hashes": {
  134. "md5": "998da547ba5b99b51f7a0b0f1f0a47c9"
  135. }
  136. },
  137. {
  138. "location": {
  139. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/eci.c"
  140. },
  141. "roles": [
  142. "analysisTarget",
  143. "resultFile"
  144. ],
  145. "hashes": {
  146. "md5": "e9678c6c10d7b5d416c03c8858c45a9b"
  147. }
  148. },
  149. {
  150. "location": {
  151. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci.h"
  152. },
  153. "hashes": {
  154. "md5": "f2f0f7c011dc0a0d7c510f2fdbc70c6c"
  155. }
  156. },
  157. {
  158. "location": {
  159. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci_sb.h"
  160. },
  161. "hashes": {
  162. "md5": "26ea335e85f642fb5339f3fc239e686a"
  163. }
  164. },
  165. {
  166. "location": {
  167. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/big5.h"
  168. },
  169. "hashes": {
  170. "md5": "e0c8c14a7b09e5675d12982e3cb39a32"
  171. }
  172. },
  173. {
  174. "location": {
  175. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb18030.h"
  176. },
  177. "hashes": {
  178. "md5": "39f30b9e58753bc6f287fcecb6cc0cfa"
  179. }
  180. },
  181. {
  182. "location": {
  183. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb2312.h"
  184. },
  185. "hashes": {
  186. "md5": "6fce7e1ba34bc0c1375189bd99e55a72"
  187. }
  188. },
  189. {
  190. "location": {
  191. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gbk.h"
  192. },
  193. "hashes": {
  194. "md5": "3d5503c61be97727c804403048bd4233"
  195. }
  196. },
  197. {
  198. "location": {
  199. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/ksx1001.h"
  200. },
  201. "hashes": {
  202. "md5": "55d60b433b9a99e93afe5a233085f810"
  203. }
  204. },
  205. {
  206. "location": {
  207. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/sjis.h"
  208. },
  209. "hashes": {
  210. "md5": "72248d7bc4d344332d8cac0034d817ee"
  211. }
  212. },
  213. {
  214. "location": {
  215. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dxfilmedge.c"
  216. },
  217. "roles": [
  218. "analysisTarget"
  219. ],
  220. "hashes": {
  221. "md5": "f87df1bd444800d9edec38462b4cad23"
  222. }
  223. },
  224. {
  225. "location": {
  226. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  227. },
  228. "roles": [
  229. "analysisTarget",
  230. "resultFile"
  231. ],
  232. "hashes": {
  233. "md5": "e3f523ef7dad9213e8e718188c429f89"
  234. }
  235. },
  236. {
  237. "location": {
  238. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1.h"
  239. },
  240. "hashes": {
  241. "md5": "d43346840a9524bd9b70a3ab634e2a1c"
  242. }
  243. },
  244. {
  245. "location": {
  246. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dmatrix.c"
  247. },
  248. "roles": [
  249. "analysisTarget",
  250. "resultFile"
  251. ],
  252. "hashes": {
  253. "md5": "a941e5f609274d08ab76dc67c39f935b"
  254. }
  255. },
  256. {
  257. "location": {
  258. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/reedsol.h"
  259. },
  260. "hashes": {
  261. "md5": "689adb6be13e830305cac3006456111e"
  262. }
  263. },
  264. {
  265. "location": {
  266. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix.h"
  267. },
  268. "hashes": {
  269. "md5": "f85867e1c76fd4d6d302cbece71b590e"
  270. }
  271. },
  272. {
  273. "location": {
  274. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix_trace.h"
  275. },
  276. "hashes": {
  277. "md5": "89ffd7e33d004369193a5e51ebb714c5"
  278. }
  279. },
  280. {
  281. "location": {
  282. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dllversion.c"
  283. },
  284. "roles": [
  285. "analysisTarget"
  286. ],
  287. "hashes": {
  288. "md5": "06d0a86da29c0fe0e1a6995db79b956d"
  289. }
  290. },
  291. {
  292. "location": {
  293. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/composite.c"
  294. },
  295. "roles": [
  296. "analysisTarget",
  297. "resultFile"
  298. ],
  299. "hashes": {
  300. "md5": "68d22ba1cb0ccafcb1da0ba9fd50037f"
  301. }
  302. },
  303. {
  304. "location": {
  305. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417.h"
  306. },
  307. "hashes": {
  308. "md5": "b72ee8e321017130fed546f1b39c4486"
  309. }
  310. },
  311. {
  312. "location": {
  313. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/general_field.h"
  314. },
  315. "hashes": {
  316. "md5": "02523de2512651998303587be5f0a3e6"
  317. }
  318. },
  319. {
  320. "location": {
  321. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/composite.h"
  322. },
  323. "hashes": {
  324. "md5": "adfd98cf740d9430309d6a5ac6703d61"
  325. }
  326. },
  327. {
  328. "location": {
  329. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/common.c"
  330. },
  331. "roles": [
  332. "analysisTarget",
  333. "resultFile"
  334. ],
  335. "hashes": {
  336. "md5": "9b0c2ef9bd83407e387df4913d9cd035"
  337. }
  338. },
  339. {
  340. "location": {
  341. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code49.c"
  342. },
  343. "roles": [
  344. "analysisTarget",
  345. "resultFile"
  346. ],
  347. "hashes": {
  348. "md5": "debd938b5de2e6dd43f48192398beb06"
  349. }
  350. },
  351. {
  352. "location": {
  353. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code49.h"
  354. },
  355. "hashes": {
  356. "md5": "f6a892542846c700476501a1a4b34c24"
  357. }
  358. },
  359. {
  360. "location": {
  361. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code16k.c"
  362. },
  363. "roles": [
  364. "analysisTarget"
  365. ],
  366. "hashes": {
  367. "md5": "5d6c3fa6a17d3d7088772b2bb90f1dca"
  368. }
  369. },
  370. {
  371. "location": {
  372. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code128.h"
  373. },
  374. "hashes": {
  375. "md5": "f161f78cfd77f4839fe93551d75409a3"
  376. }
  377. },
  378. {
  379. "location": {
  380. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code128.c"
  381. },
  382. "roles": [
  383. "analysisTarget",
  384. "resultFile"
  385. ],
  386. "hashes": {
  387. "md5": "df9f2cc234a772fb5f2e382ffd4959f0"
  388. }
  389. },
  390. {
  391. "location": {
  392. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code1.c"
  393. },
  394. "roles": [
  395. "analysisTarget",
  396. "resultFile"
  397. ],
  398. "hashes": {
  399. "md5": "95ff3143619dfeebe6e75b8f401667ca"
  400. }
  401. },
  402. {
  403. "location": {
  404. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code1.h"
  405. },
  406. "hashes": {
  407. "md5": "a39892a0526184a130976f6e57599eaa"
  408. }
  409. },
  410. {
  411. "location": {
  412. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/large.h"
  413. },
  414. "hashes": {
  415. "md5": "f9d0bdd54b17e310d4e65fe4e747016c"
  416. }
  417. },
  418. {
  419. "location": {
  420. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  421. },
  422. "roles": [
  423. "analysisTarget",
  424. "resultFile"
  425. ],
  426. "hashes": {
  427. "md5": "d6d88ce7d50227925a3715b512b00628"
  428. }
  429. },
  430. {
  431. "location": {
  432. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/channel_precalcs.h"
  433. },
  434. "hashes": {
  435. "md5": "c04b4a9bdd4b6b12d2dd7e03d96988a5"
  436. }
  437. },
  438. {
  439. "location": {
  440. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/codablock.c"
  441. },
  442. "roles": [
  443. "analysisTarget",
  444. "resultFile"
  445. ],
  446. "hashes": {
  447. "md5": "3842daef00aef36153b6414b60e41a70"
  448. }
  449. },
  450. {
  451. "location": {
  452. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.c"
  453. },
  454. "roles": [
  455. "analysisTarget"
  456. ],
  457. "hashes": {
  458. "md5": "5f38a12a2e9e788cb027c18cb2348bc1"
  459. }
  460. },
  461. {
  462. "location": {
  463. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.h"
  464. },
  465. "hashes": {
  466. "md5": "27562f96aed61cafab58574ecdb6aed0"
  467. }
  468. },
  469. {
  470. "location": {
  471. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bc412.c"
  472. },
  473. "roles": [
  474. "analysisTarget"
  475. ],
  476. "hashes": {
  477. "md5": "6bf4dadf809e24be300f3c93f2f6d0ae"
  478. }
  479. },
  480. {
  481. "location": {
  482. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/aztec.c"
  483. },
  484. "roles": [
  485. "analysisTarget",
  486. "resultFile"
  487. ],
  488. "hashes": {
  489. "md5": "79d23d274482d5af5bd446a54ce56408"
  490. }
  491. },
  492. {
  493. "location": {
  494. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/aztec.h"
  495. },
  496. "hashes": {
  497. "md5": "43e465c7a56b8d1f2a652532efb86e05"
  498. }
  499. },
  500. {
  501. "location": {
  502. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/auspost.c"
  503. },
  504. "roles": [
  505. "analysisTarget",
  506. "resultFile"
  507. ],
  508. "hashes": {
  509. "md5": "6b437d9fa374f38303bdd8a30a68f27e"
  510. }
  511. },
  512. {
  513. "location": {
  514. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/2of5.c"
  515. },
  516. "roles": [
  517. "analysisTarget",
  518. "resultFile"
  519. ],
  520. "hashes": {
  521. "md5": "b0ef91f80a4152b004e1fdf5b536adff"
  522. }
  523. },
  524. {
  525. "location": {
  526. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.c"
  527. },
  528. "roles": [
  529. "analysisTarget"
  530. ],
  531. "hashes": {
  532. "md5": "95307720f0ec03c5d38e2894b804c60e"
  533. }
  534. },
  535. {
  536. "location": {
  537. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.h"
  538. },
  539. "hashes": {
  540. "md5": "da031c02c4d523fadc42cc72439f7a7e"
  541. }
  542. },
  543. {
  544. "location": {
  545. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_common.h"
  546. },
  547. "hashes": {
  548. "md5": "18da9dbfb9b275964a7d0032570b08ac"
  549. }
  550. },
  551. {
  552. "location": {
  553. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sb.h"
  554. },
  555. "hashes": {
  556. "md5": "187a854bf25bbf498b2202e94c8b5ac0"
  557. }
  558. },
  559. {
  560. "location": {
  561. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_big5.h"
  562. },
  563. "hashes": {
  564. "md5": "8beffe91bc05a8346770de8438ccbb9e"
  565. }
  566. },
  567. {
  568. "location": {
  569. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb18030.h"
  570. },
  571. "hashes": {
  572. "md5": "8ee8a6a22b80db942eca616d9f30bb11"
  573. }
  574. },
  575. {
  576. "location": {
  577. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb2312.h"
  578. },
  579. "hashes": {
  580. "md5": "f5f6b8cea973b9c4234ead49a33584b8"
  581. }
  582. },
  583. {
  584. "location": {
  585. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gbk.h"
  586. },
  587. "hashes": {
  588. "md5": "24d09e6b149d8e1077c8735d6787c95c"
  589. }
  590. },
  591. {
  592. "location": {
  593. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_ksx1001.h"
  594. },
  595. "hashes": {
  596. "md5": "f2e23d3f92470b9c9b1a21f67f1c0e54"
  597. }
  598. },
  599. {
  600. "location": {
  601. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sjis.h"
  602. },
  603. "hashes": {
  604. "md5": "3e81259e77f703403a0196aa85925e43"
  605. }
  606. },
  607. {
  608. "location": {
  609. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/qr.c"
  610. },
  611. "roles": [
  612. "analysisTarget",
  613. "resultFile"
  614. ],
  615. "hashes": {
  616. "md5": "74500d6a61ec64542dd8fc7392a92e40"
  617. }
  618. },
  619. {
  620. "location": {
  621. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/qr.h"
  622. },
  623. "hashes": {
  624. "md5": "b1ac11efe17386fcd32685829f953b45"
  625. }
  626. },
  627. {
  628. "location": {
  629. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ps.c"
  630. },
  631. "roles": [
  632. "analysisTarget",
  633. "resultFile"
  634. ],
  635. "hashes": {
  636. "md5": "ccb35287ba5ff21f9b084048874b5147"
  637. }
  638. }
  639. ]
  640. }
  641. ]
  642. }