Skip to content

the great refactoring

Compare
Choose a tag to compare
@chdsbd chdsbd released this 05 Jan 04:51
· 447 commits to master since this release

Changed

  • refactored core update/merge eligibility logic. This was a large change and should make future features significantly easier to implement and test.

Security

  • removed potential Regex Denial of Service (ReDoS) vulnerability from merge.blacklist_title_regex by using a regex engine (rure) that guarantees linear time searching.