Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default function RootLayout({
data-key="Zm2tXU5XNvv8dLpoexiurQ"
strategy="afterInteractive"
/>
<Script data-site="09d382f0-1b98-4d28-b360-78eaf4e030f2" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
<Script data-site="3b787b18-f8e1-473f-8285-b90d657f5642" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 security Bot PR replaces existing site ID, not a fresh install

The PR description claims this is a first-time addition of the CrawlProof tracker, but the diff actually removes a pre-existing script (data-site="09d382f0-...") and replaces it with data-site="3b787b18-...". This is a silent site-ID swap by a bot account — any analytics previously flowing to the original CrawlProof project will now be redirected to a different project/account. Confirm that the new ID belongs to the repo owner's CrawlProof account before merging.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The new Script tag has irregular leading whitespace (14 spaces) compared to the 8-space indentation used by the surrounding Script elements.

Suggested change
<Script data-site="3b787b18-f8e1-473f-8285-b90d657f5642" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />
<Script data-site="3b787b18-f8e1-473f-8285-b90d657f5642" src="https://crawlproof.com/stats.js" strategy="afterInteractive" />

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

</body>
</html>
Expand Down
Loading