tif.nativecodeanalysis.sarif 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  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/tif.c"
  17. },
  18. "region": {
  19. "startLine": 282,
  20. "startColumn": 33,
  21. "endLine": 282,
  22. "endColumn": 33
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "tif_pixel_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/tif.c"
  44. },
  45. "region": {
  46. "startLine": 283,
  47. "startColumn": 32,
  48. "endLine": 283,
  49. "endColumn": 32
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "tif_pixel_plot",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. {
  62. "ruleId": "C6255",
  63. "message": {
  64. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  65. },
  66. "locations": [
  67. {
  68. "physicalLocation": {
  69. "artifactLocation": {
  70. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/tif.c"
  71. },
  72. "region": {
  73. "startLine": 284,
  74. "startColumn": 35,
  75. "endLine": 284,
  76. "endColumn": 35
  77. }
  78. },
  79. "logicalLocations": [
  80. {
  81. "decoratedName": "tif_pixel_plot",
  82. "kind": "function"
  83. }
  84. ]
  85. }
  86. ]
  87. }
  88. ],
  89. "tool": {
  90. "driver": {
  91. "name": "PREfast",
  92. "fullName": "PREfast Code Analysis",
  93. "version": "14.29.30159.0",
  94. "informationUri": "https://aka.ms/cpp/ca"
  95. }
  96. },
  97. "invocations": [
  98. {
  99. "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_9fb2360aast -typedil -f ..\\..\\thirdparty\\zint\\backend\\tif.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\\tif.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",
  100. "executionSuccessful": true
  101. }
  102. ],
  103. "artifacts": [
  104. {
  105. "location": {
  106. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/emf.c"
  107. },
  108. "roles": [
  109. "analysisTarget",
  110. "resultFile"
  111. ],
  112. "hashes": {
  113. "md5": "6d535616aa38ecd3bd9157b4f1ba2f1e"
  114. }
  115. },
  116. {
  117. "location": {
  118. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/common.h"
  119. },
  120. "hashes": {
  121. "md5": "4204dbbc879b836e2d98ba7e947037ca"
  122. }
  123. },
  124. {
  125. "location": {
  126. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zint.h"
  127. },
  128. "hashes": {
  129. "md5": "52ace3d3df4d440075f3460c1759b827"
  130. }
  131. },
  132. {
  133. "location": {
  134. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zintconfig.h"
  135. },
  136. "hashes": {
  137. "md5": "c79a63ec9936f235fa16610640c6ddb4"
  138. }
  139. },
  140. {
  141. "location": {
  142. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.h"
  143. },
  144. "hashes": {
  145. "md5": "6af75d55db05fdefb3fdc0db6e6fb1a2"
  146. }
  147. },
  148. {
  149. "location": {
  150. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/output.h"
  151. },
  152. "hashes": {
  153. "md5": "15c62089655f396890f0d781baffdfef"
  154. }
  155. },
  156. {
  157. "location": {
  158. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/emf.h"
  159. },
  160. "hashes": {
  161. "md5": "998da547ba5b99b51f7a0b0f1f0a47c9"
  162. }
  163. },
  164. {
  165. "location": {
  166. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/eci.c"
  167. },
  168. "roles": [
  169. "analysisTarget",
  170. "resultFile"
  171. ],
  172. "hashes": {
  173. "md5": "e9678c6c10d7b5d416c03c8858c45a9b"
  174. }
  175. },
  176. {
  177. "location": {
  178. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci.h"
  179. },
  180. "hashes": {
  181. "md5": "f2f0f7c011dc0a0d7c510f2fdbc70c6c"
  182. }
  183. },
  184. {
  185. "location": {
  186. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci_sb.h"
  187. },
  188. "hashes": {
  189. "md5": "26ea335e85f642fb5339f3fc239e686a"
  190. }
  191. },
  192. {
  193. "location": {
  194. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/big5.h"
  195. },
  196. "hashes": {
  197. "md5": "e0c8c14a7b09e5675d12982e3cb39a32"
  198. }
  199. },
  200. {
  201. "location": {
  202. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb18030.h"
  203. },
  204. "hashes": {
  205. "md5": "39f30b9e58753bc6f287fcecb6cc0cfa"
  206. }
  207. },
  208. {
  209. "location": {
  210. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb2312.h"
  211. },
  212. "hashes": {
  213. "md5": "6fce7e1ba34bc0c1375189bd99e55a72"
  214. }
  215. },
  216. {
  217. "location": {
  218. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gbk.h"
  219. },
  220. "hashes": {
  221. "md5": "3d5503c61be97727c804403048bd4233"
  222. }
  223. },
  224. {
  225. "location": {
  226. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/ksx1001.h"
  227. },
  228. "hashes": {
  229. "md5": "55d60b433b9a99e93afe5a233085f810"
  230. }
  231. },
  232. {
  233. "location": {
  234. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/sjis.h"
  235. },
  236. "hashes": {
  237. "md5": "72248d7bc4d344332d8cac0034d817ee"
  238. }
  239. },
  240. {
  241. "location": {
  242. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dxfilmedge.c"
  243. },
  244. "roles": [
  245. "analysisTarget"
  246. ],
  247. "hashes": {
  248. "md5": "f87df1bd444800d9edec38462b4cad23"
  249. }
  250. },
  251. {
  252. "location": {
  253. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  254. },
  255. "roles": [
  256. "analysisTarget",
  257. "resultFile"
  258. ],
  259. "hashes": {
  260. "md5": "e3f523ef7dad9213e8e718188c429f89"
  261. }
  262. },
  263. {
  264. "location": {
  265. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1.h"
  266. },
  267. "hashes": {
  268. "md5": "d43346840a9524bd9b70a3ab634e2a1c"
  269. }
  270. },
  271. {
  272. "location": {
  273. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dmatrix.c"
  274. },
  275. "roles": [
  276. "analysisTarget",
  277. "resultFile"
  278. ],
  279. "hashes": {
  280. "md5": "a941e5f609274d08ab76dc67c39f935b"
  281. }
  282. },
  283. {
  284. "location": {
  285. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/reedsol.h"
  286. },
  287. "hashes": {
  288. "md5": "689adb6be13e830305cac3006456111e"
  289. }
  290. },
  291. {
  292. "location": {
  293. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix.h"
  294. },
  295. "hashes": {
  296. "md5": "f85867e1c76fd4d6d302cbece71b590e"
  297. }
  298. },
  299. {
  300. "location": {
  301. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix_trace.h"
  302. },
  303. "hashes": {
  304. "md5": "89ffd7e33d004369193a5e51ebb714c5"
  305. }
  306. },
  307. {
  308. "location": {
  309. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dllversion.c"
  310. },
  311. "roles": [
  312. "analysisTarget"
  313. ],
  314. "hashes": {
  315. "md5": "06d0a86da29c0fe0e1a6995db79b956d"
  316. }
  317. },
  318. {
  319. "location": {
  320. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/composite.c"
  321. },
  322. "roles": [
  323. "analysisTarget",
  324. "resultFile"
  325. ],
  326. "hashes": {
  327. "md5": "68d22ba1cb0ccafcb1da0ba9fd50037f"
  328. }
  329. },
  330. {
  331. "location": {
  332. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417.h"
  333. },
  334. "hashes": {
  335. "md5": "b72ee8e321017130fed546f1b39c4486"
  336. }
  337. },
  338. {
  339. "location": {
  340. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/general_field.h"
  341. },
  342. "hashes": {
  343. "md5": "02523de2512651998303587be5f0a3e6"
  344. }
  345. },
  346. {
  347. "location": {
  348. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/composite.h"
  349. },
  350. "hashes": {
  351. "md5": "adfd98cf740d9430309d6a5ac6703d61"
  352. }
  353. },
  354. {
  355. "location": {
  356. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/common.c"
  357. },
  358. "roles": [
  359. "analysisTarget",
  360. "resultFile"
  361. ],
  362. "hashes": {
  363. "md5": "9b0c2ef9bd83407e387df4913d9cd035"
  364. }
  365. },
  366. {
  367. "location": {
  368. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code49.c"
  369. },
  370. "roles": [
  371. "analysisTarget",
  372. "resultFile"
  373. ],
  374. "hashes": {
  375. "md5": "debd938b5de2e6dd43f48192398beb06"
  376. }
  377. },
  378. {
  379. "location": {
  380. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code49.h"
  381. },
  382. "hashes": {
  383. "md5": "f6a892542846c700476501a1a4b34c24"
  384. }
  385. },
  386. {
  387. "location": {
  388. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code16k.c"
  389. },
  390. "roles": [
  391. "analysisTarget"
  392. ],
  393. "hashes": {
  394. "md5": "5d6c3fa6a17d3d7088772b2bb90f1dca"
  395. }
  396. },
  397. {
  398. "location": {
  399. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code128.h"
  400. },
  401. "hashes": {
  402. "md5": "f161f78cfd77f4839fe93551d75409a3"
  403. }
  404. },
  405. {
  406. "location": {
  407. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code128.c"
  408. },
  409. "roles": [
  410. "analysisTarget",
  411. "resultFile"
  412. ],
  413. "hashes": {
  414. "md5": "df9f2cc234a772fb5f2e382ffd4959f0"
  415. }
  416. },
  417. {
  418. "location": {
  419. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code1.c"
  420. },
  421. "roles": [
  422. "analysisTarget",
  423. "resultFile"
  424. ],
  425. "hashes": {
  426. "md5": "95ff3143619dfeebe6e75b8f401667ca"
  427. }
  428. },
  429. {
  430. "location": {
  431. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code1.h"
  432. },
  433. "hashes": {
  434. "md5": "a39892a0526184a130976f6e57599eaa"
  435. }
  436. },
  437. {
  438. "location": {
  439. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/large.h"
  440. },
  441. "hashes": {
  442. "md5": "f9d0bdd54b17e310d4e65fe4e747016c"
  443. }
  444. },
  445. {
  446. "location": {
  447. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  448. },
  449. "roles": [
  450. "analysisTarget",
  451. "resultFile"
  452. ],
  453. "hashes": {
  454. "md5": "d6d88ce7d50227925a3715b512b00628"
  455. }
  456. },
  457. {
  458. "location": {
  459. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/channel_precalcs.h"
  460. },
  461. "hashes": {
  462. "md5": "c04b4a9bdd4b6b12d2dd7e03d96988a5"
  463. }
  464. },
  465. {
  466. "location": {
  467. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/codablock.c"
  468. },
  469. "roles": [
  470. "analysisTarget",
  471. "resultFile"
  472. ],
  473. "hashes": {
  474. "md5": "3842daef00aef36153b6414b60e41a70"
  475. }
  476. },
  477. {
  478. "location": {
  479. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.c"
  480. },
  481. "roles": [
  482. "analysisTarget"
  483. ],
  484. "hashes": {
  485. "md5": "5f38a12a2e9e788cb027c18cb2348bc1"
  486. }
  487. },
  488. {
  489. "location": {
  490. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.h"
  491. },
  492. "hashes": {
  493. "md5": "27562f96aed61cafab58574ecdb6aed0"
  494. }
  495. },
  496. {
  497. "location": {
  498. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bc412.c"
  499. },
  500. "roles": [
  501. "analysisTarget"
  502. ],
  503. "hashes": {
  504. "md5": "6bf4dadf809e24be300f3c93f2f6d0ae"
  505. }
  506. },
  507. {
  508. "location": {
  509. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/aztec.c"
  510. },
  511. "roles": [
  512. "analysisTarget",
  513. "resultFile"
  514. ],
  515. "hashes": {
  516. "md5": "79d23d274482d5af5bd446a54ce56408"
  517. }
  518. },
  519. {
  520. "location": {
  521. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/aztec.h"
  522. },
  523. "hashes": {
  524. "md5": "43e465c7a56b8d1f2a652532efb86e05"
  525. }
  526. },
  527. {
  528. "location": {
  529. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/auspost.c"
  530. },
  531. "roles": [
  532. "analysisTarget",
  533. "resultFile"
  534. ],
  535. "hashes": {
  536. "md5": "6b437d9fa374f38303bdd8a30a68f27e"
  537. }
  538. },
  539. {
  540. "location": {
  541. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/2of5.c"
  542. },
  543. "roles": [
  544. "analysisTarget",
  545. "resultFile"
  546. ],
  547. "hashes": {
  548. "md5": "b0ef91f80a4152b004e1fdf5b536adff"
  549. }
  550. },
  551. {
  552. "location": {
  553. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.c"
  554. },
  555. "roles": [
  556. "analysisTarget"
  557. ],
  558. "hashes": {
  559. "md5": "95307720f0ec03c5d38e2894b804c60e"
  560. }
  561. },
  562. {
  563. "location": {
  564. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.h"
  565. },
  566. "hashes": {
  567. "md5": "da031c02c4d523fadc42cc72439f7a7e"
  568. }
  569. },
  570. {
  571. "location": {
  572. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_common.h"
  573. },
  574. "hashes": {
  575. "md5": "18da9dbfb9b275964a7d0032570b08ac"
  576. }
  577. },
  578. {
  579. "location": {
  580. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sb.h"
  581. },
  582. "hashes": {
  583. "md5": "187a854bf25bbf498b2202e94c8b5ac0"
  584. }
  585. },
  586. {
  587. "location": {
  588. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_big5.h"
  589. },
  590. "hashes": {
  591. "md5": "8beffe91bc05a8346770de8438ccbb9e"
  592. }
  593. },
  594. {
  595. "location": {
  596. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb18030.h"
  597. },
  598. "hashes": {
  599. "md5": "8ee8a6a22b80db942eca616d9f30bb11"
  600. }
  601. },
  602. {
  603. "location": {
  604. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb2312.h"
  605. },
  606. "hashes": {
  607. "md5": "f5f6b8cea973b9c4234ead49a33584b8"
  608. }
  609. },
  610. {
  611. "location": {
  612. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gbk.h"
  613. },
  614. "hashes": {
  615. "md5": "24d09e6b149d8e1077c8735d6787c95c"
  616. }
  617. },
  618. {
  619. "location": {
  620. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_ksx1001.h"
  621. },
  622. "hashes": {
  623. "md5": "f2e23d3f92470b9c9b1a21f67f1c0e54"
  624. }
  625. },
  626. {
  627. "location": {
  628. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sjis.h"
  629. },
  630. "hashes": {
  631. "md5": "3e81259e77f703403a0196aa85925e43"
  632. }
  633. },
  634. {
  635. "location": {
  636. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/qr.c"
  637. },
  638. "roles": [
  639. "analysisTarget",
  640. "resultFile"
  641. ],
  642. "hashes": {
  643. "md5": "74500d6a61ec64542dd8fc7392a92e40"
  644. }
  645. },
  646. {
  647. "location": {
  648. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/qr.h"
  649. },
  650. "hashes": {
  651. "md5": "b1ac11efe17386fcd32685829f953b45"
  652. }
  653. },
  654. {
  655. "location": {
  656. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ps.c"
  657. },
  658. "roles": [
  659. "analysisTarget",
  660. "resultFile"
  661. ],
  662. "hashes": {
  663. "md5": "ccb35287ba5ff21f9b084048874b5147"
  664. }
  665. },
  666. {
  667. "location": {
  668. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/postal.c"
  669. },
  670. "roles": [
  671. "analysisTarget",
  672. "resultFile"
  673. ],
  674. "hashes": {
  675. "md5": "4b08aec153fb77aa523481bc567f44ec"
  676. }
  677. },
  678. {
  679. "location": {
  680. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/png.c"
  681. },
  682. "roles": [
  683. "analysisTarget"
  684. ],
  685. "hashes": {
  686. "md5": "d0818e12717a49154cd69b45bb6f93d0"
  687. }
  688. },
  689. {
  690. "location": {
  691. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/plessey.c"
  692. },
  693. "roles": [
  694. "analysisTarget",
  695. "resultFile"
  696. ],
  697. "hashes": {
  698. "md5": "9f182aa1244840540f3e2bb4241fbffd"
  699. }
  700. },
  701. {
  702. "location": {
  703. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/pdf417.c"
  704. },
  705. "roles": [
  706. "analysisTarget",
  707. "resultFile"
  708. ],
  709. "hashes": {
  710. "md5": "e3e0db57019a821084fa8336a2d8aaa4"
  711. }
  712. },
  713. {
  714. "location": {
  715. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417_tabs.h"
  716. },
  717. "hashes": {
  718. "md5": "ec7bc64f772b98c86208590028950eed"
  719. }
  720. },
  721. {
  722. "location": {
  723. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417_trace.h"
  724. },
  725. "hashes": {
  726. "md5": "81c44ed93e59c09f11302494ce507659"
  727. }
  728. },
  729. {
  730. "location": {
  731. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/pcx.c"
  732. },
  733. "roles": [
  734. "analysisTarget",
  735. "resultFile"
  736. ],
  737. "hashes": {
  738. "md5": "da5d3cd4d15f2803b3374ebb430bed3b"
  739. }
  740. },
  741. {
  742. "location": {
  743. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pcx.h"
  744. },
  745. "hashes": {
  746. "md5": "91cbdeeb41b603a9c7eebc8ea87cc682"
  747. }
  748. },
  749. {
  750. "location": {
  751. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/output.c"
  752. },
  753. "roles": [
  754. "analysisTarget",
  755. "resultFile"
  756. ],
  757. "hashes": {
  758. "md5": "acabb14edf95a53e712f718133c9994c"
  759. }
  760. },
  761. {
  762. "location": {
  763. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  764. },
  765. "roles": [
  766. "analysisTarget",
  767. "resultFile"
  768. ],
  769. "hashes": {
  770. "md5": "3cc3fd6c64c366ba9e0c8383132c4a4b"
  771. }
  772. },
  773. {
  774. "location": {
  775. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/maxicode.c"
  776. },
  777. "roles": [
  778. "analysisTarget",
  779. "resultFile"
  780. ],
  781. "hashes": {
  782. "md5": "b81ca5552a7f9bc5a4db7cb3bf5132d8"
  783. }
  784. },
  785. {
  786. "location": {
  787. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/maxicode.h"
  788. },
  789. "hashes": {
  790. "md5": "4366d9d6744597f62d15e9f4cb3cc7d5"
  791. }
  792. },
  793. {
  794. "location": {
  795. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/mailmark.c"
  796. },
  797. "roles": [
  798. "analysisTarget"
  799. ],
  800. "hashes": {
  801. "md5": "24452fff44c550cbf1c2f8eee47c9345"
  802. }
  803. },
  804. {
  805. "location": {
  806. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/library.c"
  807. },
  808. "roles": [
  809. "analysisTarget",
  810. "resultFile"
  811. ],
  812. "hashes": {
  813. "md5": "f10be747b1f47ab8af1cdf51a36a4a98"
  814. }
  815. },
  816. {
  817. "location": {
  818. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zfiletypes.h"
  819. },
  820. "hashes": {
  821. "md5": "222de9149ffee98bd3afa0ab00ba80f2"
  822. }
  823. },
  824. {
  825. "location": {
  826. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/large.c"
  827. },
  828. "roles": [
  829. "analysisTarget",
  830. "resultFile"
  831. ],
  832. "hashes": {
  833. "md5": "5b4daff9dcebfaac5855dd3a101b90e7"
  834. }
  835. },
  836. {
  837. "location": {
  838. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/imail.c"
  839. },
  840. "roles": [
  841. "analysisTarget"
  842. ],
  843. "hashes": {
  844. "md5": "ac0abe4bae5784dc9f2c72a221f43868"
  845. }
  846. },
  847. {
  848. "location": {
  849. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/hanxin.c"
  850. },
  851. "roles": [
  852. "analysisTarget",
  853. "resultFile"
  854. ],
  855. "hashes": {
  856. "md5": "32bd6d2d5af2903c098c8ac330601f22"
  857. }
  858. },
  859. {
  860. "location": {
  861. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/hanxin.h"
  862. },
  863. "hashes": {
  864. "md5": "830371ac098d31932983bbd57669b3da"
  865. }
  866. },
  867. {
  868. "location": {
  869. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/gs1.c"
  870. },
  871. "roles": [
  872. "analysisTarget",
  873. "resultFile"
  874. ],
  875. "hashes": {
  876. "md5": "9ba9592f977cf0a00666413f74ed3abb"
  877. }
  878. },
  879. {
  880. "location": {
  881. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/iso3166.h"
  882. },
  883. "hashes": {
  884. "md5": "e526fc644320f875fb769632598c9271"
  885. }
  886. },
  887. {
  888. "location": {
  889. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/iso4217.h"
  890. },
  891. "hashes": {
  892. "md5": "0c3c0bbdbbbe1a29411eae2a35fb191d"
  893. }
  894. },
  895. {
  896. "location": {
  897. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1_lint.h"
  898. },
  899. "hashes": {
  900. "md5": "da3ac3e784c568991d7cb582c4c00e06"
  901. }
  902. },
  903. {
  904. "location": {
  905. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/gridmtx.c"
  906. },
  907. "roles": [
  908. "analysisTarget",
  909. "resultFile"
  910. ],
  911. "hashes": {
  912. "md5": "491cc8e70b9f685090890f1dd6247645"
  913. }
  914. },
  915. {
  916. "location": {
  917. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gridmtx.h"
  918. },
  919. "hashes": {
  920. "md5": "6c421b4d4e4c9ccd95c20e652290d1e2"
  921. }
  922. },
  923. {
  924. "location": {
  925. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/gif.c"
  926. },
  927. "roles": [
  928. "analysisTarget",
  929. "resultFile"
  930. ],
  931. "hashes": {
  932. "md5": "d2b0f259a51794fb5cd13d6ff5d131d2"
  933. }
  934. },
  935. {
  936. "location": {
  937. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/general_field.c"
  938. },
  939. "roles": [
  940. "analysisTarget"
  941. ],
  942. "hashes": {
  943. "md5": "a338ea6bf5185dd892d4105bebcba7e7"
  944. }
  945. },
  946. {
  947. "location": {
  948. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.c"
  949. },
  950. "roles": [
  951. "analysisTarget"
  952. ],
  953. "hashes": {
  954. "md5": "17031f68a00e3ef5a8663de59ff62e2a"
  955. }
  956. },
  957. {
  958. "location": {
  959. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/vector.c"
  960. },
  961. "roles": [
  962. "analysisTarget",
  963. "resultFile"
  964. ],
  965. "hashes": {
  966. "md5": "e78793bebc3eecd059ac20f238eec0f4"
  967. }
  968. },
  969. {
  970. "location": {
  971. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/upcean.c"
  972. },
  973. "roles": [
  974. "analysisTarget"
  975. ],
  976. "hashes": {
  977. "md5": "ec273445edbeeae263cf7529b7980ff2"
  978. }
  979. },
  980. {
  981. "location": {
  982. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ultra.c"
  983. },
  984. "roles": [
  985. "analysisTarget",
  986. "resultFile"
  987. ],
  988. "hashes": {
  989. "md5": "353315996b2e51c60c4658a03e210ca5"
  990. }
  991. },
  992. {
  993. "location": {
  994. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/tif.c"
  995. },
  996. "roles": [
  997. "analysisTarget",
  998. "resultFile"
  999. ],
  1000. "hashes": {
  1001. "md5": "9742efc6e17d4b00ef6a4831ff3501fa"
  1002. }
  1003. },
  1004. {
  1005. "location": {
  1006. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/tif.h"
  1007. },
  1008. "hashes": {
  1009. "md5": "0e1efb0135b01a56bb49eaf86678bc26"
  1010. }
  1011. },
  1012. {
  1013. "location": {
  1014. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/tif_lzw.h"
  1015. },
  1016. "hashes": {
  1017. "md5": "d711f3defcb09d2e7b27f7bbf830b802"
  1018. }
  1019. }
  1020. ]
  1021. }
  1022. ]
  1023. }