code.nativecodeanalysis.sarif 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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": "C6001",
  9. "message": {
  10. "text": "Nicht initialisierter Speicher \"buffer[BYTE:0]\" wird verwendet."
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  17. },
  18. "region": {
  19. "startLine": 535,
  20. "startColumn": 34,
  21. "endLine": 535,
  22. "endColumn": 41
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "code93",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ],
  33. "codeFlows": [
  34. {
  35. "threadFlows": [
  36. {
  37. "locations": [
  38. {
  39. "location": {
  40. "physicalLocation": {
  41. "artifactLocation": {
  42. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  43. },
  44. "region": {
  45. "startLine": 500,
  46. "startColumn": 9
  47. }
  48. }
  49. },
  50. "importance": "unimportant"
  51. },
  52. {
  53. "location": {
  54. "physicalLocation": {
  55. "artifactLocation": {
  56. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  57. },
  58. "region": {
  59. "startLine": 501,
  60. "startColumn": 9
  61. }
  62. }
  63. },
  64. "importance": "unimportant"
  65. },
  66. {
  67. "location": {
  68. "physicalLocation": {
  69. "artifactLocation": {
  70. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  71. },
  72. "region": {
  73. "startLine": 501,
  74. "startColumn": 12
  75. }
  76. }
  77. },
  78. "importance": "unimportant"
  79. },
  80. {
  81. "location": {
  82. "physicalLocation": {
  83. "artifactLocation": {
  84. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  85. },
  86. "region": {
  87. "startLine": 501,
  88. "startColumn": 20
  89. }
  90. }
  91. },
  92. "importance": "unimportant"
  93. },
  94. {
  95. "location": {
  96. "physicalLocation": {
  97. "artifactLocation": {
  98. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  99. },
  100. "region": {
  101. "startLine": 501,
  102. "startColumn": 23
  103. }
  104. }
  105. },
  106. "importance": "unimportant"
  107. },
  108. {
  109. "location": {
  110. "physicalLocation": {
  111. "artifactLocation": {
  112. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  113. },
  114. "region": {
  115. "startLine": 501,
  116. "startColumn": 26
  117. }
  118. }
  119. },
  120. "importance": "unimportant"
  121. },
  122. {
  123. "location": {
  124. "physicalLocation": {
  125. "artifactLocation": {
  126. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  127. },
  128. "region": {
  129. "startLine": 502,
  130. "startColumn": 9
  131. }
  132. }
  133. },
  134. "importance": "unimportant"
  135. },
  136. {
  137. "location": {
  138. "physicalLocation": {
  139. "artifactLocation": {
  140. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  141. },
  142. "region": {
  143. "startLine": 503,
  144. "startColumn": 10
  145. }
  146. }
  147. },
  148. "importance": "unimportant"
  149. },
  150. {
  151. "location": {
  152. "physicalLocation": {
  153. "artifactLocation": {
  154. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  155. },
  156. "region": {
  157. "startLine": 504,
  158. "startColumn": 11
  159. }
  160. }
  161. },
  162. "importance": "unimportant"
  163. },
  164. {
  165. "location": {
  166. "physicalLocation": {
  167. "artifactLocation": {
  168. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  169. },
  170. "region": {
  171. "startLine": 505,
  172. "startColumn": 10
  173. }
  174. }
  175. },
  176. "importance": "unimportant"
  177. },
  178. {
  179. "location": {
  180. "physicalLocation": {
  181. "artifactLocation": {
  182. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  183. },
  184. "region": {
  185. "startLine": 506,
  186. "startColumn": 11
  187. }
  188. }
  189. },
  190. "importance": "unimportant"
  191. },
  192. {
  193. "location": {
  194. "physicalLocation": {
  195. "artifactLocation": {
  196. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  197. },
  198. "region": {
  199. "startLine": 511,
  200. "startColumn": 16
  201. }
  202. },
  203. "message": {
  204. "text": "Diese Verzweigung überspringen (Annahme: \"length>123\" ist false)"
  205. }
  206. },
  207. "kinds": [
  208. "branch"
  209. ],
  210. "importance": "important"
  211. },
  212. {
  213. "location": {
  214. "physicalLocation": {
  215. "artifactLocation": {
  216. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  217. },
  218. "region": {
  219. "startLine": 516,
  220. "startColumn": 12
  221. }
  222. }
  223. },
  224. "importance": "unimportant"
  225. },
  226. {
  227. "location": {
  228. "physicalLocation": {
  229. "artifactLocation": {
  230. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  231. },
  232. "region": {
  233. "startLine": 516,
  234. "startColumn": 19
  235. }
  236. },
  237. "message": {
  238. "text": "Diese Schleife überspringen (Annahme: \"i<length\" ist false)"
  239. }
  240. },
  241. "kinds": [
  242. "branch"
  243. ],
  244. "importance": "important"
  245. },
  246. {
  247. "location": {
  248. "physicalLocation": {
  249. "artifactLocation": {
  250. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  251. },
  252. "region": {
  253. "startLine": 528,
  254. "startColumn": 7
  255. }
  256. }
  257. },
  258. "importance": "unimportant"
  259. },
  260. {
  261. "location": {
  262. "physicalLocation": {
  263. "artifactLocation": {
  264. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  265. },
  266. "region": {
  267. "startLine": 529,
  268. "startColumn": 11
  269. }
  270. },
  271. "message": {
  272. "text": "Diese Verzweigung überspringen (Annahme: \"h>123\" ist false)"
  273. }
  274. },
  275. "kinds": [
  276. "branch"
  277. ],
  278. "importance": "important"
  279. },
  280. {
  281. "location": {
  282. "physicalLocation": {
  283. "artifactLocation": {
  284. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  285. },
  286. "region": {
  287. "startLine": 534,
  288. "startColumn": 12
  289. }
  290. }
  291. },
  292. "importance": "unimportant"
  293. },
  294. {
  295. "location": {
  296. "physicalLocation": {
  297. "artifactLocation": {
  298. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  299. },
  300. "region": {
  301. "startLine": 534,
  302. "startColumn": 19
  303. }
  304. },
  305. "message": {
  306. "text": "In diese Schleife eintreten (Annahme: \"i<h\")"
  307. }
  308. },
  309. "kinds": [
  310. "branch"
  311. ],
  312. "importance": "important"
  313. },
  314. {
  315. "location": {
  316. "physicalLocation": {
  317. "artifactLocation": {
  318. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  319. },
  320. "region": {
  321. "startLine": 535,
  322. "startColumn": 19
  323. }
  324. }
  325. },
  326. "importance": "unimportant"
  327. },
  328. {
  329. "location": {
  330. "physicalLocation": {
  331. "artifactLocation": {
  332. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  333. },
  334. "region": {
  335. "startLine": 535,
  336. "startColumn": 40
  337. }
  338. },
  339. "message": {
  340. "text": "\"buffer[BYTE:0]\" wird verwendet, wurde jedoch möglicherweise nicht initialisiert."
  341. }
  342. },
  343. "kinds": [
  344. "usage"
  345. ],
  346. "importance": "essential"
  347. }
  348. ]
  349. }
  350. ]
  351. }
  352. ]
  353. }
  354. ],
  355. "tool": {
  356. "driver": {
  357. "name": "PREfast",
  358. "fullName": "PREfast Code Analysis",
  359. "version": "14.29.30159.0",
  360. "informationUri": "https://aka.ms/cpp/ca"
  361. }
  362. },
  363. "invocations": [
  364. {
  365. "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_0a4d8961ast -typedil -f ..\\..\\thirdparty\\zint\\backend\\code.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\\code.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",
  366. "executionSuccessful": true
  367. }
  368. ],
  369. "artifacts": [
  370. {
  371. "location": {
  372. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/emf.c"
  373. },
  374. "roles": [
  375. "analysisTarget",
  376. "resultFile"
  377. ],
  378. "hashes": {
  379. "md5": "6d535616aa38ecd3bd9157b4f1ba2f1e"
  380. }
  381. },
  382. {
  383. "location": {
  384. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/common.h"
  385. },
  386. "hashes": {
  387. "md5": "4204dbbc879b836e2d98ba7e947037ca"
  388. }
  389. },
  390. {
  391. "location": {
  392. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zint.h"
  393. },
  394. "hashes": {
  395. "md5": "52ace3d3df4d440075f3460c1759b827"
  396. }
  397. },
  398. {
  399. "location": {
  400. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zintconfig.h"
  401. },
  402. "hashes": {
  403. "md5": "c79a63ec9936f235fa16610640c6ddb4"
  404. }
  405. },
  406. {
  407. "location": {
  408. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.h"
  409. },
  410. "hashes": {
  411. "md5": "6af75d55db05fdefb3fdc0db6e6fb1a2"
  412. }
  413. },
  414. {
  415. "location": {
  416. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/output.h"
  417. },
  418. "hashes": {
  419. "md5": "15c62089655f396890f0d781baffdfef"
  420. }
  421. },
  422. {
  423. "location": {
  424. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/emf.h"
  425. },
  426. "hashes": {
  427. "md5": "998da547ba5b99b51f7a0b0f1f0a47c9"
  428. }
  429. },
  430. {
  431. "location": {
  432. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/eci.c"
  433. },
  434. "roles": [
  435. "analysisTarget",
  436. "resultFile"
  437. ],
  438. "hashes": {
  439. "md5": "e9678c6c10d7b5d416c03c8858c45a9b"
  440. }
  441. },
  442. {
  443. "location": {
  444. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci.h"
  445. },
  446. "hashes": {
  447. "md5": "f2f0f7c011dc0a0d7c510f2fdbc70c6c"
  448. }
  449. },
  450. {
  451. "location": {
  452. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci_sb.h"
  453. },
  454. "hashes": {
  455. "md5": "26ea335e85f642fb5339f3fc239e686a"
  456. }
  457. },
  458. {
  459. "location": {
  460. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/big5.h"
  461. },
  462. "hashes": {
  463. "md5": "e0c8c14a7b09e5675d12982e3cb39a32"
  464. }
  465. },
  466. {
  467. "location": {
  468. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb18030.h"
  469. },
  470. "hashes": {
  471. "md5": "39f30b9e58753bc6f287fcecb6cc0cfa"
  472. }
  473. },
  474. {
  475. "location": {
  476. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb2312.h"
  477. },
  478. "hashes": {
  479. "md5": "6fce7e1ba34bc0c1375189bd99e55a72"
  480. }
  481. },
  482. {
  483. "location": {
  484. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gbk.h"
  485. },
  486. "hashes": {
  487. "md5": "3d5503c61be97727c804403048bd4233"
  488. }
  489. },
  490. {
  491. "location": {
  492. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/ksx1001.h"
  493. },
  494. "hashes": {
  495. "md5": "55d60b433b9a99e93afe5a233085f810"
  496. }
  497. },
  498. {
  499. "location": {
  500. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/sjis.h"
  501. },
  502. "hashes": {
  503. "md5": "72248d7bc4d344332d8cac0034d817ee"
  504. }
  505. },
  506. {
  507. "location": {
  508. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dxfilmedge.c"
  509. },
  510. "roles": [
  511. "analysisTarget"
  512. ],
  513. "hashes": {
  514. "md5": "f87df1bd444800d9edec38462b4cad23"
  515. }
  516. },
  517. {
  518. "location": {
  519. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  520. },
  521. "roles": [
  522. "analysisTarget",
  523. "resultFile"
  524. ],
  525. "hashes": {
  526. "md5": "e3f523ef7dad9213e8e718188c429f89"
  527. }
  528. },
  529. {
  530. "location": {
  531. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1.h"
  532. },
  533. "hashes": {
  534. "md5": "d43346840a9524bd9b70a3ab634e2a1c"
  535. }
  536. },
  537. {
  538. "location": {
  539. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dmatrix.c"
  540. },
  541. "roles": [
  542. "analysisTarget",
  543. "resultFile"
  544. ],
  545. "hashes": {
  546. "md5": "a941e5f609274d08ab76dc67c39f935b"
  547. }
  548. },
  549. {
  550. "location": {
  551. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/reedsol.h"
  552. },
  553. "hashes": {
  554. "md5": "689adb6be13e830305cac3006456111e"
  555. }
  556. },
  557. {
  558. "location": {
  559. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix.h"
  560. },
  561. "hashes": {
  562. "md5": "f85867e1c76fd4d6d302cbece71b590e"
  563. }
  564. },
  565. {
  566. "location": {
  567. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix_trace.h"
  568. },
  569. "hashes": {
  570. "md5": "89ffd7e33d004369193a5e51ebb714c5"
  571. }
  572. },
  573. {
  574. "location": {
  575. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dllversion.c"
  576. },
  577. "roles": [
  578. "analysisTarget"
  579. ],
  580. "hashes": {
  581. "md5": "06d0a86da29c0fe0e1a6995db79b956d"
  582. }
  583. },
  584. {
  585. "location": {
  586. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/composite.c"
  587. },
  588. "roles": [
  589. "analysisTarget",
  590. "resultFile"
  591. ],
  592. "hashes": {
  593. "md5": "68d22ba1cb0ccafcb1da0ba9fd50037f"
  594. }
  595. },
  596. {
  597. "location": {
  598. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417.h"
  599. },
  600. "hashes": {
  601. "md5": "b72ee8e321017130fed546f1b39c4486"
  602. }
  603. },
  604. {
  605. "location": {
  606. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/general_field.h"
  607. },
  608. "hashes": {
  609. "md5": "02523de2512651998303587be5f0a3e6"
  610. }
  611. },
  612. {
  613. "location": {
  614. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/composite.h"
  615. },
  616. "hashes": {
  617. "md5": "adfd98cf740d9430309d6a5ac6703d61"
  618. }
  619. },
  620. {
  621. "location": {
  622. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/common.c"
  623. },
  624. "roles": [
  625. "analysisTarget",
  626. "resultFile"
  627. ],
  628. "hashes": {
  629. "md5": "9b0c2ef9bd83407e387df4913d9cd035"
  630. }
  631. },
  632. {
  633. "location": {
  634. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code49.c"
  635. },
  636. "roles": [
  637. "analysisTarget",
  638. "resultFile"
  639. ],
  640. "hashes": {
  641. "md5": "debd938b5de2e6dd43f48192398beb06"
  642. }
  643. },
  644. {
  645. "location": {
  646. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code49.h"
  647. },
  648. "hashes": {
  649. "md5": "f6a892542846c700476501a1a4b34c24"
  650. }
  651. },
  652. {
  653. "location": {
  654. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code16k.c"
  655. },
  656. "roles": [
  657. "analysisTarget"
  658. ],
  659. "hashes": {
  660. "md5": "5d6c3fa6a17d3d7088772b2bb90f1dca"
  661. }
  662. },
  663. {
  664. "location": {
  665. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code128.h"
  666. },
  667. "hashes": {
  668. "md5": "f161f78cfd77f4839fe93551d75409a3"
  669. }
  670. },
  671. {
  672. "location": {
  673. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code128.c"
  674. },
  675. "roles": [
  676. "analysisTarget",
  677. "resultFile"
  678. ],
  679. "hashes": {
  680. "md5": "df9f2cc234a772fb5f2e382ffd4959f0"
  681. }
  682. },
  683. {
  684. "location": {
  685. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code1.c"
  686. },
  687. "roles": [
  688. "analysisTarget",
  689. "resultFile"
  690. ],
  691. "hashes": {
  692. "md5": "95ff3143619dfeebe6e75b8f401667ca"
  693. }
  694. },
  695. {
  696. "location": {
  697. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code1.h"
  698. },
  699. "hashes": {
  700. "md5": "a39892a0526184a130976f6e57599eaa"
  701. }
  702. },
  703. {
  704. "location": {
  705. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/large.h"
  706. },
  707. "hashes": {
  708. "md5": "f9d0bdd54b17e310d4e65fe4e747016c"
  709. }
  710. },
  711. {
  712. "location": {
  713. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  714. },
  715. "roles": [
  716. "analysisTarget",
  717. "resultFile"
  718. ],
  719. "hashes": {
  720. "md5": "d6d88ce7d50227925a3715b512b00628"
  721. }
  722. },
  723. {
  724. "location": {
  725. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/channel_precalcs.h"
  726. },
  727. "hashes": {
  728. "md5": "c04b4a9bdd4b6b12d2dd7e03d96988a5"
  729. }
  730. }
  731. ]
  732. }
  733. ]
  734. }