Issues (5)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "2322173b6b69e54ed222d7a8f477d5c1",
8
    "packages": [
9
        {
10
            "name": "bower-asset/jquery",
11
            "version": "2.1.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/jquery/jquery.git",
15
                "reference": "7751e69b615c6eca6f783a81e292a55725af6b85"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/jquery/jquery/zipball/7751e69b615c6eca6f783a81e292a55725af6b85",
20
                "reference": "7751e69b615c6eca6f783a81e292a55725af6b85",
21
                "shasum": ""
22
            },
23
            "require-dev": {
24
                "bower-asset/qunit": "1.14.0",
25
                "bower-asset/requirejs": "2.1.10",
26
                "bower-asset/sinon": "1.8.1",
27
                "bower-asset/sizzle": "2.1.1-patch2"
28
            },
29
            "type": "bower-asset-library",
30
            "extra": {
31
                "bower-asset-main": "dist/jquery.js",
32
                "bower-asset-ignore": [
33
                    "**/.*",
34
                    "build",
35
                    "dist/cdn",
36
                    "speed",
37
                    "test",
38
                    "*.md",
39
                    "AUTHORS.txt",
40
                    "Gruntfile.js",
41
                    "package.json"
42
                ]
43
            },
44
            "license": [
45
                "MIT"
46
            ],
47
            "keywords": [
48
                "javascript",
49
                "jquery",
50
                "library"
51
            ]
52
        },
53
        {
54
            "name": "bower-asset/jquery.inputmask",
55
            "version": "3.1.63",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
59
                "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/c40c7287eadc31e341ebbf0c02352eb55b9cbc48",
64
                "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "bower-asset/jquery": ">=1.7"
69
            },
70
            "type": "bower-asset-library",
71
            "extra": {
72
                "bower-asset-main": [
73
                    "./dist/inputmask/jquery.inputmask.js",
74
                    "./dist/inputmask/jquery.inputmask.extensions.js",
75
                    "./dist/inputmask/jquery.inputmask.date.extensions.js",
76
                    "./dist/inputmask/jquery.inputmask.numeric.extensions.js",
77
                    "./dist/inputmask/jquery.inputmask.phone.extensions.js",
78
                    "./dist/inputmask/jquery.inputmask.regex.extensions.js"
79
                ],
80
                "bower-asset-ignore": [
81
                    "**/.*",
82
                    "qunit/",
83
                    "nuget/",
84
                    "tools/",
85
                    "js/",
86
                    "*.md",
87
                    "build.properties",
88
                    "build.xml",
89
                    "jquery.inputmask.jquery.json"
90
                ]
91
            },
92
            "license": [
93
                "http://opensource.org/licenses/mit-license.php"
94
            ],
95
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
96
            "keywords": [
97
                "form",
98
                "input",
99
                "inputmask",
100
                "jquery",
101
                "mask",
102
                "plugins"
103
            ]
104
        },
105
        {
106
            "name": "bower-asset/punycode",
107
            "version": "v1.3.2",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/bestiejs/punycode.js.git",
111
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
116
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
117
                "shasum": ""
118
            },
119
            "type": "bower-asset-library",
120
            "extra": {
121
                "bower-asset-main": "punycode.js",
122
                "bower-asset-ignore": [
123
                    "coverage",
124
                    "tests",
125
                    ".*",
126
                    "component.json",
127
                    "Gruntfile.js",
128
                    "node_modules",
129
                    "package.json"
130
                ]
131
            }
132
        },
133
        {
134
            "name": "bower-asset/yii2-pjax",
135
            "version": "v2.0.4",
136
            "source": {
137
                "type": "git",
138
                "url": "https://github.com/yiisoft/jquery-pjax.git",
139
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0"
140
            },
141
            "dist": {
142
                "type": "zip",
143
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/3f20897307cca046fca5323b318475ae9dac0ca0",
144
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0",
145
                "shasum": ""
146
            },
147
            "require": {
148
                "bower-asset/jquery": ">=1.8"
149
            },
150
            "type": "bower-asset-library",
151
            "extra": {
152
                "bower-asset-main": "./jquery.pjax.js",
153
                "bower-asset-ignore": [
154
                    ".travis.yml",
155
                    "Gemfile",
156
                    "Gemfile.lock",
157
                    "vendor/",
158
                    "script/",
159
                    "test/"
160
                ]
161
            },
162
            "license": [
163
                "MIT"
164
            ]
165
        },
166
        {
167
            "name": "cebe/markdown",
168
            "version": "1.1.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/cebe/markdown.git",
172
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2",
177
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "lib-pcre": "*",
182
                "php": ">=5.4.0"
183
            },
184
            "require-dev": {
185
                "cebe/indent": "*",
186
                "facebook/xhprof": "*@dev",
187
                "phpunit/phpunit": "4.1.*"
188
            },
189
            "bin": [
190
                "bin/markdown"
191
            ],
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.1.x-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-4": {
200
                    "cebe\\markdown\\": ""
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Carsten Brandt",
210
                    "email": "[email protected]",
211
                    "homepage": "http://cebe.cc/",
212
                    "role": "Creator"
213
                }
214
            ],
215
            "description": "A super fast, highly extensible markdown parser for PHP",
216
            "homepage": "https://github.com/cebe/markdown#readme",
217
            "keywords": [
218
                "extensible",
219
                "fast",
220
                "gfm",
221
                "markdown",
222
                "markdown-extra"
223
            ],
224
            "time": "2015-03-06 05:28:07"
225
        },
226
        {
227
            "name": "ezyang/htmlpurifier",
228
            "version": "v4.6.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/ezyang/htmlpurifier.git",
232
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
237
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": ">=5.2"
242
            },
243
            "type": "library",
244
            "autoload": {
245
                "psr-0": {
246
                    "HTMLPurifier": "library/"
247
                },
248
                "files": [
249
                    "library/HTMLPurifier.composer.php"
250
                ]
251
            },
252
            "notification-url": "https://packagist.org/downloads/",
253
            "license": [
254
                "LGPL"
255
            ],
256
            "authors": [
257
                {
258
                    "name": "Edward Z. Yang",
259
                    "email": "[email protected]",
260
                    "homepage": "http://ezyang.com"
261
                }
262
            ],
263
            "description": "Standards compliant HTML filter written in PHP",
264
            "homepage": "http://htmlpurifier.org/",
265
            "keywords": [
266
                "html"
267
            ],
268
            "time": "2013-11-30 08:25:19"
269
        },
270
        {
271
            "name": "yiisoft/yii2",
0 ignored issues
show
There is a security advisory for your installed version of yiisoft/yii2:

class yii\web\ViewAction allowed to include arbitrary files that end with .php
Loading history...
272
            "version": "2.0.4",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/yiisoft/yii2-framework.git",
276
                "reference": "726867caee3f23aa7a6975c801e64b6021e14f86"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/726867caee3f23aa7a6975c801e64b6021e14f86",
281
                "reference": "726867caee3f23aa7a6975c801e64b6021e14f86",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
286
                "bower-asset/jquery.inputmask": "3.1.*",
287
                "bower-asset/punycode": "1.3.*",
288
                "bower-asset/yii2-pjax": ">=2.0.1",
289
                "cebe/markdown": "~1.0.0 | ~1.1.0",
290
                "ext-mbstring": "*",
291
                "ezyang/htmlpurifier": "4.6.*",
292
                "lib-pcre": "*",
293
                "php": ">=5.4.0",
294
                "yiisoft/yii2-composer": "*"
295
            },
296
            "bin": [
297
                "yii"
298
            ],
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "2.0.x-dev"
303
                }
304
            },
305
            "autoload": {
306
                "psr-4": {
307
                    "yii\\": ""
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "BSD-3-Clause"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Qiang Xue",
317
                    "email": "[email protected]",
318
                    "homepage": "http://www.yiiframework.com/",
319
                    "role": "Founder and project lead"
320
                },
321
                {
322
                    "name": "Alexander Makarov",
323
                    "email": "[email protected]",
324
                    "homepage": "http://rmcreative.ru/",
325
                    "role": "Core framework development"
326
                },
327
                {
328
                    "name": "Maurizio Domba",
329
                    "homepage": "http://mdomba.info/",
330
                    "role": "Core framework development"
331
                },
332
                {
333
                    "name": "Carsten Brandt",
334
                    "email": "[email protected]",
335
                    "homepage": "http://cebe.cc/",
336
                    "role": "Core framework development"
337
                },
338
                {
339
                    "name": "Timur Ruziev",
340
                    "email": "[email protected]",
341
                    "homepage": "http://resurtm.com/",
342
                    "role": "Core framework development"
343
                },
344
                {
345
                    "name": "Paul Klimov",
346
                    "email": "[email protected]",
347
                    "role": "Core framework development"
348
                }
349
            ],
350
            "description": "Yii PHP Framework Version 2",
351
            "homepage": "http://www.yiiframework.com/",
352
            "keywords": [
353
                "framework",
354
                "yii2"
355
            ],
356
            "time": "2015-05-10 20:09:47"
357
        },
358
        {
359
            "name": "yiisoft/yii2-composer",
360
            "version": "2.0.3",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/yiisoft/yii2-composer.git",
364
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/ca8d23707ae47d20b0454e4b135c156f6da6d7be",
369
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "composer-plugin-api": "1.0.0"
374
            },
375
            "type": "composer-plugin",
376
            "extra": {
377
                "class": "yii\\composer\\Plugin",
378
                "branch-alias": {
379
                    "dev-master": "2.0.x-dev"
380
                }
381
            },
382
            "autoload": {
383
                "psr-4": {
384
                    "yii\\composer\\": ""
385
                }
386
            },
387
            "notification-url": "https://packagist.org/downloads/",
388
            "license": [
389
                "BSD-3-Clause"
390
            ],
391
            "authors": [
392
                {
393
                    "name": "Qiang Xue",
394
                    "email": "[email protected]"
395
                }
396
            ],
397
            "description": "The composer plugin for Yii extension installer",
398
            "keywords": [
399
                "composer",
400
                "extension installer",
401
                "yii2"
402
            ],
403
            "time": "2015-03-01 06:22:44"
404
        }
405
    ],
406
    "packages-dev": [
407
        {
408
            "name": "bower-asset/bootstrap",
409
            "version": "v3.3.4",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/twbs/bootstrap.git",
413
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
418
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "bower-asset/jquery": ">=1.9.1"
423
            },
424
            "type": "bower-asset-library",
425
            "extra": {
426
                "bower-asset-main": [
427
                    "less/bootstrap.less",
428
                    "dist/css/bootstrap.css",
429
                    "dist/js/bootstrap.js",
430
                    "dist/fonts/glyphicons-halflings-regular.eot",
431
                    "dist/fonts/glyphicons-halflings-regular.svg",
432
                    "dist/fonts/glyphicons-halflings-regular.ttf",
433
                    "dist/fonts/glyphicons-halflings-regular.woff",
434
                    "dist/fonts/glyphicons-halflings-regular.woff2"
435
                ],
436
                "bower-asset-ignore": [
437
                    "/.*",
438
                    "_config.yml",
439
                    "CNAME",
440
                    "composer.json",
441
                    "CONTRIBUTING.md",
442
                    "docs",
443
                    "js/tests",
444
                    "test-infra"
445
                ]
446
            },
447
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
448
            "keywords": [
449
                "css",
450
                "framework",
451
                "front-end",
452
                "js",
453
                "less",
454
                "mobile-first",
455
                "responsive",
456
                "web"
457
            ]
458
        },
459
        {
460
            "name": "yiisoft/yii2-bootstrap",
461
            "version": "2.0.4",
462
            "source": {
463
                "type": "git",
464
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
465
                "reference": "1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0"
466
            },
467
            "dist": {
468
                "type": "zip",
469
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0",
470
                "reference": "1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0",
471
                "shasum": ""
472
            },
473
            "require": {
474
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
475
                "yiisoft/yii2": ">=2.0.4"
476
            },
477
            "type": "yii2-extension",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "2.0.x-dev"
481
                },
482
                "asset-installer-paths": {
483
                    "npm-asset-library": "vendor/npm",
484
                    "bower-asset-library": "vendor/bower"
485
                }
486
            },
487
            "autoload": {
488
                "psr-4": {
489
                    "yii\\bootstrap\\": ""
490
                }
491
            },
492
            "notification-url": "https://packagist.org/downloads/",
493
            "license": [
494
                "BSD-3-Clause"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Qiang Xue",
499
                    "email": "[email protected]"
500
                }
501
            ],
502
            "description": "The Twitter Bootstrap extension for the Yii framework",
503
            "keywords": [
504
                "bootstrap",
505
                "yii2"
506
            ],
507
            "time": "2015-05-10 22:08:17"
508
        },
509
        {
510
            "name": "yiisoft/yii2-codeception",
511
            "version": "2.0.4",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/yiisoft/yii2-codeception.git",
515
                "reference": "de5007e7a99359597abbfe1c88dca3ce620061c5"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/de5007e7a99359597abbfe1c88dca3ce620061c5",
520
                "reference": "de5007e7a99359597abbfe1c88dca3ce620061c5",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "yiisoft/yii2": ">=2.0.4"
525
            },
526
            "type": "yii2-extension",
527
            "extra": {
528
                "branch-alias": {
529
                    "dev-master": "2.0.x-dev"
530
                }
531
            },
532
            "autoload": {
533
                "psr-4": {
534
                    "yii\\codeception\\": ""
535
                }
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "BSD-3-Clause"
540
            ],
541
            "authors": [
542
                {
543
                    "name": "Mark Jebri",
544
                    "email": "[email protected]"
545
                }
546
            ],
547
            "description": "The Codeception integration for the Yii framework",
548
            "keywords": [
549
                "codeception",
550
                "yii2"
551
            ],
552
            "time": "2015-05-10 22:08:30"
553
        },
554
        {
555
            "name": "yiisoft/yii2-debug",
556
            "version": "dev-master",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/yiisoft/yii2-debug.git",
560
                "reference": "b2448aa67657323409e97b5facbf21b498b848e2"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/b2448aa67657323409e97b5facbf21b498b848e2",
565
                "reference": "b2448aa67657323409e97b5facbf21b498b848e2",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "yiisoft/yii2": ">=2.0.4",
570
                "yiisoft/yii2-bootstrap": "*"
571
            },
572
            "type": "yii2-extension",
573
            "extra": {
574
                "branch-alias": {
575
                    "dev-master": "2.0.x-dev"
576
                }
577
            },
578
            "autoload": {
579
                "psr-4": {
580
                    "yii\\debug\\": ""
581
                }
582
            },
583
            "notification-url": "https://packagist.org/downloads/",
584
            "license": [
585
                "BSD-3-Clause"
586
            ],
587
            "authors": [
588
                {
589
                    "name": "Qiang Xue",
590
                    "email": "[email protected]"
591
                }
592
            ],
593
            "description": "The debugger extension for the Yii framework",
594
            "keywords": [
595
                "debug",
596
                "debugger",
597
                "yii2"
598
            ],
599
            "time": "2015-05-10 22:28:14"
600
        }
601
    ],
602
    "aliases": [],
603
    "minimum-stability": "stable",
604
    "stability-flags": {
605
        "yiisoft/yii2-debug": 20
606
    },
607
    "prefer-stable": false,
608
    "prefer-lowest": false,
609
    "platform": {
610
        "php": ">=5.4.0"
611
    },
612
    "platform-dev": []
613
}
614