-
Notifications
You must be signed in to change notification settings - Fork 0
/
slither.db.json
506 lines (506 loc) · 29.9 KB
/
slither.db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
[
{
"elements": [
{
"type": "variable",
"name": "response",
"source_mapping": {
"start": 16639,
"length": 15,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [498],
"starting_column": 17,
"ending_column": 32
},
"type_specific_fields": {
"parent": {
"type": "function",
"name": "_doSafeBatchTransferAcceptanceCheck",
"source_mapping": {
"start": 16266,
"length": 792,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500,
501, 502, 503, 504, 505, 506, 507, 508, 509
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "ERC1155",
"source_mapping": {
"start": 570,
"length": 16689,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203,
204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215,
216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251,
252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263,
264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275,
276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287,
288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299,
300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335,
336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347,
348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359,
360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371,
372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383,
384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395,
396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407,
408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419,
420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431,
432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443,
444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455,
456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467,
468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491,
492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503,
504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515,
516, 517
],
"starting_column": 1,
"ending_column": 2
}
},
"signature": "_doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes)"
}
}
}
}
],
"description": "ERC1155._doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes).response (node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#498) is a local variable never initialized\n",
"markdown": "[ERC1155._doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes).response](node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L498) is a local variable never initialized\n",
"first_markdown_element": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L498",
"id": "b5ed04205bf937594748e9cdd341c11fa41207a35e4597287fae0e925cf18dbc",
"check": "uninitialized-local",
"impact": "Medium",
"confidence": "Medium"
},
{
"elements": [
{
"type": "variable",
"name": "slot",
"source_mapping": {
"start": 3604,
"length": 12,
"filename_relative": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts-upgradeable\\proxy\\ERC1967\\ERC1967UpgradeUpgradeable.sol",
"filename_short": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"is_dependency": true,
"lines": [98],
"starting_column": 90,
"ending_column": 102
},
"type_specific_fields": {
"parent": {
"type": "function",
"name": "_upgradeToAndCallUUPS",
"source_mapping": {
"start": 2938,
"length": 974,
"filename_relative": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts-upgradeable\\proxy\\ERC1967\\ERC1967UpgradeUpgradeable.sol",
"filename_short": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"is_dependency": true,
"lines": [
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101,
102, 103, 104, 105
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "ERC1967UpgradeUpgradeable",
"source_mapping": {
"start": 610,
"length": 7226,
"filename_relative": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts-upgradeable\\proxy\\ERC1967\\ERC1967UpgradeUpgradeable.sol",
"filename_short": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol",
"is_dependency": true,
"lines": [
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203,
204, 205, 206, 207, 208, 209, 210, 211, 212
],
"starting_column": 1,
"ending_column": 2
}
},
"signature": "_upgradeToAndCallUUPS(address,bytes,bool)"
}
}
}
}
],
"description": "ERC1967UpgradeUpgradeable._upgradeToAndCallUUPS(address,bytes,bool).slot (node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol#98) is a local variable never initialized\n",
"markdown": "[ERC1967UpgradeUpgradeable._upgradeToAndCallUUPS(address,bytes,bool).slot](node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol#L98) is a local variable never initialized\n",
"first_markdown_element": "node_modules/@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol#L98",
"id": "ea3e3f58b3c090e2c81f8e9c0cbc8de680f23695e9d744d62f5a278f08c8b02b",
"check": "uninitialized-local",
"impact": "Medium",
"confidence": "Medium"
},
{
"elements": [
{
"type": "variable",
"name": "reason",
"source_mapping": {
"start": 16871,
"length": 20,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [503],
"starting_column": 27,
"ending_column": 47
},
"type_specific_fields": {
"parent": {
"type": "function",
"name": "_doSafeBatchTransferAcceptanceCheck",
"source_mapping": {
"start": 16266,
"length": 792,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500,
501, 502, 503, 504, 505, 506, 507, 508, 509
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "ERC1155",
"source_mapping": {
"start": 570,
"length": 16689,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203,
204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215,
216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251,
252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263,
264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275,
276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287,
288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299,
300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335,
336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347,
348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359,
360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371,
372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383,
384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395,
396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407,
408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419,
420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431,
432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443,
444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455,
456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467,
468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491,
492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503,
504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515,
516, 517
],
"starting_column": 1,
"ending_column": 2
}
},
"signature": "_doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes)"
}
}
}
}
],
"description": "ERC1155._doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes).reason (node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#503) is a local variable never initialized\n",
"markdown": "[ERC1155._doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[],uint256[],bytes).reason](node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L503) is a local variable never initialized\n",
"first_markdown_element": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L503",
"id": "e86e07c07c456329aac10a8f790199383aea15e762b4a7bdcd69605e92974968",
"check": "uninitialized-local",
"impact": "Medium",
"confidence": "Medium"
},
{
"elements": [
{
"type": "variable",
"name": "reason",
"source_mapping": {
"start": 16073,
"length": 20,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [480],
"starting_column": 27,
"ending_column": 47
},
"type_specific_fields": {
"parent": {
"type": "function",
"name": "_doSafeTransferAcceptanceCheck",
"source_mapping": {
"start": 15535,
"length": 725,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "ERC1155",
"source_mapping": {
"start": 570,
"length": 16689,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203,
204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215,
216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251,
252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263,
264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275,
276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287,
288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299,
300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335,
336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347,
348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359,
360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371,
372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383,
384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395,
396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407,
408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419,
420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431,
432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443,
444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455,
456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467,
468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491,
492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503,
504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515,
516, 517
],
"starting_column": 1,
"ending_column": 2
}
},
"signature": "_doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes)"
}
}
}
}
],
"description": "ERC1155._doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes).reason (node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#480) is a local variable never initialized\n",
"markdown": "[ERC1155._doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes).reason](node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L480) is a local variable never initialized\n",
"first_markdown_element": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L480",
"id": "cfa26e7c033f1f7341e80e2da408f03a568d4acfb634cb8b14f44e492c15a718",
"check": "uninitialized-local",
"impact": "Medium",
"confidence": "Medium"
},
{
"elements": [
{
"type": "variable",
"name": "response",
"source_mapping": {
"start": 15859,
"length": 15,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [476],
"starting_column": 99,
"ending_column": 114
},
"type_specific_fields": {
"parent": {
"type": "function",
"name": "_doSafeTransferAcceptanceCheck",
"source_mapping": {
"start": 15535,
"length": 725,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "ERC1155",
"source_mapping": {
"start": 570,
"length": 16689,
"filename_relative": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"filename_absolute": "C:\\Users\\Dell\\Documents\\SoluLab\\Task\\ProxyNftContract\\node_modules\\@openzeppelin\\contracts\\token\\ERC1155\\ERC1155.sol",
"filename_short": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol",
"is_dependency": true,
"lines": [
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203,
204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215,
216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251,
252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263,
264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275,
276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287,
288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299,
300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335,
336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347,
348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359,
360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371,
372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383,
384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395,
396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407,
408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419,
420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431,
432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443,
444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455,
456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467,
468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479,
480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491,
492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503,
504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515,
516, 517
],
"starting_column": 1,
"ending_column": 2
}
},
"signature": "_doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes)"
}
}
}
}
],
"description": "ERC1155._doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes).response (node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#476) is a local variable never initialized\n",
"markdown": "[ERC1155._doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes).response](node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L476) is a local variable never initialized\n",
"first_markdown_element": "node_modules/@openzeppelin/contracts/token/ERC1155/ERC1155.sol#L476",
"id": "ea5d87d7eb24d66fd14851d006b7475958602f14122f9057248c2f3f47ebb6d7",
"check": "uninitialized-local",
"impact": "Medium",
"confidence": "Medium"
}
]