medical.nativecodeanalysis.sarif 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142
  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": "C6386",
  9. "message": {
  10. "text": "Pufferüberlauf beim Schreiben nach \"symbol->text\": die schreibbare Größe beträgt \"256\" Byte, es können jedoch \"-1\" Byte geschrieben werden."
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  17. },
  18. "region": {
  19. "startLine": 286,
  20. "startColumn": 9,
  21. "endLine": 286,
  22. "endColumn": 44
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "codabar",
  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/medical.c"
  43. },
  44. "region": {
  45. "startLine": 203,
  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/medical.c"
  57. },
  58. "region": {
  59. "startLine": 203,
  60. "startColumn": 12
  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/medical.c"
  71. },
  72. "region": {
  73. "startLine": 204,
  74. "startColumn": 9
  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/medical.c"
  85. },
  86. "region": {
  87. "startLine": 205,
  88. "startColumn": 10
  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/medical.c"
  99. },
  100. "region": {
  101. "startLine": 206,
  102. "startColumn": 11
  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/medical.c"
  113. },
  114. "region": {
  115. "startLine": 207,
  116. "startColumn": 9
  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/medical.c"
  127. },
  128. "region": {
  129. "startLine": 207,
  130. "startColumn": 23
  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/medical.c"
  141. },
  142. "region": {
  143. "startLine": 207,
  144. "startColumn": 34
  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/medical.c"
  155. },
  156. "region": {
  157. "startLine": 208,
  158. "startColumn": 9
  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/medical.c"
  169. },
  170. "region": {
  171. "startLine": 210,
  172. "startColumn": 16
  173. }
  174. },
  175. "message": {
  176. "text": "Diese Verzweigung überspringen (Annahme: \"length>103\" ist false)"
  177. }
  178. },
  179. "kinds": [
  180. "branch"
  181. ],
  182. "importance": "important"
  183. },
  184. {
  185. "location": {
  186. "physicalLocation": {
  187. "artifactLocation": {
  188. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  189. },
  190. "region": {
  191. "startLine": 215,
  192. "startColumn": 16
  193. }
  194. },
  195. "message": {
  196. "text": "Diese Verzweigung überspringen (Annahme: \"length<3\" ist false)"
  197. }
  198. },
  199. "kinds": [
  200. "branch"
  201. ],
  202. "importance": "important"
  203. },
  204. {
  205. "location": {
  206. "physicalLocation": {
  207. "artifactLocation": {
  208. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  209. },
  210. "region": {
  211. "startLine": 218,
  212. "startColumn": 13
  213. }
  214. }
  215. },
  216. "importance": "unimportant"
  217. },
  218. {
  219. "location": {
  220. "physicalLocation": {
  221. "artifactLocation": {
  222. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  223. },
  224. "region": {
  225. "startLine": 222,
  226. "startColumn": 13
  227. }
  228. },
  229. "message": {
  230. "text": "Diese Verzweigung überspringen (Annahme: \"<Verzweigungsbedingung>\" ist false)"
  231. }
  232. },
  233. "kinds": [
  234. "branch"
  235. ],
  236. "importance": "important"
  237. },
  238. {
  239. "location": {
  240. "physicalLocation": {
  241. "artifactLocation": {
  242. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  243. },
  244. "region": {
  245. "startLine": 226,
  246. "startColumn": 41
  247. }
  248. },
  249. "message": {
  250. "text": "Diese Verzweigung überspringen (Annahme: \"<Verzweigungsbedingung>\" ist false)"
  251. }
  252. },
  253. "kinds": [
  254. "branch"
  255. ],
  256. "importance": "important"
  257. },
  258. {
  259. "location": {
  260. "physicalLocation": {
  261. "artifactLocation": {
  262. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  263. },
  264. "region": {
  265. "startLine": 229,
  266. "startColumn": 12
  267. }
  268. },
  269. "message": {
  270. "text": "Diese Verzweigung überspringen (Annahme: \"<Verzweigungsbedingung>\" ist false)"
  271. }
  272. },
  273. "kinds": [
  274. "branch"
  275. ],
  276. "importance": "important"
  277. },
  278. {
  279. "location": {
  280. "physicalLocation": {
  281. "artifactLocation": {
  282. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  283. },
  284. "region": {
  285. "startLine": 234,
  286. "startColumn": 12
  287. }
  288. },
  289. "message": {
  290. "text": "Diese Verzweigung überspringen (Annahme: \"<Verzweigungsbedingung>\" ist false)"
  291. }
  292. },
  293. "kinds": [
  294. "branch"
  295. ],
  296. "importance": "important"
  297. },
  298. {
  299. "location": {
  300. "physicalLocation": {
  301. "artifactLocation": {
  302. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  303. },
  304. "region": {
  305. "startLine": 241,
  306. "startColumn": 18
  307. }
  308. }
  309. },
  310. "importance": "unimportant"
  311. },
  312. {
  313. "location": {
  314. "physicalLocation": {
  315. "artifactLocation": {
  316. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  317. },
  318. "region": {
  319. "startLine": 243,
  320. "startColumn": 12
  321. }
  322. }
  323. },
  324. "importance": "unimportant"
  325. },
  326. {
  327. "location": {
  328. "physicalLocation": {
  329. "artifactLocation": {
  330. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  331. },
  332. "region": {
  333. "startLine": 243,
  334. "startColumn": 19
  335. }
  336. },
  337. "message": {
  338. "text": "Diese Schleife überspringen (Annahme: \"i<length\" ist false)"
  339. }
  340. },
  341. "kinds": [
  342. "branch"
  343. ],
  344. "importance": "important"
  345. },
  346. {
  347. "location": {
  348. "physicalLocation": {
  349. "artifactLocation": {
  350. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  351. },
  352. "region": {
  353. "startLine": 266,
  354. "startColumn": 11
  355. }
  356. }
  357. },
  358. "importance": "unimportant"
  359. },
  360. {
  361. "location": {
  362. "physicalLocation": {
  363. "artifactLocation": {
  364. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  365. },
  366. "region": {
  367. "startLine": 268,
  368. "startColumn": 32
  369. }
  370. }
  371. },
  372. "importance": "unimportant"
  373. },
  374. {
  375. "location": {
  376. "physicalLocation": {
  377. "artifactLocation": {
  378. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  379. },
  380. "region": {
  381. "startLine": 281,
  382. "startColumn": 26
  383. }
  384. }
  385. },
  386. "importance": "unimportant"
  387. },
  388. {
  389. "location": {
  390. "physicalLocation": {
  391. "artifactLocation": {
  392. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  393. },
  394. "region": {
  395. "startLine": 284,
  396. "startColumn": 5
  397. }
  398. },
  399. "message": {
  400. "text": "\"text\" ist eine Ausgabe von \"strcpy\" (in <no file>:0 deklariert)"
  401. }
  402. },
  403. "kinds": [
  404. "declaration"
  405. ],
  406. "importance": "important"
  407. },
  408. {
  409. "location": {
  410. "physicalLocation": {
  411. "artifactLocation": {
  412. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  413. },
  414. "region": {
  415. "startLine": 285,
  416. "startColumn": 26
  417. }
  418. },
  419. "message": {
  420. "text": "In diese Verzweigung eintreten (Annahme: \"symbol->option_2==2\")"
  421. }
  422. },
  423. "kinds": [
  424. "branch"
  425. ],
  426. "importance": "important"
  427. },
  428. {
  429. "location": {
  430. "physicalLocation": {
  431. "artifactLocation": {
  432. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  433. },
  434. "region": {
  435. "startLine": 286,
  436. "startColumn": 34
  437. }
  438. },
  439. "message": {
  440. "text": "Ungültiger Schreibvorgang nach \"symbol->text[-1]\" (der schreibbare Bereich ist 0 bis 255)"
  441. }
  442. },
  443. "kinds": [
  444. "usage"
  445. ],
  446. "importance": "essential"
  447. }
  448. ]
  449. }
  450. ]
  451. }
  452. ]
  453. }
  454. ],
  455. "tool": {
  456. "driver": {
  457. "name": "PREfast",
  458. "fullName": "PREfast Code Analysis",
  459. "version": "14.29.30159.0",
  460. "informationUri": "https://aka.ms/cpp/ca"
  461. }
  462. },
  463. "invocations": [
  464. {
  465. "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_f9d45480ast -typedil -f ..\\..\\thirdparty\\zint\\backend\\medical.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\\medical.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",
  466. "executionSuccessful": true
  467. }
  468. ],
  469. "artifacts": [
  470. {
  471. "location": {
  472. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/emf.c"
  473. },
  474. "roles": [
  475. "analysisTarget",
  476. "resultFile"
  477. ],
  478. "hashes": {
  479. "md5": "6d535616aa38ecd3bd9157b4f1ba2f1e"
  480. }
  481. },
  482. {
  483. "location": {
  484. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/common.h"
  485. },
  486. "hashes": {
  487. "md5": "4204dbbc879b836e2d98ba7e947037ca"
  488. }
  489. },
  490. {
  491. "location": {
  492. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zint.h"
  493. },
  494. "hashes": {
  495. "md5": "52ace3d3df4d440075f3460c1759b827"
  496. }
  497. },
  498. {
  499. "location": {
  500. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zintconfig.h"
  501. },
  502. "hashes": {
  503. "md5": "c79a63ec9936f235fa16610640c6ddb4"
  504. }
  505. },
  506. {
  507. "location": {
  508. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.h"
  509. },
  510. "hashes": {
  511. "md5": "6af75d55db05fdefb3fdc0db6e6fb1a2"
  512. }
  513. },
  514. {
  515. "location": {
  516. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/output.h"
  517. },
  518. "hashes": {
  519. "md5": "15c62089655f396890f0d781baffdfef"
  520. }
  521. },
  522. {
  523. "location": {
  524. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/emf.h"
  525. },
  526. "hashes": {
  527. "md5": "998da547ba5b99b51f7a0b0f1f0a47c9"
  528. }
  529. },
  530. {
  531. "location": {
  532. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/eci.c"
  533. },
  534. "roles": [
  535. "analysisTarget",
  536. "resultFile"
  537. ],
  538. "hashes": {
  539. "md5": "e9678c6c10d7b5d416c03c8858c45a9b"
  540. }
  541. },
  542. {
  543. "location": {
  544. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci.h"
  545. },
  546. "hashes": {
  547. "md5": "f2f0f7c011dc0a0d7c510f2fdbc70c6c"
  548. }
  549. },
  550. {
  551. "location": {
  552. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci_sb.h"
  553. },
  554. "hashes": {
  555. "md5": "26ea335e85f642fb5339f3fc239e686a"
  556. }
  557. },
  558. {
  559. "location": {
  560. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/big5.h"
  561. },
  562. "hashes": {
  563. "md5": "e0c8c14a7b09e5675d12982e3cb39a32"
  564. }
  565. },
  566. {
  567. "location": {
  568. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb18030.h"
  569. },
  570. "hashes": {
  571. "md5": "39f30b9e58753bc6f287fcecb6cc0cfa"
  572. }
  573. },
  574. {
  575. "location": {
  576. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb2312.h"
  577. },
  578. "hashes": {
  579. "md5": "6fce7e1ba34bc0c1375189bd99e55a72"
  580. }
  581. },
  582. {
  583. "location": {
  584. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gbk.h"
  585. },
  586. "hashes": {
  587. "md5": "3d5503c61be97727c804403048bd4233"
  588. }
  589. },
  590. {
  591. "location": {
  592. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/ksx1001.h"
  593. },
  594. "hashes": {
  595. "md5": "55d60b433b9a99e93afe5a233085f810"
  596. }
  597. },
  598. {
  599. "location": {
  600. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/sjis.h"
  601. },
  602. "hashes": {
  603. "md5": "72248d7bc4d344332d8cac0034d817ee"
  604. }
  605. },
  606. {
  607. "location": {
  608. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dxfilmedge.c"
  609. },
  610. "roles": [
  611. "analysisTarget"
  612. ],
  613. "hashes": {
  614. "md5": "f87df1bd444800d9edec38462b4cad23"
  615. }
  616. },
  617. {
  618. "location": {
  619. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  620. },
  621. "roles": [
  622. "analysisTarget",
  623. "resultFile"
  624. ],
  625. "hashes": {
  626. "md5": "e3f523ef7dad9213e8e718188c429f89"
  627. }
  628. },
  629. {
  630. "location": {
  631. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1.h"
  632. },
  633. "hashes": {
  634. "md5": "d43346840a9524bd9b70a3ab634e2a1c"
  635. }
  636. },
  637. {
  638. "location": {
  639. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dmatrix.c"
  640. },
  641. "roles": [
  642. "analysisTarget",
  643. "resultFile"
  644. ],
  645. "hashes": {
  646. "md5": "a941e5f609274d08ab76dc67c39f935b"
  647. }
  648. },
  649. {
  650. "location": {
  651. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/reedsol.h"
  652. },
  653. "hashes": {
  654. "md5": "689adb6be13e830305cac3006456111e"
  655. }
  656. },
  657. {
  658. "location": {
  659. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix.h"
  660. },
  661. "hashes": {
  662. "md5": "f85867e1c76fd4d6d302cbece71b590e"
  663. }
  664. },
  665. {
  666. "location": {
  667. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dmatrix_trace.h"
  668. },
  669. "hashes": {
  670. "md5": "89ffd7e33d004369193a5e51ebb714c5"
  671. }
  672. },
  673. {
  674. "location": {
  675. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dllversion.c"
  676. },
  677. "roles": [
  678. "analysisTarget"
  679. ],
  680. "hashes": {
  681. "md5": "06d0a86da29c0fe0e1a6995db79b956d"
  682. }
  683. },
  684. {
  685. "location": {
  686. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/composite.c"
  687. },
  688. "roles": [
  689. "analysisTarget",
  690. "resultFile"
  691. ],
  692. "hashes": {
  693. "md5": "68d22ba1cb0ccafcb1da0ba9fd50037f"
  694. }
  695. },
  696. {
  697. "location": {
  698. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417.h"
  699. },
  700. "hashes": {
  701. "md5": "b72ee8e321017130fed546f1b39c4486"
  702. }
  703. },
  704. {
  705. "location": {
  706. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/general_field.h"
  707. },
  708. "hashes": {
  709. "md5": "02523de2512651998303587be5f0a3e6"
  710. }
  711. },
  712. {
  713. "location": {
  714. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/composite.h"
  715. },
  716. "hashes": {
  717. "md5": "adfd98cf740d9430309d6a5ac6703d61"
  718. }
  719. },
  720. {
  721. "location": {
  722. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/common.c"
  723. },
  724. "roles": [
  725. "analysisTarget",
  726. "resultFile"
  727. ],
  728. "hashes": {
  729. "md5": "9b0c2ef9bd83407e387df4913d9cd035"
  730. }
  731. },
  732. {
  733. "location": {
  734. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code49.c"
  735. },
  736. "roles": [
  737. "analysisTarget",
  738. "resultFile"
  739. ],
  740. "hashes": {
  741. "md5": "debd938b5de2e6dd43f48192398beb06"
  742. }
  743. },
  744. {
  745. "location": {
  746. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code49.h"
  747. },
  748. "hashes": {
  749. "md5": "f6a892542846c700476501a1a4b34c24"
  750. }
  751. },
  752. {
  753. "location": {
  754. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code16k.c"
  755. },
  756. "roles": [
  757. "analysisTarget"
  758. ],
  759. "hashes": {
  760. "md5": "5d6c3fa6a17d3d7088772b2bb90f1dca"
  761. }
  762. },
  763. {
  764. "location": {
  765. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code128.h"
  766. },
  767. "hashes": {
  768. "md5": "f161f78cfd77f4839fe93551d75409a3"
  769. }
  770. },
  771. {
  772. "location": {
  773. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code128.c"
  774. },
  775. "roles": [
  776. "analysisTarget",
  777. "resultFile"
  778. ],
  779. "hashes": {
  780. "md5": "df9f2cc234a772fb5f2e382ffd4959f0"
  781. }
  782. },
  783. {
  784. "location": {
  785. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code1.c"
  786. },
  787. "roles": [
  788. "analysisTarget",
  789. "resultFile"
  790. ],
  791. "hashes": {
  792. "md5": "95ff3143619dfeebe6e75b8f401667ca"
  793. }
  794. },
  795. {
  796. "location": {
  797. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/code1.h"
  798. },
  799. "hashes": {
  800. "md5": "a39892a0526184a130976f6e57599eaa"
  801. }
  802. },
  803. {
  804. "location": {
  805. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/large.h"
  806. },
  807. "hashes": {
  808. "md5": "f9d0bdd54b17e310d4e65fe4e747016c"
  809. }
  810. },
  811. {
  812. "location": {
  813. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/code.c"
  814. },
  815. "roles": [
  816. "analysisTarget",
  817. "resultFile"
  818. ],
  819. "hashes": {
  820. "md5": "d6d88ce7d50227925a3715b512b00628"
  821. }
  822. },
  823. {
  824. "location": {
  825. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/channel_precalcs.h"
  826. },
  827. "hashes": {
  828. "md5": "c04b4a9bdd4b6b12d2dd7e03d96988a5"
  829. }
  830. },
  831. {
  832. "location": {
  833. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/codablock.c"
  834. },
  835. "roles": [
  836. "analysisTarget",
  837. "resultFile"
  838. ],
  839. "hashes": {
  840. "md5": "3842daef00aef36153b6414b60e41a70"
  841. }
  842. },
  843. {
  844. "location": {
  845. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.c"
  846. },
  847. "roles": [
  848. "analysisTarget"
  849. ],
  850. "hashes": {
  851. "md5": "5f38a12a2e9e788cb027c18cb2348bc1"
  852. }
  853. },
  854. {
  855. "location": {
  856. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bmp.h"
  857. },
  858. "hashes": {
  859. "md5": "27562f96aed61cafab58574ecdb6aed0"
  860. }
  861. },
  862. {
  863. "location": {
  864. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/bc412.c"
  865. },
  866. "roles": [
  867. "analysisTarget"
  868. ],
  869. "hashes": {
  870. "md5": "6bf4dadf809e24be300f3c93f2f6d0ae"
  871. }
  872. },
  873. {
  874. "location": {
  875. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/aztec.c"
  876. },
  877. "roles": [
  878. "analysisTarget",
  879. "resultFile"
  880. ],
  881. "hashes": {
  882. "md5": "79d23d274482d5af5bd446a54ce56408"
  883. }
  884. },
  885. {
  886. "location": {
  887. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/aztec.h"
  888. },
  889. "hashes": {
  890. "md5": "43e465c7a56b8d1f2a652532efb86e05"
  891. }
  892. },
  893. {
  894. "location": {
  895. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/auspost.c"
  896. },
  897. "roles": [
  898. "analysisTarget",
  899. "resultFile"
  900. ],
  901. "hashes": {
  902. "md5": "6b437d9fa374f38303bdd8a30a68f27e"
  903. }
  904. },
  905. {
  906. "location": {
  907. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/2of5.c"
  908. },
  909. "roles": [
  910. "analysisTarget",
  911. "resultFile"
  912. ],
  913. "hashes": {
  914. "md5": "b0ef91f80a4152b004e1fdf5b536adff"
  915. }
  916. },
  917. {
  918. "location": {
  919. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.c"
  920. },
  921. "roles": [
  922. "analysisTarget"
  923. ],
  924. "hashes": {
  925. "md5": "95307720f0ec03c5d38e2894b804c60e"
  926. }
  927. },
  928. {
  929. "location": {
  930. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci.h"
  931. },
  932. "hashes": {
  933. "md5": "da031c02c4d523fadc42cc72439f7a7e"
  934. }
  935. },
  936. {
  937. "location": {
  938. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_common.h"
  939. },
  940. "hashes": {
  941. "md5": "18da9dbfb9b275964a7d0032570b08ac"
  942. }
  943. },
  944. {
  945. "location": {
  946. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sb.h"
  947. },
  948. "hashes": {
  949. "md5": "187a854bf25bbf498b2202e94c8b5ac0"
  950. }
  951. },
  952. {
  953. "location": {
  954. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_big5.h"
  955. },
  956. "hashes": {
  957. "md5": "8beffe91bc05a8346770de8438ccbb9e"
  958. }
  959. },
  960. {
  961. "location": {
  962. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb18030.h"
  963. },
  964. "hashes": {
  965. "md5": "8ee8a6a22b80db942eca616d9f30bb11"
  966. }
  967. },
  968. {
  969. "location": {
  970. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gb2312.h"
  971. },
  972. "hashes": {
  973. "md5": "f5f6b8cea973b9c4234ead49a33584b8"
  974. }
  975. },
  976. {
  977. "location": {
  978. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_gbk.h"
  979. },
  980. "hashes": {
  981. "md5": "24d09e6b149d8e1077c8735d6787c95c"
  982. }
  983. },
  984. {
  985. "location": {
  986. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_ksx1001.h"
  987. },
  988. "hashes": {
  989. "md5": "f2e23d3f92470b9c9b1a21f67f1c0e54"
  990. }
  991. },
  992. {
  993. "location": {
  994. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zxing-cpp/core/src/libzueci/zueci_sjis.h"
  995. },
  996. "hashes": {
  997. "md5": "3e81259e77f703403a0196aa85925e43"
  998. }
  999. },
  1000. {
  1001. "location": {
  1002. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/qr.c"
  1003. },
  1004. "roles": [
  1005. "analysisTarget",
  1006. "resultFile"
  1007. ],
  1008. "hashes": {
  1009. "md5": "74500d6a61ec64542dd8fc7392a92e40"
  1010. }
  1011. },
  1012. {
  1013. "location": {
  1014. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/qr.h"
  1015. },
  1016. "hashes": {
  1017. "md5": "b1ac11efe17386fcd32685829f953b45"
  1018. }
  1019. },
  1020. {
  1021. "location": {
  1022. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/ps.c"
  1023. },
  1024. "roles": [
  1025. "analysisTarget",
  1026. "resultFile"
  1027. ],
  1028. "hashes": {
  1029. "md5": "ccb35287ba5ff21f9b084048874b5147"
  1030. }
  1031. },
  1032. {
  1033. "location": {
  1034. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/postal.c"
  1035. },
  1036. "roles": [
  1037. "analysisTarget",
  1038. "resultFile"
  1039. ],
  1040. "hashes": {
  1041. "md5": "4b08aec153fb77aa523481bc567f44ec"
  1042. }
  1043. },
  1044. {
  1045. "location": {
  1046. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/png.c"
  1047. },
  1048. "roles": [
  1049. "analysisTarget"
  1050. ],
  1051. "hashes": {
  1052. "md5": "d0818e12717a49154cd69b45bb6f93d0"
  1053. }
  1054. },
  1055. {
  1056. "location": {
  1057. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/plessey.c"
  1058. },
  1059. "roles": [
  1060. "analysisTarget",
  1061. "resultFile"
  1062. ],
  1063. "hashes": {
  1064. "md5": "9f182aa1244840540f3e2bb4241fbffd"
  1065. }
  1066. },
  1067. {
  1068. "location": {
  1069. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/pdf417.c"
  1070. },
  1071. "roles": [
  1072. "analysisTarget",
  1073. "resultFile"
  1074. ],
  1075. "hashes": {
  1076. "md5": "e3e0db57019a821084fa8336a2d8aaa4"
  1077. }
  1078. },
  1079. {
  1080. "location": {
  1081. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417_tabs.h"
  1082. },
  1083. "hashes": {
  1084. "md5": "ec7bc64f772b98c86208590028950eed"
  1085. }
  1086. },
  1087. {
  1088. "location": {
  1089. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pdf417_trace.h"
  1090. },
  1091. "hashes": {
  1092. "md5": "81c44ed93e59c09f11302494ce507659"
  1093. }
  1094. },
  1095. {
  1096. "location": {
  1097. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/pcx.c"
  1098. },
  1099. "roles": [
  1100. "analysisTarget",
  1101. "resultFile"
  1102. ],
  1103. "hashes": {
  1104. "md5": "da5d3cd4d15f2803b3374ebb430bed3b"
  1105. }
  1106. },
  1107. {
  1108. "location": {
  1109. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/pcx.h"
  1110. },
  1111. "hashes": {
  1112. "md5": "91cbdeeb41b603a9c7eebc8ea87cc682"
  1113. }
  1114. },
  1115. {
  1116. "location": {
  1117. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/output.c"
  1118. },
  1119. "roles": [
  1120. "analysisTarget",
  1121. "resultFile"
  1122. ],
  1123. "hashes": {
  1124. "md5": "acabb14edf95a53e712f718133c9994c"
  1125. }
  1126. },
  1127. {
  1128. "location": {
  1129. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/medical.c"
  1130. },
  1131. "roles": [
  1132. "analysisTarget",
  1133. "resultFile"
  1134. ],
  1135. "hashes": {
  1136. "md5": "3cc3fd6c64c366ba9e0c8383132c4a4b"
  1137. }
  1138. }
  1139. ]
  1140. }
  1141. ]
  1142. }