1038 lines
27 KiB
JSON
1038 lines
27 KiB
JSON
[
|
|
{
|
|
"path": ".dockerignore",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "DevOps"
|
|
},
|
|
{
|
|
"path": ".env.example",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": ".gitignore",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "BACKEND_INTEGRATION.md",
|
|
"classification": "FIRST_PARTY_DOCUMENTATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Documentation"
|
|
},
|
|
{
|
|
"path": "DATABASE_SCHEMA.md",
|
|
"classification": "FIRST_PARTY_DOCUMENTATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Documentation"
|
|
},
|
|
{
|
|
"path": "Dockerfile",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "README.md",
|
|
"classification": "FIRST_PARTY_DOCUMENTATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Documentation"
|
|
},
|
|
{
|
|
"path": "backend/.dockerignore",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "DevOps"
|
|
},
|
|
{
|
|
"path": "backend/.prettierrc",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/Dockerfile",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/README.md",
|
|
"classification": "FIRST_PARTY_DOCUMENTATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Documentation"
|
|
},
|
|
{
|
|
"path": "backend/eslint.config.mjs",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/nest-cli.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/package-lock.json",
|
|
"classification": "LOCKFILE",
|
|
"includedInAudit": false,
|
|
"exclusionReason": "Dependency lockfile",
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/package.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"classification": "MIGRATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Database"
|
|
},
|
|
{
|
|
"path": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
|
|
"classification": "MIGRATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Database"
|
|
},
|
|
{
|
|
"path": "backend/prisma/migrations/migration_lock.toml",
|
|
"classification": "MIGRATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Database"
|
|
},
|
|
{
|
|
"path": "backend/prisma/schema.prisma",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Database"
|
|
},
|
|
{
|
|
"path": "backend/prisma/seed.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/app.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/app.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/app.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/app.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/auth.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/auth.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/auth.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/auth.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/auth.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/jwt-auth.guard.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/auth/jwt.strategy.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/common/filters/http-exception.filter.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/common/metrics.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/main.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/dto/create-order.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/orders.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/orders.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/orders.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/orders.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/orders/orders.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/dto/update-pet.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/pets.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/pets.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/pets.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/pets.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/pets/pets.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/prisma/prisma.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/prisma/prisma.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/dto/get-products.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/products.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/products.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/products.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/products.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/products/products.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/redis/redis.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/redis/redis.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/redis/redis.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/settings/settings.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/settings/settings.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/settings/settings.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/settings/settings.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/settings/settings.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/dto/address.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/dto/update-profile.dto.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/users.controller.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/users.controller.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/users.module.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/users.service.spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/src/users/users.service.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/test/app.e2e-spec.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/test/jest-e2e.json",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/tsconfig.build.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "backend/tsconfig.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Backend"
|
|
},
|
|
{
|
|
"path": "docker-compose.yml",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "DevOps"
|
|
},
|
|
{
|
|
"path": "index.html",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "metadata.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "nginx.conf",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "DevOps"
|
|
},
|
|
{
|
|
"path": "package-lock.json",
|
|
"classification": "LOCKFILE",
|
|
"includedInAudit": false,
|
|
"exclusionReason": "Dependency lockfile",
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "package.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "prometheus.yml",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "DevOps"
|
|
},
|
|
{
|
|
"path": "public/locales/fa/common.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "public/manifest.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "public/sw.js",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/App.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/assets/images/regenerated_image_1779109861747.png",
|
|
"classification": "BINARY_ASSET",
|
|
"includedInAudit": false,
|
|
"exclusionReason": "Binary image asset",
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/AddressModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/ArchivePage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/AuthModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/B2BPortal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/BlogPage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/CartDrawer.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/CheckoutPage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/DeleteConfirmModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/ErrorBoundary.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/ErrorPages.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/FeaturedProducts.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/Footer.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/Header.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/HeaderButton.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/Hero.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/IngredientWiki.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/LoginModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/NetworkBanner.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/OrderDetailsModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/OrderSuccess.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/OrderTracking.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/PetProfile.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/ProductPage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/SafeImage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/SearchResultsPage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/Skeleton.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/SmartAdvisor.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/Tooltip.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/TopUpModal.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/UserDashboard.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/VetGallery.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/VideosPage.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/CartDrawer.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/FeaturedProducts.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/Footer.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/Header.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/Hero.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/components/__tests__/Tooltip.test.tsx",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/data/products.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/data/scientificTerms.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/hooks/useNetworkStatus.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/index.css",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/lib/utils.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/main.tsx",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/services/api.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/services/authService.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/services/orderService.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/services/productService.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/__tests__/cartStore.test.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/__tests__/settingsStore.test.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/__tests__/userStore.test.ts",
|
|
"classification": "FIRST_PARTY_TEST",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/cartStore.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/settingsStore.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/usePetStore.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/store/userStore.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/test/setup.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "src/vite-env.d.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "swagger.yml",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "tsconfig.json",
|
|
"classification": "FIRST_PARTY_CONFIGURATION",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
},
|
|
{
|
|
"path": "vite.config.ts",
|
|
"classification": "FIRST_PARTY_SOURCE",
|
|
"includedInAudit": true,
|
|
"exclusionReason": null,
|
|
"auditDomain": "Storefront"
|
|
}
|
|
] |