Skip to content

feat: complete TODO parity with microposts and local rewriter - #15

Merged
ronaldtse merged 3 commits into
mainfrom
feat/final-parity-gap-fill
May 13, 2026
Merged

feat: complete TODO parity with microposts and local rewriter#15
ronaldtse merged 3 commits into
mainfrom
feat/final-parity-gap-fill

chore: update rubocop todo

0936aa1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 13, 2026 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 71 in lib/archaeo/local_rewriter.rb

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
web.archive.org
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 123 in lib/archaeo/url_rewriter.rb

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
library input
may run slow on strings starting with 'url(' and with many repetitions of 'url(!'.
This
regular expression
that depends on a
library input
may run slow on strings starting with 'url(' and with many repetitions of 'url(!'.
This
regular expression
that depends on a
library input
may run slow on strings starting with 'url(' and with many repetitions of 'url(!'.