virajmahesh/icsi-shift-scheduler

View on GitHub

Showing 150 of 150 total issues

Rule doesn't have all its properties in alphabetical order.
Open

.select-header {

Use of !important
Open

    padding-left: 15px !important;

Use of !important
Open

    color: rgba(255, 255, 255, 0.65) !important;

Use of !important
Open

    text-align: center !important;

Element (div._md-text.ng-binding) is overqualified, just use ._md-text without element name.
Open

md-select-value div._md-text.ng-binding {

Rule doesn't have all its properties in alphabetical order.
Open

.searchbox {

Use of !important
Open

    margin-bottom: 0 !important;

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255, 33, 38, 0.8);

Unused method argument - opts. If it's necessary, use _ or _opts as an argument name to indicate that it won't be used.
Open

  def self.find_first_by_auth_conditions conditions, opts = {}
Severity: Minor
Found in app/models/user.rb by rubocop

This cop checks for unused method arguments.

Example:

# bad

def some_method(used, unused, _unused_but_allowed)
  puts used
end

Example:

# good

def some_method(used, _unused, _unused_but_allowed)
  puts used
end

Possible Object Leak and Denial of Service attack in Action Pack
Open

    actionpack (4.2.5)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Advisory: CVE-2016-0751

Criticality: High

URL: https://groups.google.com/forum/#!topic/rubyonrails-security/9oLY_FCzvoc

Solution: upgrade to >= 5.0.0.beta1.1, >= 4.2.5.1, ~> 4.2.5, >= 4.1.14.1, ~> 4.1.14, ~> 3.2.22.1

Rule doesn't have all its properties in alphabetical order.
Open

md-icon {

Use of !important
Open

    text-decoration: none !important;

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255, 151, 51, 0.38);

Use of !important
Open

    display: inline-block !important;

Possible Input Validation Circumvention in Active Model
Open

    activemodel (4.2.5)
Severity: Minor
Found in Gemfile.lock by bundler-audit

Advisory: CVE-2016-0753

Criticality: Medium

URL: https://groups.google.com/forum/#!topic/rubyonrails-security/6jQVC1geukQ

Solution: upgrade to >= 5.0.0.beta1.1, >= 4.2.5.1, ~> 4.2.5, >= 4.1.14.1, ~> 4.1.14

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(255, 255, 255, 0.65) !important;

Use of !important
Open

    float: right !important;

Use of !important
Open

    font-weight: bold !important;

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255, 79, 59, 0.38);

Use of !important
Open

    margin: 0 !important;
Severity
Category
Status
Source
Language