Skip to content

Fast vhost - #77

Open
sheplu wants to merge 5 commits into
masterfrom
fast-vhost
Open

Fast vhost#77
sheplu wants to merge 5 commits into
masterfrom
fast-vhost

feat(vhost): match req.hostname when present for reverse proxy support

d8c4918
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 2, 2026 in 5s

7 new alerts including 7 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 7 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 17 in bench/index.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 364 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 386 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 397 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 436 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'b.com', so it might match more hosts than expected.

Check failure on line 513 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 560 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.