Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | KNOWN ISSUE: string interpolation will not work! | |||||
| * | | | | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 | |
|/ / / / | ||||||
* | | | | don't lie in --help output; thanks @Quintus | Kornelius Kalnbach | 2015-04-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #178 from tricknotes/ruby-2.1-and-2.2 | Kornelius Kalnbach | 2014-11-17 | 3 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | Test against Ruby 2.1 and 2.2 on Travis CI | |||||
| * | | | Test against Ruby 2.1 and 2.2 on Travis CI | Ryunosuke SATO | 2014-11-12 | 3 | -1/+4 | |
|/ / / | ||||||
* | | | relax gem version requirements | Kornelius Kalnbach | 2014-05-18 | 1 | -3/+3 | |
| | | | ||||||
* | | | HTML envoder keeps \t with tab_width: false | Kornelius Kalnbach | 2014-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #170 | |||||
* | | | update term-ansicolor dependency | Kornelius Kalnbach | 2014-02-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 3 | -25/+21 | |
| |/ |/| | ||||||
* | | remove outdated, misleading and buggy "samples" | Kornelius Kalnbach | 2013-09-20 | 47 | -3015/+0 | |
| | | ||||||
* | | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 3 | -28/+34 | |
| | | ||||||
* | | cleanup changelog for 1.1 | Kornelius Kalnbach | 2013-09-01 | 1 | -26/+43 | |
| | | ||||||
* | | cleanup | Kornelius Kalnbach | 2013-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | fix coderay -HTML optionv1.1.0.rc5 | Kornelius Kalnbach | 2013-08-30 | 2 | -6/+9 | |
| | | ||||||
* | | Merge pull request #149 from rubychan/fix-cache-attack | Kornelius Kalnbach | 2013-08-23 | 8 | -46/+74 | |
|\ \ | | | | | | | Fix Symbol/Cache attacks | |||||
| * | | more changelog | Kornelius Kalnbach | 2013-08-23 | 1 | -0/+4 | |
| | | | ||||||
| * | | changelog | Kornelius Kalnbach | 2013-08-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | limit HTML encoder span_for_kinds cache sizev1.1.0.rc3 | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+4 | |
| | | | ||||||
| * | | no cache attacks possible, static input (CSS) | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 | |
| | | | ||||||
| * | | avoid cache attack in Ruby scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -7/+7 | |
| | | | | | | | | | (eg. using Unicode-delimited Fancy Strings) | |||||
| * | | cleanup | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | no attack vector, there are only 2 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | no attack vector, there are only 4 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 | |
| | | | ||||||
| * | | FileType should guard against attacks here | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 4 | -26/+25 | |
| | | | ||||||
| * | | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 2 | -23/+28 | |
| | | | ||||||
| * | | no attack vector found | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | cleanup Plugin, don't use #to_sym anymore | Kornelius Kalnbach | 2013-07-21 | 1 | -12/+11 | |
| | | | ||||||
| * | | prevent Symbol attack in Raydebug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+14 | |
| | | | ||||||
| * | | rename local variable | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | don't dup @span_for_kinds hash keys | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | no attack vector found | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'master' into fix-cache-attack | Kornelius Kalnbach | 2013-07-21 | 4 | -9/+7 | |
| |\ \ | ||||||
| * | | | mark possibly problematic spots with FIXME | Kornelius Kalnbach | 2013-07-20 | 9 | -0/+15 | |
| | | | | ||||||
* | | | | rename protected method in FileType | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | check token kinds in Lint encoders | Kornelius Kalnbach | 2013-07-21 | 4 | -9/+7 | |
|/ / | ||||||
* | | add Ruby 2 syntax: %i(…) and %I(…) | Kornelius Kalnbach | 2013-07-20 | 3 | -3/+7 | |
| | | ||||||
* | | Merge pull request #147 from rubychan/go-scannerv1.1.0.rc2 | Kornelius Kalnbach | 2013-07-13 | 4 | -1/+212 | |
|\ \ | | | | | | | Go scanner | |||||
| * | | allow unicode characters in char literals | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | be a bit more graceful with buggy Go strings | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+3 | |
| | | | ||||||
| * | | tweak numeral tokens handling (#147) | Kornelius Kalnbach | 2013-07-13 | 1 | -10/+10 | |
| | | | ||||||
| * | | create nathany for Go scanner, too | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into go-scanner | Kornelius Kalnbach | 2013-07-13 | 5 | -24/+23 | |
| |\ \ | |/ / |/| | | ||||||
* | | | use bundler rake tasksv1.1.0.rc1 | Kornelius Kalnbach | 2013-07-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | changelog | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix CSS scanner for things like "nth-child(2n)" | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix #143 (Sass scanner key vs tag heuristic) | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix #139: don't scan for :include after eos | Kornelius Kalnbach | 2013-07-13 | 1 | -0/+2 | |
| | | |