brakeman 4.4.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of brakeman might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGES.md +17 -0
- data/bundle/load.rb +7 -8
- data/bundle/ruby/2.5.0/gems/{ruby2ruby-2.4.1 → ruby2ruby-2.4.2}/History.rdoc +8 -0
- data/bundle/ruby/2.5.0/gems/{ruby2ruby-2.4.1 → ruby2ruby-2.4.2}/Manifest.txt +0 -0
- data/bundle/ruby/2.5.0/gems/{ruby2ruby-2.4.1 → ruby2ruby-2.4.2}/README.rdoc +0 -0
- data/bundle/ruby/2.5.0/gems/{ruby2ruby-2.4.1 → ruby2ruby-2.4.2}/lib/ruby2ruby.rb +34 -36
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/History.rdoc +47 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/Manifest.txt +5 -4
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/README.rdoc +0 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/compare/normalize.rb +29 -2
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/debugging.md +18 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/rp_extensions.rb +0 -7
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/rp_stringscanner.rb +0 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby20_parser.rb +6874 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby20_parser.y +284 -201
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby21_parser.rb +6952 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby21_parser.y +281 -197
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby22_parser.rb +6983 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib/ruby_parser.yy → ruby_parser-3.13.0/lib/ruby22_parser.y} +280 -306
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby23_parser.rb +6982 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby23_parser.y +282 -203
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby24_parser.rb +6982 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby24_parser.y +282 -203
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby25_parser.rb +6981 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby25_parser.y +282 -203
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby26_parser.rb +6999 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby26_parser.y +2469 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby_lexer.rb +116 -118
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby_lexer.rex +10 -8
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby_lexer.rex.rb +8 -8
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0 → ruby_parser-3.13.0}/lib/ruby_parser.rb +5 -7
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby_parser.yy +2571 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/lib/ruby_parser_extras.rb +1360 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/tools/munge.rb +216 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.13.0/tools/ripper.rb +23 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib → ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy}/ruby18_parser.rb +7 -6
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib → ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy}/ruby18_parser.y +5 -4
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib → ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy}/ruby19_parser.rb +7 -6
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib → ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy}/ruby19_parser.y +5 -4
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
- data/bundle/ruby/2.5.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
- data/bundle/ruby/2.5.0/gems/{ruby_parser-3.12.0/lib → ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy}/ruby_parser_extras.rb +43 -33
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/CHANGES.md +5 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/Gemfile +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/LICENSE.txt +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/README.md +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/bundle_install_all_ruby_versions.sh +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/deep.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/libyaml_checker.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/load.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/parse/date.rb +2 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/parse/hexadecimal.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/parse/sexagesimal.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/psych_handler.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/psych_resolver.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/resolver.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/safe_to_ruby_visitor.rb +0 -0
- data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/syck_hack.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/syck_node_monkeypatch.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/syck_resolver.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_boolean.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_date.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_float.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_integer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_nil.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/to_symbol.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/transform/transformation_map.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/lib/safe_yaml/version.rb +1 -1
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/run_specs_all_ruby_versions.sh +0 -0
- data/bundle/ruby/2.5.0/gems/{safe_yaml-1.0.4 → safe_yaml-1.0.5}/safe_yaml.gemspec +0 -0
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/History.rdoc +8 -0
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/Manifest.txt +0 -0
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/README.rdoc +0 -0
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/composite_sexp_processor.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/pt_testcase.rb +2 -2
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/sexp.rb +4 -4
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/sexp_processor.rb +1 -1
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/strict_sexp.rb +3 -3
- data/bundle/ruby/2.5.0/gems/{sexp_processor-4.11.0 → sexp_processor-4.12.0}/lib/unique.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/CHANGES +6 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/EXPRESSIONS.md +1 -1
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/Gemfile +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/LICENSE +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/README.md +1 -1
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/engine.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/erb/engine.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/erb/parser.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/erb/template.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/erb/trimming.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/exceptions.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filter.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/code_merger.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/control_flow.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/dynamic_inliner.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/encoding.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/eraser.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/escapable.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/multi_flattener.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/remove_bom.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/static_analyzer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/static_merger.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/string_splitter.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/filters/validator.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generator.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generators/array.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generators/array_buffer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generators/erb.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generators/rails_output_buffer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/generators/string_buffer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/grammar.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/attribute_merger.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/attribute_remover.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/attribute_sorter.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/dispatcher.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/fast.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/filter.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/pretty.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/html/safe.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/map.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/mixins/dispatcher.rb +2 -1
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/mixins/engine_dsl.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/mixins/grammar_dsl.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/mixins/options.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/mixins/template.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/parser.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/static_analyzer.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/templates.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/templates/rails.rb +2 -2
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/templates/tilt.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/lib/temple/utils.rb +0 -0
- data/bundle/ruby/2.5.0/gems/temple-0.8.1/lib/temple/version.rb +3 -0
- data/bundle/ruby/2.5.0/gems/{temple-0.8.0 → temple-0.8.1}/temple.gemspec +0 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/CHANGELOG.md +4 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/MIT-LICENSE.txt +1 -1
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/README.md +10 -10
- data/bundle/ruby/2.5.0/gems/unicode-display_width-1.5.0/data/display_width.marshal.gz +0 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/lib/unicode/display_width.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/lib/unicode/display_width/constants.rb +2 -2
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/lib/unicode/display_width/index.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/lib/unicode/display_width/no_string_ext.rb +0 -0
- data/bundle/ruby/2.5.0/gems/{unicode-display_width-1.4.1 → unicode-display_width-1.5.0}/lib/unicode/display_width/string_ext.rb +0 -0
- data/lib/brakeman/checks/base_check.rb +16 -0
- data/lib/brakeman/checks/check_content_tag.rb +12 -0
- data/lib/brakeman/checks/check_cross_site_scripting.rb +6 -6
- data/lib/brakeman/checks/check_evaluation.rb +0 -1
- data/lib/brakeman/checks/check_execute.rb +18 -0
- data/lib/brakeman/checks/check_send.rb +0 -1
- data/lib/brakeman/checks/check_session_manipulation.rb +0 -1
- data/lib/brakeman/checks/check_sql.rb +12 -3
- data/lib/brakeman/file_parser.rb +8 -4
- data/lib/brakeman/parsers/haml_embedded.rb +44 -0
- data/lib/brakeman/parsers/slim_embedded.rb +44 -0
- data/lib/brakeman/parsers/template_parser.rb +2 -4
- data/lib/brakeman/processors/alias_processor.rb +23 -1
- data/lib/brakeman/processors/lib/call_conversion_helper.rb +4 -0
- data/lib/brakeman/processors/slim_template_processor.rb +16 -0
- data/lib/brakeman/processors/template_alias_processor.rb +2 -2
- data/lib/brakeman/scanner.rb +11 -10
- data/lib/brakeman/tracker.rb +5 -1
- data/lib/brakeman/tracker/config.rb +32 -7
- data/lib/brakeman/util.rb +17 -0
- data/lib/brakeman/version.rb +1 -1
- metadata +157 -320
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby20_parser.rb +0 -6687
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby21_parser.rb +0 -6767
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby22_parser.rb +0 -6803
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby22_parser.y +0 -2376
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby23_parser.rb +0 -6818
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby24_parser.rb +0 -6818
- data/bundle/ruby/2.5.0/gems/ruby_parser-3.12.0/lib/ruby25_parser.rb +0 -6818
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/CODE_OF_CONDUCT.md +0 -10
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/CONTRIBUTING.md +0 -148
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/MIT-LICENSE +0 -20
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/README.md +0 -227
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/REVISION +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION_DATE +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION_NAME +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/extra/sass-spec-ref.sh +0 -32
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/extra/update_watch.rb +0 -13
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/init.rb +0 -18
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass.rb +0 -109
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores.rb +0 -15
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/base.rb +0 -88
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/chain.rb +0 -34
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/filesystem.rb +0 -60
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/memory.rb +0 -46
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/null.rb +0 -25
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/callbacks.rb +0 -67
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/css.rb +0 -408
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/deprecation.rb +0 -55
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb +0 -1226
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/environment.rb +0 -215
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/error.rb +0 -198
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec.rb +0 -9
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/base.rb +0 -199
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/sass_convert.rb +0 -283
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/sass_scss.rb +0 -440
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/features.rb +0 -47
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers.rb +0 -23
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/base.rb +0 -182
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/deprecated_path.rb +0 -51
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/filesystem.rb +0 -219
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger.rb +0 -17
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/base.rb +0 -36
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/delayed.rb +0 -50
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/log_level.rb +0 -45
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/media.rb +0 -210
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin.rb +0 -134
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb +0 -582
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/configuration.rb +0 -134
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/generic.rb +0 -15
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/merb.rb +0 -48
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/rack.rb +0 -60
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/rails.rb +0 -47
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/staleness_checker.rb +0 -199
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/railtie.rb +0 -10
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/repl.rb +0 -57
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/root.rb +0 -7
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script.rb +0 -66
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_lexer.rb +0 -33
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_parser.rb +0 -33
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_variable_warning.rb +0 -52
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/functions.rb +0 -2693
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/lexer.rb +0 -464
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/parser.rb +0 -832
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree.rb +0 -16
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/funcall.rb +0 -313
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/interpolation.rb +0 -223
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/list_literal.rb +0 -104
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/literal.rb +0 -49
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/map_literal.rb +0 -64
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/node.rb +0 -127
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/operation.rb +0 -156
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/selector.rb +0 -26
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/string_interpolation.rb +0 -125
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/unary_operation.rb +0 -69
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/variable.rb +0 -57
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value.rb +0 -11
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/arg_list.rb +0 -36
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/base.rb +0 -241
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/bool.rb +0 -35
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/color.rb +0 -698
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/helpers.rb +0 -272
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/list.rb +0 -113
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/map.rb +0 -70
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/null.rb +0 -44
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/number.rb +0 -563
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/string.rb +0 -138
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss.rb +0 -14
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/css_parser.rb +0 -56
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/parser.rb +0 -1254
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/rx.rb +0 -140
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/static_parser.rb +0 -373
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector.rb +0 -323
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/abstract_sequence.rb +0 -111
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/comma_sequence.rb +0 -191
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/pseudo.rb +0 -266
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/sequence.rb +0 -636
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/simple.rb +0 -117
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/simple_sequence.rb +0 -344
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/shared.rb +0 -76
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/map.rb +0 -213
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/position.rb +0 -39
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/range.rb +0 -41
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb +0 -120
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/supports.rb +0 -225
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/at_root_node.rb +0 -83
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/charset_node.rb +0 -22
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/comment_node.rb +0 -82
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/content_node.rb +0 -9
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/css_import_node.rb +0 -68
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/debug_node.rb +0 -18
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/directive_node.rb +0 -59
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/each_node.rb +0 -24
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/error_node.rb +0 -18
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/extend_node.rb +0 -43
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/for_node.rb +0 -36
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/function_node.rb +0 -44
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/if_node.rb +0 -52
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/import_node.rb +0 -75
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/keyframe_rule_node.rb +0 -15
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/media_node.rb +0 -48
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/mixin_def_node.rb +0 -38
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/mixin_node.rb +0 -52
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/node.rb +0 -240
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/prop_node.rb +0 -170
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/return_node.rb +0 -19
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb +0 -44
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/rule_node.rb +0 -155
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/supports_node.rb +0 -38
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/trace_node.rb +0 -33
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/variable_node.rb +0 -36
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb +0 -72
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/check_nesting.rb +0 -173
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/convert.rb +0 -351
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/cssize.rb +0 -373
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/deep_copy.rb +0 -107
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/extend.rb +0 -70
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb +0 -564
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/set_options.rb +0 -139
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/to_css.rb +0 -409
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/warn_node.rb +0 -18
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/while_node.rb +0 -18
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util.rb +0 -1375
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/cross_platform_random.rb +0 -19
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/multibyte_string_scanner.rb +0 -155
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/normalized_map.rb +0 -129
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/ordered_hash.rb +0 -192
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/subset_map.rb +0 -109
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/test.rb +0 -9
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/version.rb +0 -124
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/rails/init.rb +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/CHANGELOG.md +0 -1
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/CONTRIBUTING.md +0 -38
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Gemfile +0 -20
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Guardfile +0 -8
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/LICENSE +0 -20
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/README.md +0 -349
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Rakefile +0 -5
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Vagrantfile +0 -96
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen.rb +0 -54
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapter.rb +0 -327
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/bsd.rb +0 -75
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/darwin.rb +0 -48
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/linux.rb +0 -81
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/polling.rb +0 -58
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/windows.rb +0 -91
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/directory_record.rb +0 -406
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb +0 -323
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/turnstile.rb +0 -32
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/version.rb +0 -3
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/listen.gemspec +0 -28
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapter_spec.rb +0 -149
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/bsd_spec.rb +0 -36
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/darwin_spec.rb +0 -37
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/linux_spec.rb +0 -47
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/polling_spec.rb +0 -68
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/windows_spec.rb +0 -30
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/directory_record_spec.rb +0 -1250
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/listener_spec.rb +0 -258
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/turnstile_spec.rb +0 -56
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen_spec.rb +0 -67
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/spec_helper.rb +0 -25
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/adapter_helper.rb +0 -666
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/directory_record_helper.rb +0 -57
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/fixtures_helper.rb +0 -29
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/listeners_helper.rb +0 -179
- data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/platform_helper.rb +0 -15
- data/bundle/ruby/2.5.0/gems/temple-0.8.0/lib/temple/version.rb +0 -3
- data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.1/data/display_width.marshal.gz +0 -0
@@ -1,10 +0,0 @@
|
|
1
|
-
Sass is more than a technology; Sass is driven by the community of individuals
|
2
|
-
that power its development and use every day. As a community, we want to embrace
|
3
|
-
the very differences that have made our collaboration so powerful, and work
|
4
|
-
together to provide the best environment for learning, growing, and sharing of
|
5
|
-
ideas. It is imperative that we keep Sass a fun, welcoming, challenging, and
|
6
|
-
fair place to play.
|
7
|
-
|
8
|
-
[The full community guidelines can be found on the Sass website.][link]
|
9
|
-
|
10
|
-
[link]: http://sass-lang.com/community-guidelines
|
@@ -1,148 +0,0 @@
|
|
1
|
-
Contributions are welcomed. Please see the following site for guidelines:
|
2
|
-
|
3
|
-
[http://sass-lang.com/community#Contribute](http://sass-lang.com/community#Contribute)
|
4
|
-
|
5
|
-
* [Branches](#main-development-branches)
|
6
|
-
* [Feature Branches](#feature-branches)
|
7
|
-
* [Experimental Branches](#experimental-branches)
|
8
|
-
* [Old Stable Branches](#old-stable-branches)
|
9
|
-
* [Versioning](#versioning)
|
10
|
-
* [Making Breaking Changes](#making-breaking-changes)
|
11
|
-
* [Exceptional Breakages](#exceptional-breakages)
|
12
|
-
|
13
|
-
## Branches
|
14
|
-
|
15
|
-
The Sass repository has three primary development branches, each of which tracks
|
16
|
-
a different line of releases (see [versioning](#versioning) below). Each branch
|
17
|
-
is regularly merged into the one below: `stable` into `next`, `next` into
|
18
|
-
`master`.
|
19
|
-
|
20
|
-
* The `stable` branch is the default—it's what GitHub shows if you go to
|
21
|
-
[sass/sass](https://github.com/sass/sass), and it's the default place for pull
|
22
|
-
requests to go. This branch is where we work on the next patch release. Bug
|
23
|
-
fixes and documentation improvements belong here, but not new features.
|
24
|
-
|
25
|
-
* The `next` branch is where we work on the next minor release. It's where most
|
26
|
-
new features go, as long as they're not breaking changes. Very occasionally
|
27
|
-
breaking changes will go here as well—see
|
28
|
-
[exceptional breakages](#exceptional-breakages) below for details.
|
29
|
-
|
30
|
-
* The `master` branch is where we work on the next major release. It's where
|
31
|
-
breaking changes go. We also occasionally decide that a non-breaking feature
|
32
|
-
is big enough to warrant saving until the next major release, in which case it
|
33
|
-
will also be developed here.
|
34
|
-
|
35
|
-
Ideally, pull requests would be made against the appropriate
|
36
|
-
branch, but don't worry about it too much; if you make a request against the
|
37
|
-
wrong branch, the maintainer will take responsibility for rebasing it before
|
38
|
-
merging.
|
39
|
-
|
40
|
-
### Testing
|
41
|
-
|
42
|
-
Tests for changes to the Sass language go in
|
43
|
-
[sass-spec](https://github.com/sass/sass-spec) so that other
|
44
|
-
implementations (E.g. libSass) can be tested against the same test
|
45
|
-
suite. The sass-spec repo follows a "trunk development" model in that
|
46
|
-
the tests there test against different version of the Sass language (as
|
47
|
-
opposed to having branches that track different Sass versions). When
|
48
|
-
contributing changes to Sass, update the Gemfile to use sass-spec from a
|
49
|
-
branch or fork that has the new tests. When the feature lands in Sass,
|
50
|
-
the committer will also merge the corresponding sass-spec changes.
|
51
|
-
|
52
|
-
The [documentation of
|
53
|
-
sass-spec](https://github.com/sass/sass-spec/blob/master/README.md)
|
54
|
-
explains how to run sass-spec and contribute changes. In development,
|
55
|
-
Change the Gemfile(s) to use the `:path` option against the sass-spec gem
|
56
|
-
to link your local checkout of sass and sass-spec together in one or
|
57
|
-
both directions.
|
58
|
-
|
59
|
-
Changes to Sass internals or Ruby Sass specific features (E.g.
|
60
|
-
the `sass-convert` tool) should always have tests in the Sass `test`
|
61
|
-
directory following the conventions you see there.
|
62
|
-
|
63
|
-
### Feature Branches
|
64
|
-
|
65
|
-
Sometimes it won't be possible to merge a new feature into `next` or `master`
|
66
|
-
immediately. It may require longer-term work before it's complete, or we may not
|
67
|
-
want to release it as part of any alpha releases of the branch in question.
|
68
|
-
Branches like this are labeled `feature.#{name}` and stay on GitHub until
|
69
|
-
they're ready to be merged.
|
70
|
-
|
71
|
-
### Experimental Branches
|
72
|
-
|
73
|
-
Not all features pan out, and not all code is a good fit for merging into the
|
74
|
-
main codebase. Usually when this happens the code is just discarded, but every
|
75
|
-
so often it's interesting or promising enough that it's worth keeping around.
|
76
|
-
This is what experimental branches (labeled `experimental.#{name}`) are for.
|
77
|
-
While they're not currently in use, they contain code that might be useful in
|
78
|
-
the future.
|
79
|
-
|
80
|
-
### Old Stable Branches
|
81
|
-
|
82
|
-
Usually Sass doesn't have the development time to do long-term maintenance of
|
83
|
-
old release. But occasionally, very rarely, it becomes necessary. In cases like
|
84
|
-
that, a branch named `stable_#{version}` will be created, starting from the last
|
85
|
-
tag in that version series.
|
86
|
-
|
87
|
-
## Versioning
|
88
|
-
|
89
|
-
Starting with version 3.5.0, Sass uses [semantic versioning](http://semver.org/)
|
90
|
-
to indicate the evolution of its language semantics as much as possible. This
|
91
|
-
means that patch releases (such as 3.5.3) contain only bug fixes, minor releases
|
92
|
-
(such as 3.6.0) contain backwards-compatible features, and only major releases
|
93
|
-
(such as 4.0.0) are allowed to have backwards-incompatible behavior. There are
|
94
|
-
[exceptions](#exceptional-breakages), but we try to follow this rule as closely
|
95
|
-
as possible.
|
96
|
-
|
97
|
-
Note, however, that the semantic versioning applies only to the language's
|
98
|
-
semantics, not to the Ruby APIs. Although we try hard to keep widely-used APIs
|
99
|
-
like [`Sass::Engine`][Sass::Engine] stable, we don't have a strong distinction
|
100
|
-
between public and private APIs and we need to be able to freely refactor our
|
101
|
-
code.
|
102
|
-
|
103
|
-
[Sass::Engine]: http://sass-lang.com/documentation/Sass/Engine.html
|
104
|
-
|
105
|
-
### Making Breaking Changes
|
106
|
-
|
107
|
-
Sometimes the old way of doing something just isn't going to work anymore, and
|
108
|
-
the new way just can't be made backwards-compatible. In that case, a breaking
|
109
|
-
change is necessary. These changes are rarely pleasant, but they contribute to
|
110
|
-
making the language better in the long term.
|
111
|
-
|
112
|
-
Our breaking change process tries to make such changes as clear to users and as
|
113
|
-
easy to adapt to as possible. We want to ensure that there's a clear path
|
114
|
-
forward for users using functionality that will no longer exist, and that they
|
115
|
-
are able to understand what's changing and what they need to do. We've developed
|
116
|
-
the following process for this:
|
117
|
-
|
118
|
-
1. Deprecate the old behavior [in `stable`](#branches). At minimum, deprecating
|
119
|
-
some behavior involves printing a warning when that behavior is used
|
120
|
-
explaining that it's going to go away in the future. Ideally, this message
|
121
|
-
will also include code that will do the same thing in a non-deprecated way.
|
122
|
-
If there's a thorough prose explanation of the change available online, the
|
123
|
-
message should link to that as well.
|
124
|
-
|
125
|
-
2. If possible, make `sass-convert` (also in `stable`) convert the deprecated
|
126
|
-
behavior into a non-deprecated form. This allows users to run `sass-convert
|
127
|
-
-R -i` to automatically update their stylesheets.
|
128
|
-
|
129
|
-
3. Implement the new behavior in `master`. The sooner this happens, the better:
|
130
|
-
it may be unclear exactly what needs to be deprecated until the new
|
131
|
-
implementation exists.
|
132
|
-
|
133
|
-
4. Release an alpha version of `master` that includes the new behavior. This
|
134
|
-
allows users who are dissatisfied with the workaround to use the new
|
135
|
-
behavior early. Normally a maintainer will take care of this.
|
136
|
-
|
137
|
-
### Exceptional Breakages
|
138
|
-
|
139
|
-
Because Sass's syntax and semantics are closely tied to those of CSS, there are
|
140
|
-
occasionally times when CSS syntax is introduced that overlaps with
|
141
|
-
previously-valid Sass. In this case in particular, we may introduce a breaking
|
142
|
-
change in a minor version to get back to CSS compatibility as soon as possible.
|
143
|
-
|
144
|
-
Exceptional breakages still require the full deprecation process; the only
|
145
|
-
change is that the new behavior is implemented in `next` rather than `master`.
|
146
|
-
Because there are no minor releases between the deprecation and the removal of
|
147
|
-
the old behavior, the deprecation warning should be introduced soon as it
|
148
|
-
becomes clear that an exceptional breakage is necessary.
|
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) 2006-2016 Hampton Catlin, Natalie Weizenbaum, and Chris Eppstein
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,227 +0,0 @@
|
|
1
|
-
# Sass [](http://badge.fury.io/rb/sass) [](http://inch-ci.org/github/sass/sass)
|
2
|
-
|
3
|
-
**Sass makes CSS fun again**. Sass is an extension of CSS,
|
4
|
-
adding nested rules, variables, mixins, selector inheritance, and more.
|
5
|
-
It's translated to well-formatted, standard CSS
|
6
|
-
using the command line tool or a web-framework plugin.
|
7
|
-
|
8
|
-
Sass has two syntaxes. The new main syntax (as of Sass 3)
|
9
|
-
is known as "SCSS" (for "Sassy CSS"),
|
10
|
-
and is a superset of CSS's syntax.
|
11
|
-
This means that every valid CSS stylesheet is valid SCSS as well.
|
12
|
-
SCSS files use the extension `.scss`.
|
13
|
-
|
14
|
-
The second, older syntax is known as the indented syntax (or just "Sass").
|
15
|
-
Inspired by Haml's terseness, it's intended for people
|
16
|
-
who prefer conciseness over similarity to CSS.
|
17
|
-
Instead of brackets and semicolons,
|
18
|
-
it uses the indentation of lines to specify blocks.
|
19
|
-
Although no longer the primary syntax,
|
20
|
-
the indented syntax will continue to be supported.
|
21
|
-
Files in the indented syntax use the extension `.sass`.
|
22
|
-
|
23
|
-
## Using
|
24
|
-
|
25
|
-
Sass can be used from the command line
|
26
|
-
or as part of a web framework.
|
27
|
-
The first step is to install the gem:
|
28
|
-
|
29
|
-
gem install sass
|
30
|
-
|
31
|
-
After you convert some CSS to Sass, you can run
|
32
|
-
|
33
|
-
sass style.scss
|
34
|
-
|
35
|
-
to compile it back to CSS.
|
36
|
-
For more information on these commands, check out
|
37
|
-
|
38
|
-
sass --help
|
39
|
-
|
40
|
-
To install Sass in Rails 2,
|
41
|
-
just add `config.gem "sass"` to `config/environment.rb`.
|
42
|
-
In Rails 3, add `gem "sass"` to your Gemfile instead.
|
43
|
-
`.sass` or `.scss` files should be placed in `public/stylesheets/sass`,
|
44
|
-
where they'll be automatically compiled
|
45
|
-
to corresponding CSS files in `public/stylesheets` when needed
|
46
|
-
(the Sass template directory is customizable...
|
47
|
-
see [the Sass reference](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#template_location-option) for details).
|
48
|
-
|
49
|
-
Sass can also be used with any Rack-enabled web framework.
|
50
|
-
To do so, just add
|
51
|
-
|
52
|
-
```ruby
|
53
|
-
require 'sass/plugin/rack'
|
54
|
-
use Sass::Plugin::Rack
|
55
|
-
```
|
56
|
-
|
57
|
-
to `config.ru`.
|
58
|
-
Then any Sass files in `public/stylesheets/sass`
|
59
|
-
will be compiled into CSS files in `public/stylesheets` on every request.
|
60
|
-
|
61
|
-
To use Sass programmatically,
|
62
|
-
check out the [YARD documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#using_sass).
|
63
|
-
|
64
|
-
## Formatting
|
65
|
-
|
66
|
-
Sass is an extension of CSS
|
67
|
-
that adds power and elegance to the basic language.
|
68
|
-
It allows you to use [variables][vars], [nested rules][nested],
|
69
|
-
[mixins][mixins], [inline imports][imports],
|
70
|
-
and more, all with a fully CSS-compatible syntax.
|
71
|
-
Sass helps keep large stylesheets well-organized,
|
72
|
-
and get small stylesheets up and running quickly,
|
73
|
-
particularly with the help of
|
74
|
-
[the Compass style library](http://compass-style.org).
|
75
|
-
|
76
|
-
[vars]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variables_
|
77
|
-
[nested]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#nested_rules
|
78
|
-
[mixins]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
|
79
|
-
[imports]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import
|
80
|
-
|
81
|
-
Sass has two syntaxes.
|
82
|
-
The one presented here, known as "SCSS" (for "Sassy CSS"),
|
83
|
-
is fully CSS-compatible.
|
84
|
-
The other (older) syntax, known as the indented syntax or just "Sass",
|
85
|
-
is whitespace-sensitive and indentation-based.
|
86
|
-
For more information, see the [reference documentation][syntax].
|
87
|
-
|
88
|
-
[syntax]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax
|
89
|
-
|
90
|
-
To run the following examples and see the CSS they produce,
|
91
|
-
put them in a file called `test.scss` and run `sass test.scss`.
|
92
|
-
|
93
|
-
### Nesting
|
94
|
-
|
95
|
-
Sass avoids repetition by nesting selectors within one another.
|
96
|
-
The same thing works for properties.
|
97
|
-
|
98
|
-
```scss
|
99
|
-
table.hl {
|
100
|
-
margin: 2em 0;
|
101
|
-
td.ln { text-align: right; }
|
102
|
-
}
|
103
|
-
|
104
|
-
li {
|
105
|
-
font: {
|
106
|
-
family: serif;
|
107
|
-
weight: bold;
|
108
|
-
size: 1.2em;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
```
|
112
|
-
|
113
|
-
### Variables
|
114
|
-
|
115
|
-
Use the same color all over the place?
|
116
|
-
Need to do some math with height and width and text size?
|
117
|
-
Sass supports variables, math operations, and many useful functions.
|
118
|
-
|
119
|
-
```scss
|
120
|
-
$blue: #3bbfce;
|
121
|
-
$margin: 16px;
|
122
|
-
|
123
|
-
.content_navigation {
|
124
|
-
border-color: $blue;
|
125
|
-
color: darken($blue, 10%);
|
126
|
-
}
|
127
|
-
|
128
|
-
.border {
|
129
|
-
padding: $margin / 2;
|
130
|
-
margin: $margin / 2;
|
131
|
-
border-color: $blue;
|
132
|
-
}
|
133
|
-
```
|
134
|
-
|
135
|
-
### Mixins
|
136
|
-
|
137
|
-
Even more powerful than variables,
|
138
|
-
mixins allow you to re-use whole chunks of CSS,
|
139
|
-
properties or selectors.
|
140
|
-
You can even give them arguments.
|
141
|
-
|
142
|
-
```scss
|
143
|
-
@mixin table-scaffolding {
|
144
|
-
th {
|
145
|
-
text-align: center;
|
146
|
-
font-weight: bold;
|
147
|
-
}
|
148
|
-
td, th { padding: 2px; }
|
149
|
-
}
|
150
|
-
|
151
|
-
@mixin left($dist) {
|
152
|
-
float: left;
|
153
|
-
margin-left: $dist;
|
154
|
-
}
|
155
|
-
|
156
|
-
#data {
|
157
|
-
@include left(10px);
|
158
|
-
@include table-scaffolding;
|
159
|
-
}
|
160
|
-
```
|
161
|
-
|
162
|
-
A comprehensive list of features is available
|
163
|
-
in the [Sass reference](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).
|
164
|
-
|
165
|
-
## Executables
|
166
|
-
|
167
|
-
The Sass gem includes several executables that are useful
|
168
|
-
for dealing with Sass from the command line.
|
169
|
-
|
170
|
-
### `sass`
|
171
|
-
|
172
|
-
The `sass` executable transforms a source Sass file into CSS.
|
173
|
-
See `sass --help` for further information and options.
|
174
|
-
|
175
|
-
### `sass-convert`
|
176
|
-
|
177
|
-
The `sass-convert` executable converts between CSS, Sass, and SCSS.
|
178
|
-
When converting from CSS to Sass or SCSS,
|
179
|
-
nesting is applied where appropriate.
|
180
|
-
See `sass-convert --help` for further information and options.
|
181
|
-
|
182
|
-
### Running locally
|
183
|
-
|
184
|
-
To run the Sass executables from a source checkout instead of from rubygems:
|
185
|
-
|
186
|
-
```
|
187
|
-
$ cd sass
|
188
|
-
$ bundle
|
189
|
-
$ bundle exec sass ...
|
190
|
-
$ bundle exec scss ...
|
191
|
-
$ bundle exec sass-convert ...
|
192
|
-
```
|
193
|
-
|
194
|
-
## Authors
|
195
|
-
|
196
|
-
Sass was envisioned by [Hampton Catlin](http://www.hamptoncatlin.com)
|
197
|
-
(@hcatlin). However, Hampton doesn't even know his way around the code anymore
|
198
|
-
and now occasionally consults on the language issues. Hampton lives in San
|
199
|
-
Francisco, California and works as VP of Technology
|
200
|
-
at [Moovweb](http://www.moovweb.com/).
|
201
|
-
|
202
|
-
[Natalie Weizenbaum](https://twitter.com/nex3) is the primary developer and
|
203
|
-
architect of Sass. Her hard work has kept the project alive by endlessly
|
204
|
-
answering forum posts, fixing bugs, refactoring, finding speed improvements,
|
205
|
-
writing documentation, implementing new features, and designing the language.
|
206
|
-
Natalie lives in Seattle, Washington and works on [Dart](http://dartlang.org)
|
207
|
-
application libraries at Google.
|
208
|
-
|
209
|
-
[Chris Eppstein](http://twitter.com/chriseppstein) is a core contributor to
|
210
|
-
Sass and the creator of [Compass](http://compass-style.org/), the first Sass-based framework, and
|
211
|
-
[Eyeglass](http://github.com/sass-eyeglass/eyeglass), a node-sass plugin ecosystem for NPM. Chris focuses
|
212
|
-
on making Sass more powerful, easy to use, and on ways to speed its adoption
|
213
|
-
through the web development community. Chris lives in San Jose, California with
|
214
|
-
his wife and two children. He is an Engineer for
|
215
|
-
[LinkedIn.com](http://linkedin.com), where his primary responsibility is to
|
216
|
-
maintain Sass and many other Sass-related open source projects.
|
217
|
-
|
218
|
-
If you use this software, we'd be truly honored if you'd make a
|
219
|
-
tax-deductible donation to a non-profit organization and then
|
220
|
-
[let us know on twitter](http://twitter.com/SassCSS), so that we can
|
221
|
-
thank you. Here's a few that we endorse:
|
222
|
-
|
223
|
-
* [Trans Justice Funding Project](http://www.transjusticefundingproject.org/)
|
224
|
-
* [United Mitochondrial Disease Foundation](http://umdf.org/compass)
|
225
|
-
* [Girl Develop It](https://www.girldevelopit.com/donate)
|
226
|
-
|
227
|
-
Sass is licensed under the MIT License.
|
@@ -1 +0,0 @@
|
|
1
|
-
(release)
|
@@ -1 +0,0 @@
|
|
1
|
-
3.4.25
|
@@ -1 +0,0 @@
|
|
1
|
-
07 July 2017 22:00:34 UTC
|
@@ -1 +0,0 @@
|
|
1
|
-
Selective Steve
|
@@ -1,32 +0,0 @@
|
|
1
|
-
#!/bin/bash -e
|
2
|
-
# Copyright 2016 Google Inc. Use of this source code is governed by an MIT-style
|
3
|
-
# license that can be found in the LICENSE file or at
|
4
|
-
# https://opensource.org/licenses/MIT.
|
5
|
-
|
6
|
-
# Echoes the sass-spec Git ref that should be checked out for the current Travis
|
7
|
-
# run. If we're running specs for a pull request which refers to a sass-spec
|
8
|
-
# pull request, we'll run against the latter rather than sass-spec master.
|
9
|
-
|
10
|
-
default=master
|
11
|
-
|
12
|
-
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
13
|
-
>&2 echo "TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST."
|
14
|
-
>&2 echo "Ref: $default."
|
15
|
-
echo "$default"
|
16
|
-
exit 0
|
17
|
-
fi
|
18
|
-
|
19
|
-
>&2 echo "Fetching pull request $TRAVIS_PULL_REQUEST..."
|
20
|
-
|
21
|
-
JSON=$(curl -L -sS https://api.github.com/repos/sass/sass/pulls/$TRAVIS_PULL_REQUEST)
|
22
|
-
|
23
|
-
RE_SPEC_PR="sass\/sass-spec(#|\/pull\/)([0-9]+)"
|
24
|
-
|
25
|
-
if [[ $JSON =~ $RE_SPEC_PR ]]; then
|
26
|
-
ref="pull/${BASH_REMATCH[2]}/head"
|
27
|
-
>&2 echo "Ref: $ref."
|
28
|
-
echo "$ref"
|
29
|
-
else
|
30
|
-
>&2 echo "Ref: $default."
|
31
|
-
echo "$default"
|
32
|
-
fi
|