Skip to content

Commit aa0965f

Browse files
committed
chore: fix @astrojs/starlight allowlist regex anchoring
The previous anchored pattern didn't match when the scanner's extracted token included the surrounding import-statement quotes.
1 parent 1067769 commit aa0965f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pii-allowlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ https?://([a-z0-9-]+\.)*tonymenu\.app(/[^\s*`]*)?
186186
^https?://cdnjs\.cloudflare\.com(/.*)?$
187187
# Starlight starter template boilerplate (create-astro default content).
188188
^https?://(www\.)?diataxis\.fr(/.*)?$
189-
^@astrojs/starlight(/.*)?$
189+
@astrojs/starlight(/[a-z-]*)?

0 commit comments

Comments
 (0)