components/prism-rest.min.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt a7656de6 2021-06-22T11:14:57 reST: Fixed `inline` pattern (#2946)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt c2f6a644 2020-10-25T23:42:25 Fixed multiple cases of vulnerable regexes (#2584)
Michael Schmidt 8b5d67a3 2019-07-20T12:54:25 reST: Fixed exponential pattern (#1986) This fixes the exponential backtracking of the second `link` pattern.
Golmote 1a8b3e94 2017-10-22T15:20:01 reST: Regexp simplification + don't use captures if not needed
Golmote e6c6b858 2015-08-30T17:32:38 Rest: Simplified some patterns, fixed others, prevented blank comments to match, moved list-bullet down to prevent breaking quotes
Golmote 6eaf1768 2015-03-15T18:45:28 Add reST language (fix #552)