Issues (4)

Security Analysis    not enabled

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 (4 issues)

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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "17e5038b933f2ea6690f0aba456f357e",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
11
            "version": "v1.2.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.3.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2014-12-20 20:49:38"
76
        },
77
        {
78
            "name": "doctrine/lexer",
79
            "version": "v1.0",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/lexer.git",
83
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
88
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": ">=5.3.2"
93
            },
94
            "type": "library",
95
            "autoload": {
96
                "psr-0": {
97
                    "Doctrine\\Common\\Lexer\\": "lib/"
98
                }
99
            },
100
            "notification-url": "https://packagist.org/downloads/",
101
            "license": [
102
                "MIT"
103
            ],
104
            "authors": [
105
                {
106
                    "name": "Guilherme Blanco",
107
                    "email": "[email protected]",
108
                    "homepage": "http://www.instaclick.com"
109
                },
110
                {
111
                    "name": "Roman Borschel",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Johannes Schmitt",
116
                    "email": "[email protected]",
117
                    "homepage": "https://github.com/schmittjoh",
118
                    "role": "Developer of wrapped JMSSerializerBundle"
119
                }
120
            ],
121
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
122
            "homepage": "http://www.doctrine-project.org",
123
            "keywords": [
124
                "lexer",
125
                "parser"
126
            ],
127
            "time": "2013-01-12 18:59:04"
128
        },
129
        {
130
            "name": "psr/log",
131
            "version": "1.0.0",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/php-fig/log.git",
135
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
140
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
141
                "shasum": ""
142
            },
143
            "type": "library",
144
            "autoload": {
145
                "psr-0": {
146
                    "Psr\\Log\\": ""
147
                }
148
            },
149
            "notification-url": "https://packagist.org/downloads/",
150
            "license": [
151
                "MIT"
152
            ],
153
            "authors": [
154
                {
155
                    "name": "PHP-FIG",
156
                    "homepage": "http://www.php-fig.org/"
157
                }
158
            ],
159
            "description": "Common interface for logging libraries",
160
            "keywords": [
161
                "log",
162
                "psr",
163
                "psr-3"
164
            ],
165
            "time": "2012-12-21 11:40:51"
166
        },
167
        {
168
            "name": "symfony/config",
169
            "version": "v2.6.1",
170
            "target-dir": "Symfony/Component/Config",
171
            "source": {
172
                "type": "git",
173
                "url": "https://github.com/symfony/Config.git",
174
                "reference": "84c0c150c1520995f09ea9e47e817068b353cb0f"
175
            },
176
            "dist": {
177
                "type": "zip",
178
                "url": "https://api.github.com/repos/symfony/Config/zipball/84c0c150c1520995f09ea9e47e817068b353cb0f",
179
                "reference": "84c0c150c1520995f09ea9e47e817068b353cb0f",
180
                "shasum": ""
181
            },
182
            "require": {
183
                "php": ">=5.3.3",
184
                "symfony/filesystem": "~2.3"
185
            },
186
            "type": "library",
187
            "extra": {
188
                "branch-alias": {
189
                    "dev-master": "2.6-dev"
190
                }
191
            },
192
            "autoload": {
193
                "psr-0": {
194
                    "Symfony\\Component\\Config\\": ""
195
                }
196
            },
197
            "notification-url": "https://packagist.org/downloads/",
198
            "license": [
199
                "MIT"
200
            ],
201
            "authors": [
202
                {
203
                    "name": "Symfony Community",
204
                    "homepage": "http://symfony.com/contributors"
205
                },
206
                {
207
                    "name": "Fabien Potencier",
208
                    "email": "[email protected]"
209
                }
210
            ],
211
            "description": "Symfony Config Component",
212
            "homepage": "http://symfony.com",
213
            "time": "2014-12-02 20:19:20"
214
        },
215
        {
216
            "name": "symfony/debug",
217
            "version": "v2.6.1",
218
            "target-dir": "Symfony/Component/Debug",
219
            "source": {
220
                "type": "git",
221
                "url": "https://github.com/symfony/Debug.git",
222
                "reference": "08b529b4c0aa3e746d187fe2a63f08cb955a3566"
223
            },
224
            "dist": {
225
                "type": "zip",
226
                "url": "https://api.github.com/repos/symfony/Debug/zipball/08b529b4c0aa3e746d187fe2a63f08cb955a3566",
227
                "reference": "08b529b4c0aa3e746d187fe2a63f08cb955a3566",
228
                "shasum": ""
229
            },
230
            "require": {
231
                "php": ">=5.3.3",
232
                "psr/log": "~1.0"
233
            },
234
            "require-dev": {
235
                "symfony/http-foundation": "~2.1",
236
                "symfony/http-kernel": "~2.1"
237
            },
238
            "suggest": {
239
                "symfony/http-foundation": "",
240
                "symfony/http-kernel": ""
241
            },
242
            "type": "library",
243
            "extra": {
244
                "branch-alias": {
245
                    "dev-master": "2.6-dev"
246
                }
247
            },
248
            "autoload": {
249
                "psr-0": {
250
                    "Symfony\\Component\\Debug\\": ""
251
                }
252
            },
253
            "notification-url": "https://packagist.org/downloads/",
254
            "license": [
255
                "MIT"
256
            ],
257
            "authors": [
258
                {
259
                    "name": "Symfony Community",
260
                    "homepage": "http://symfony.com/contributors"
261
                },
262
                {
263
                    "name": "Fabien Potencier",
264
                    "email": "[email protected]"
265
                }
266
            ],
267
            "description": "Symfony Debug Component",
268
            "homepage": "http://symfony.com",
269
            "time": "2014-12-02 20:19:20"
270
        },
271
        {
272
            "name": "symfony/dependency-injection",
273
            "version": "v2.6.1",
274
            "target-dir": "Symfony/Component/DependencyInjection",
275
            "source": {
276
                "type": "git",
277
                "url": "https://github.com/symfony/DependencyInjection.git",
278
                "reference": "e2693382ef9456a7c7e382f34f813e4b4332941d"
279
            },
280
            "dist": {
281
                "type": "zip",
282
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/e2693382ef9456a7c7e382f34f813e4b4332941d",
283
                "reference": "e2693382ef9456a7c7e382f34f813e4b4332941d",
284
                "shasum": ""
285
            },
286
            "require": {
287
                "php": ">=5.3.3"
288
            },
289
            "require-dev": {
290
                "symfony/config": "~2.2",
291
                "symfony/expression-language": "~2.4",
292
                "symfony/yaml": "~2.0"
293
            },
294
            "suggest": {
295
                "symfony/config": "",
296
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
297
                "symfony/yaml": ""
298
            },
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "2.6-dev"
303
                }
304
            },
305
            "autoload": {
306
                "psr-0": {
307
                    "Symfony\\Component\\DependencyInjection\\": ""
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "MIT"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Symfony Community",
317
                    "homepage": "http://symfony.com/contributors"
318
                },
319
                {
320
                    "name": "Fabien Potencier",
321
                    "email": "[email protected]"
322
                }
323
            ],
324
            "description": "Symfony DependencyInjection Component",
325
            "homepage": "http://symfony.com",
326
            "time": "2014-12-03 09:22:11"
327
        },
328
        {
329
            "name": "symfony/event-dispatcher",
330
            "version": "v2.6.1",
331
            "target-dir": "Symfony/Component/EventDispatcher",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/symfony/EventDispatcher.git",
335
                "reference": "720fe9bca893df7ad1b4546649473b5afddf0216"
336
            },
337
            "dist": {
338
                "type": "zip",
339
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/720fe9bca893df7ad1b4546649473b5afddf0216",
340
                "reference": "720fe9bca893df7ad1b4546649473b5afddf0216",
341
                "shasum": ""
342
            },
343
            "require": {
344
                "php": ">=5.3.3"
345
            },
346
            "require-dev": {
347
                "psr/log": "~1.0",
348
                "symfony/config": "~2.0",
349
                "symfony/dependency-injection": "~2.6",
350
                "symfony/expression-language": "~2.6",
351
                "symfony/stopwatch": "~2.2"
352
            },
353
            "suggest": {
354
                "symfony/dependency-injection": "",
355
                "symfony/http-kernel": ""
356
            },
357
            "type": "library",
358
            "extra": {
359
                "branch-alias": {
360
                    "dev-master": "2.6-dev"
361
                }
362
            },
363
            "autoload": {
364
                "psr-0": {
365
                    "Symfony\\Component\\EventDispatcher\\": ""
366
                }
367
            },
368
            "notification-url": "https://packagist.org/downloads/",
369
            "license": [
370
                "MIT"
371
            ],
372
            "authors": [
373
                {
374
                    "name": "Symfony Community",
375
                    "homepage": "http://symfony.com/contributors"
376
                },
377
                {
378
                    "name": "Fabien Potencier",
379
                    "email": "[email protected]"
380
                }
381
            ],
382
            "description": "Symfony EventDispatcher Component",
383
            "homepage": "http://symfony.com",
384
            "time": "2014-12-02 20:19:20"
385
        },
386
        {
387
            "name": "symfony/filesystem",
388
            "version": "v2.6.1",
389
            "target-dir": "Symfony/Component/Filesystem",
390
            "source": {
391
                "type": "git",
392
                "url": "https://github.com/symfony/Filesystem.git",
393
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b"
394
            },
395
            "dist": {
396
                "type": "zip",
397
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ff6efc95256cb33031933729e68b01d720b5436b",
398
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b",
399
                "shasum": ""
400
            },
401
            "require": {
402
                "php": ">=5.3.3"
403
            },
404
            "type": "library",
405
            "extra": {
406
                "branch-alias": {
407
                    "dev-master": "2.6-dev"
408
                }
409
            },
410
            "autoload": {
411
                "psr-0": {
412
                    "Symfony\\Component\\Filesystem\\": ""
413
                }
414
            },
415
            "notification-url": "https://packagist.org/downloads/",
416
            "license": [
417
                "MIT"
418
            ],
419
            "authors": [
420
                {
421
                    "name": "Symfony Community",
422
                    "homepage": "http://symfony.com/contributors"
423
                },
424
                {
425
                    "name": "Fabien Potencier",
426
                    "email": "[email protected]"
427
                }
428
            ],
429
            "description": "Symfony Filesystem Component",
430
            "homepage": "http://symfony.com",
431
            "time": "2014-12-02 20:19:20"
432
        },
433
        {
434
            "name": "symfony/framework-bundle",
435
            "version": "v2.6.1",
436
            "target-dir": "Symfony/Bundle/FrameworkBundle",
437
            "source": {
438
                "type": "git",
439
                "url": "https://github.com/symfony/FrameworkBundle.git",
440
                "reference": "bea9435d5ca931b8831ba3e29baa4bfd3a80a889"
441
            },
442
            "dist": {
443
                "type": "zip",
444
                "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/bea9435d5ca931b8831ba3e29baa4bfd3a80a889",
445
                "reference": "bea9435d5ca931b8831ba3e29baa4bfd3a80a889",
446
                "shasum": ""
447
            },
448
            "require": {
449
                "doctrine/annotations": "~1.0",
450
                "php": ">=5.3.3",
451
                "symfony/config": "~2.4",
452
                "symfony/dependency-injection": "~2.2",
453
                "symfony/event-dispatcher": "~2.5",
454
                "symfony/filesystem": "~2.3",
455
                "symfony/http-foundation": "~2.4",
456
                "symfony/http-kernel": "~2.6",
457
                "symfony/routing": "~2.2",
458
                "symfony/security-core": "~2.4",
459
                "symfony/security-csrf": "~2.4",
460
                "symfony/stopwatch": "~2.3",
461
                "symfony/templating": "~2.1",
462
                "symfony/translation": "~2.3"
463
            },
464
            "require-dev": {
465
                "symfony/browser-kit": "~2.3",
466
                "symfony/class-loader": "~2.1",
467
                "symfony/console": "~2.0",
468
                "symfony/expression-language": "~2.4",
469
                "symfony/finder": "~2.0",
470
                "symfony/form": "~2.6",
471
                "symfony/process": "~2.0",
472
                "symfony/security": "~2.4",
473
                "symfony/validator": "~2.5",
474
                "symfony/yaml": "~2.0"
475
            },
476
            "suggest": {
477
                "doctrine/cache": "For using alternative cache drivers",
478
                "symfony/console": "For using the console commands",
479
                "symfony/finder": "For using the translation loader and cache warmer",
480
                "symfony/form": "For using forms",
481
                "symfony/validator": "For using validation",
482
                "symfony/yaml": "For using the config:debug and yaml:lint commands"
483
            },
484
            "type": "symfony-bundle",
485
            "extra": {
486
                "branch-alias": {
487
                    "dev-master": "2.6-dev"
488
                }
489
            },
490
            "autoload": {
491
                "psr-0": {
492
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
493
                }
494
            },
495
            "notification-url": "https://packagist.org/downloads/",
496
            "license": [
497
                "MIT"
498
            ],
499
            "authors": [
500
                {
501
                    "name": "Symfony Community",
502
                    "homepage": "http://symfony.com/contributors"
503
                },
504
                {
505
                    "name": "Fabien Potencier",
506
                    "email": "[email protected]"
507
                }
508
            ],
509
            "description": "Symfony FrameworkBundle",
510
            "homepage": "http://symfony.com",
511
            "time": "2014-12-02 20:19:20"
512
        },
513
        {
514
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

Unsafe methods in the Request class
Loading history...
515
            "version": "v2.6.1",
516
            "target-dir": "Symfony/Component/HttpFoundation",
517
            "source": {
518
                "type": "git",
519
                "url": "https://github.com/symfony/HttpFoundation.git",
520
                "reference": "0109221f3cf012bf027768ad3e4236dae1af5332"
521
            },
522
            "dist": {
523
                "type": "zip",
524
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/0109221f3cf012bf027768ad3e4236dae1af5332",
525
                "reference": "0109221f3cf012bf027768ad3e4236dae1af5332",
526
                "shasum": ""
527
            },
528
            "require": {
529
                "php": ">=5.3.3"
530
            },
531
            "require-dev": {
532
                "symfony/expression-language": "~2.4"
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "2.6-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-0": {
542
                    "Symfony\\Component\\HttpFoundation\\": ""
543
                },
544
                "classmap": [
545
                    "Symfony/Component/HttpFoundation/Resources/stubs"
546
                ]
547
            },
548
            "notification-url": "https://packagist.org/downloads/",
549
            "license": [
550
                "MIT"
551
            ],
552
            "authors": [
553
                {
554
                    "name": "Symfony Community",
555
                    "homepage": "http://symfony.com/contributors"
556
                },
557
                {
558
                    "name": "Fabien Potencier",
559
                    "email": "[email protected]"
560
                }
561
            ],
562
            "description": "Symfony HttpFoundation Component",
563
            "homepage": "http://symfony.com",
564
            "time": "2014-12-02 20:19:20"
565
        },
566
        {
567
            "name": "symfony/http-kernel",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-kernel:

- CVE-2015-4050: ESI unauthorized access
- Esi Code Injection
Loading history...
568
            "version": "v2.6.1",
569
            "target-dir": "Symfony/Component/HttpKernel",
570
            "source": {
571
                "type": "git",
572
                "url": "https://github.com/symfony/HttpKernel.git",
573
                "reference": "6e911d8a9e1a11c4584ad7b03858afa94e627203"
574
            },
575
            "dist": {
576
                "type": "zip",
577
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/6e911d8a9e1a11c4584ad7b03858afa94e627203",
578
                "reference": "6e911d8a9e1a11c4584ad7b03858afa94e627203",
579
                "shasum": ""
580
            },
581
            "require": {
582
                "php": ">=5.3.3",
583
                "psr/log": "~1.0",
584
                "symfony/debug": "~2.6",
585
                "symfony/event-dispatcher": "~2.5",
586
                "symfony/http-foundation": "~2.5"
587
            },
588
            "require-dev": {
589
                "symfony/browser-kit": "~2.2",
590
                "symfony/class-loader": "~2.1",
591
                "symfony/config": "~2.0",
592
                "symfony/console": "~2.2",
593
                "symfony/dependency-injection": "~2.0",
594
                "symfony/expression-language": "~2.4",
595
                "symfony/finder": "~2.0",
596
                "symfony/process": "~2.0",
597
                "symfony/routing": "~2.2",
598
                "symfony/stopwatch": "~2.2",
599
                "symfony/templating": "~2.2",
600
                "symfony/translation": "~2.0",
601
                "symfony/var-dumper": "~2.6"
602
            },
603
            "suggest": {
604
                "symfony/browser-kit": "",
605
                "symfony/class-loader": "",
606
                "symfony/config": "",
607
                "symfony/console": "",
608
                "symfony/dependency-injection": "",
609
                "symfony/finder": "",
610
                "symfony/var-dumper": ""
611
            },
612
            "type": "library",
613
            "extra": {
614
                "branch-alias": {
615
                    "dev-master": "2.6-dev"
616
                }
617
            },
618
            "autoload": {
619
                "psr-0": {
620
                    "Symfony\\Component\\HttpKernel\\": ""
621
                }
622
            },
623
            "notification-url": "https://packagist.org/downloads/",
624
            "license": [
625
                "MIT"
626
            ],
627
            "authors": [
628
                {
629
                    "name": "Symfony Community",
630
                    "homepage": "http://symfony.com/contributors"
631
                },
632
                {
633
                    "name": "Fabien Potencier",
634
                    "email": "[email protected]"
635
                }
636
            ],
637
            "description": "Symfony HttpKernel Component",
638
            "homepage": "http://symfony.com",
639
            "time": "2014-12-03 16:40:43"
640
        },
641
        {
642
            "name": "symfony/routing",
643
            "version": "v2.6.1",
644
            "target-dir": "Symfony/Component/Routing",
645
            "source": {
646
                "type": "git",
647
                "url": "https://github.com/symfony/Routing.git",
648
                "reference": "b50c10839e1639fb3a89710f9510b63cc8be54c5"
649
            },
650
            "dist": {
651
                "type": "zip",
652
                "url": "https://api.github.com/repos/symfony/Routing/zipball/b50c10839e1639fb3a89710f9510b63cc8be54c5",
653
                "reference": "b50c10839e1639fb3a89710f9510b63cc8be54c5",
654
                "shasum": ""
655
            },
656
            "require": {
657
                "php": ">=5.3.3"
658
            },
659
            "require-dev": {
660
                "doctrine/annotations": "~1.0",
661
                "psr/log": "~1.0",
662
                "symfony/config": "~2.2",
663
                "symfony/expression-language": "~2.4",
664
                "symfony/http-foundation": "~2.3",
665
                "symfony/yaml": "~2.0"
666
            },
667
            "suggest": {
668
                "doctrine/annotations": "For using the annotation loader",
669
                "symfony/config": "For using the all-in-one router or any loader",
670
                "symfony/expression-language": "For using expression matching",
671
                "symfony/yaml": "For using the YAML loader"
672
            },
673
            "type": "library",
674
            "extra": {
675
                "branch-alias": {
676
                    "dev-master": "2.6-dev"
677
                }
678
            },
679
            "autoload": {
680
                "psr-0": {
681
                    "Symfony\\Component\\Routing\\": ""
682
                }
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Symfony Community",
691
                    "homepage": "http://symfony.com/contributors"
692
                },
693
                {
694
                    "name": "Fabien Potencier",
695
                    "email": "[email protected]"
696
                }
697
            ],
698
            "description": "Symfony Routing Component",
699
            "homepage": "http://symfony.com",
700
            "keywords": [
701
                "router",
702
                "routing",
703
                "uri",
704
                "url"
705
            ],
706
            "time": "2014-12-02 20:19:20"
707
        },
708
        {
709
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
710
            "version": "v2.6.1",
711
            "target-dir": "Symfony/Component/Security/Core",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/symfony/security-core.git",
715
                "reference": "b81e26339eb2ad85b308217199d43a7c25948bc3"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/symfony/security-core/zipball/b81e26339eb2ad85b308217199d43a7c25948bc3",
720
                "reference": "b81e26339eb2ad85b308217199d43a7c25948bc3",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "php": ">=5.3.3"
725
            },
726
            "require-dev": {
727
                "ircmaxell/password-compat": "1.0.*",
728
                "psr/log": "~1.0",
729
                "symfony/event-dispatcher": "~2.1",
730
                "symfony/expression-language": "~2.4",
731
                "symfony/http-foundation": "~2.4",
732
                "symfony/validator": "~2.5"
733
            },
734
            "suggest": {
735
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
736
                "symfony/event-dispatcher": "",
737
                "symfony/expression-language": "For using the expression voter",
738
                "symfony/http-foundation": "",
739
                "symfony/validator": "For using the user password constraint"
740
            },
741
            "type": "library",
742
            "extra": {
743
                "branch-alias": {
744
                    "dev-master": "2.6-dev"
745
                }
746
            },
747
            "autoload": {
748
                "psr-0": {
749
                    "Symfony\\Component\\Security\\Core\\": ""
750
                }
751
            },
752
            "notification-url": "https://packagist.org/downloads/",
753
            "license": [
754
                "MIT"
755
            ],
756
            "authors": [
757
                {
758
                    "name": "Symfony Community",
759
                    "homepage": "http://symfony.com/contributors"
760
                },
761
                {
762
                    "name": "Fabien Potencier",
763
                    "email": "[email protected]"
764
                }
765
            ],
766
            "description": "Symfony Security Component - Core Library",
767
            "homepage": "http://symfony.com",
768
            "time": "2014-12-02 20:19:20"
769
        },
770
        {
771
            "name": "symfony/security-csrf",
772
            "version": "v2.6.1",
773
            "target-dir": "Symfony/Component/Security/Csrf",
774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/symfony/security-csrf.git",
777
                "reference": "36b3be0e58508275571cf895ea76e7283b6f5358"
778
            },
779
            "dist": {
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/36b3be0e58508275571cf895ea76e7283b6f5358",
782
                "reference": "36b3be0e58508275571cf895ea76e7283b6f5358",
783
                "shasum": ""
784
            },
785
            "require": {
786
                "php": ">=5.3.3",
787
                "symfony/security-core": "~2.4"
788
            },
789
            "require-dev": {
790
                "symfony/http-foundation": "~2.1"
791
            },
792
            "suggest": {
793
                "symfony/http-foundation": "For using the class SessionTokenStorage."
794
            },
795
            "type": "library",
796
            "extra": {
797
                "branch-alias": {
798
                    "dev-master": "2.6-dev"
799
                }
800
            },
801
            "autoload": {
802
                "psr-0": {
803
                    "Symfony\\Component\\Security\\Csrf\\": ""
804
                }
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "MIT"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Symfony Community",
813
                    "homepage": "http://symfony.com/contributors"
814
                },
815
                {
816
                    "name": "Fabien Potencier",
817
                    "email": "[email protected]"
818
                }
819
            ],
820
            "description": "Symfony Security Component - CSRF Library",
821
            "homepage": "http://symfony.com",
822
            "time": "2014-11-28 10:00:40"
823
        },
824
        {
825
            "name": "symfony/stopwatch",
826
            "version": "v2.6.1",
827
            "target-dir": "Symfony/Component/Stopwatch",
828
            "source": {
829
                "type": "git",
830
                "url": "https://github.com/symfony/Stopwatch.git",
831
                "reference": "261abd360cfb6ac65ea93ffd82073e2011d034fc"
832
            },
833
            "dist": {
834
                "type": "zip",
835
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/261abd360cfb6ac65ea93ffd82073e2011d034fc",
836
                "reference": "261abd360cfb6ac65ea93ffd82073e2011d034fc",
837
                "shasum": ""
838
            },
839
            "require": {
840
                "php": ">=5.3.3"
841
            },
842
            "type": "library",
843
            "extra": {
844
                "branch-alias": {
845
                    "dev-master": "2.6-dev"
846
                }
847
            },
848
            "autoload": {
849
                "psr-0": {
850
                    "Symfony\\Component\\Stopwatch\\": ""
851
                }
852
            },
853
            "notification-url": "https://packagist.org/downloads/",
854
            "license": [
855
                "MIT"
856
            ],
857
            "authors": [
858
                {
859
                    "name": "Symfony Community",
860
                    "homepage": "http://symfony.com/contributors"
861
                },
862
                {
863
                    "name": "Fabien Potencier",
864
                    "email": "[email protected]"
865
                }
866
            ],
867
            "description": "Symfony Stopwatch Component",
868
            "homepage": "http://symfony.com",
869
            "time": "2014-12-02 20:19:20"
870
        },
871
        {
872
            "name": "symfony/templating",
873
            "version": "v2.6.1",
874
            "target-dir": "Symfony/Component/Templating",
875
            "source": {
876
                "type": "git",
877
                "url": "https://github.com/symfony/Templating.git",
878
                "reference": "ece693dbae9e4e9c270729c36f668258639e4c10"
879
            },
880
            "dist": {
881
                "type": "zip",
882
                "url": "https://api.github.com/repos/symfony/Templating/zipball/ece693dbae9e4e9c270729c36f668258639e4c10",
883
                "reference": "ece693dbae9e4e9c270729c36f668258639e4c10",
884
                "shasum": ""
885
            },
886
            "require": {
887
                "php": ">=5.3.3"
888
            },
889
            "require-dev": {
890
                "psr/log": "~1.0"
891
            },
892
            "suggest": {
893
                "psr/log": "For using debug logging in loaders"
894
            },
895
            "type": "library",
896
            "extra": {
897
                "branch-alias": {
898
                    "dev-master": "2.6-dev"
899
                }
900
            },
901
            "autoload": {
902
                "psr-0": {
903
                    "Symfony\\Component\\Templating\\": ""
904
                }
905
            },
906
            "notification-url": "https://packagist.org/downloads/",
907
            "license": [
908
                "MIT"
909
            ],
910
            "authors": [
911
                {
912
                    "name": "Symfony Community",
913
                    "homepage": "http://symfony.com/contributors"
914
                },
915
                {
916
                    "name": "Fabien Potencier",
917
                    "email": "[email protected]"
918
                }
919
            ],
920
            "description": "Symfony Templating Component",
921
            "homepage": "http://symfony.com",
922
            "time": "2014-12-02 20:19:20"
923
        },
924
        {
925
            "name": "symfony/translation",
926
            "version": "v2.6.1",
927
            "target-dir": "Symfony/Component/Translation",
928
            "source": {
929
                "type": "git",
930
                "url": "https://github.com/symfony/Translation.git",
931
                "reference": "5b8bf84a43317021849813f556f26dc35968156b"
932
            },
933
            "dist": {
934
                "type": "zip",
935
                "url": "https://api.github.com/repos/symfony/Translation/zipball/5b8bf84a43317021849813f556f26dc35968156b",
936
                "reference": "5b8bf84a43317021849813f556f26dc35968156b",
937
                "shasum": ""
938
            },
939
            "require": {
940
                "php": ">=5.3.3"
941
            },
942
            "require-dev": {
943
                "psr/log": "~1.0",
944
                "symfony/config": "~2.0",
945
                "symfony/intl": "~2.3",
946
                "symfony/yaml": "~2.2"
947
            },
948
            "suggest": {
949
                "psr/log": "To use logging capability in translator",
950
                "symfony/config": "",
951
                "symfony/yaml": ""
952
            },
953
            "type": "library",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "2.6-dev"
957
                }
958
            },
959
            "autoload": {
960
                "psr-0": {
961
                    "Symfony\\Component\\Translation\\": ""
962
                }
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "MIT"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Symfony Community",
971
                    "homepage": "http://symfony.com/contributors"
972
                },
973
                {
974
                    "name": "Fabien Potencier",
975
                    "email": "[email protected]"
976
                }
977
            ],
978
            "description": "Symfony Translation Component",
979
            "homepage": "http://symfony.com",
980
            "time": "2014-12-02 20:19:20"
981
        }
982
    ],
983
    "packages-dev": [],
984
    "aliases": [],
985
    "minimum-stability": "stable",
986
    "stability-flags": [],
987
    "prefer-stable": false,
988
    "prefer-lowest": false,
989
    "platform": {
990
        "php": ">=5.3.3"
991
    },
992
    "platform-dev": []
993
}
994