GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Issues (666)

Security Analysis    no request data  

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

  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.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  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.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  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.
  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.
  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.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
  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.
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  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.
  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.
  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.
  Header Injection
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.

report/.css/style.css (65 issues)

1
body {
2
 padding-top: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
3
}
4
5
.popover {
6
 max-width: none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
7
}
8
9
.octicon {
10
 margin-right:.25em;
0 ignored issues
show
Expected 1 space after colon in style definition; 0 found
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
11
}
12
13
.table-bordered>thead>tr>td {
14
 border-bottom-width: 1px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
15
}
16
17
.table tbody>tr>td, .table thead>tr>td {
18
 padding-top: 3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
19
 padding-bottom: 3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
20
}
21
22
.table-condensed tbody>tr>td {
23
 padding-top: 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
24
 padding-bottom: 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
25
}
26
27
.table .progress {
28
 margin-bottom: inherit;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
29
}
30
31
.table-borderless th, .table-borderless td {
32
 border: 0 !important;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
33
}
34
35
.table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.success, span.success {
36
 background-color: #dff0d8;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #DFF0D8 but found #dff0d8
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
37
}
38
39
.table tbody tr.covered-by-medium-tests, li.covered-by-medium-tests {
40
 background-color: #c3e3b5;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #C3E3B5 but found #c3e3b5
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
41
}
42
43
.table tbody tr.covered-by-small-tests, li.covered-by-small-tests {
44
 background-color: #99cb84;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #99CB84 but found #99cb84
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
45
}
46
47
.table tbody tr.danger, .table tbody td.danger, li.danger, span.danger {
48
 background-color: #f2dede;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #F2DEDE but found #f2dede
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
49
}
50
51
.table tbody td.warning, li.warning, span.warning {
52
 background-color: #fcf8e3;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #FCF8E3 but found #fcf8e3
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
53
}
54
55
.table tbody td.info {
56
 background-color: #d9edf7;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #D9EDF7 but found #d9edf7
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
57
}
58
59
td.big {
60
 width: 117px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
61
}
62
63
td.small {
0 ignored issues
show
Class definition is empty
Loading history...
64
}
65
66
td.codeLine {
67
 font-family: "Source Code Pro", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
0 ignored issues
show
Style definitions must be lowercase; expected menlo but found Menlo
Loading history...
Style definitions must be lowercase; expected monaco but found Monaco
Loading history...
Style definitions must be lowercase; expected consolas but found Consolas
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
68
 white-space: pre;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
69
}
70
71
td span.comment {
72
 color: #888a85;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #888A85 but found #888a85
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
73
}
74
75
td span.default {
76
 color: #2e3436;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #2E3436 but found #2e3436
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
77
}
78
79
td span.html {
80
 color: #888a85;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #888A85 but found #888a85
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
81
}
82
83
td span.keyword {
84
 color: #2e3436;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #2E3436 but found #2e3436
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
85
 font-weight: bold;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
86
}
87
88
pre span.string {
89
 color: #2e3436;
0 ignored issues
show
CSS colours must be defined in uppercase; expected #2E3436 but found #2e3436
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
90
}
91
92
span.success, span.warning, span.danger {
93
 margin-right: 2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
94
 padding-left: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
95
 padding-right: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
96
 text-align: center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
97
}
98
99
#classCoverageDistribution, #classComplexity {
100
 height: 200px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
101
 width: 475px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
102
}
103
104
#toplink {
105
 position: fixed;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
106
 left: 5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
107
 bottom: 5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
108
 outline: 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
109
}
110
111
svg text {
112
 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
0 ignored issues
show
Style definitions must be lowercase; expected verdana but found Verdana
Loading history...
Style definitions must be lowercase; expected arial but found Arial
Loading history...
Style definitions must be lowercase; expected helvetica but found Helvetica
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
113
 font-size: 11px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
114
 color: #666;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
115
 fill: #666;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
116
}
117
118
.scrollbox {
119
 height:245px;
0 ignored issues
show
Expected 1 space after colon in style definition; 0 found
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
120
 overflow-x:hidden;
0 ignored issues
show
Expected 1 space after colon in style definition; 0 found
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
121
 overflow-y:scroll;
0 ignored issues
show
Expected 1 space after colon in style definition; 0 found
Loading history...
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
122
}
0 ignored issues
show
As per coding style, files should not end with a newline character.

This check marks files that end in a newline character, i.e. an empy line.

Loading history...
123