"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
17 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | specs/api/hurl-to-bruno.js | 14 | // ─── Parse ────────────────────────────────────────────────────────────────── |
| MEDIUM | specs/api/hurl-to-bruno.js | 175 | // ─── Transform ────────────────────────────────────────────────────────────── |
| MEDIUM | specs/api/hurl-to-bruno.js | 406 | // ─── Generate ─────────────────────────────────────────────────────────────── |
| MEDIUM | specs/api/hurl-to-bruno.js | 530 | // ─── Check Mode ───────────────────────────────────────────────────────────── |
| MEDIUM | specs/api/hurl-to-bruno.js | 580 | // ─── Main ─────────────────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | docs/non-included/LICENSES_LOGOS.md | 3 | > **Disclaimer**: This document was generated by Claude (Anthropic) and is provided |
| HIGH | docs/non-included/LICENSES_LOGOS.md | 102 | *Generated by Claude (Anthropic)* |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | specs/e2e/error-handling.spec.ts | 41 | await page.fill('input[name="email"]', 'test@test.com'); |
| LOW | specs/e2e/error-handling.spec.ts | 77 | user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 113 | user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: 'bio', image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 186 | user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 218 | user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 278 | user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 337 | user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null }, |
| LOW | specs/e2e/error-handling.spec.ts | 481 | user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: 'bio', image: null }, |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | specs/e2e/helpers/debug.ts | 73 | export async function isDebugInterfaceAvailable(page: Page): Promise<boolean> { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/src/env.d.ts | 1 | /// <reference path="../.astro/types.d.ts" /> |