Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

NEXULEAN v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Mar 12:58
· 21 commits to main since this release
84f380e

Changelog

All notable changes to NEXULEAN are documented in this file.


[v2.0.0] β€” 2026-03-11

πŸš€ New Features

  • Full Next.js 14 App Router β€” Rebuilt from the ground up using the Next.js 14 App Router with TypeScript 5 for type-safe server and client components.
  • Firebase Authentication β€” Secure login, sign-up, and password-reset flows powered by Firebase Auth (email & password).
  • Authenticated Dashboard β€” Protected client portal accessible only to logged-in users.
  • Cybersecurity Services Page β€” Detailed breakdown of ethical hacking, penetration testing, AI-powered security, and digital forensics.
  • Projects Showcase β€” Portfolio of security tools, exploits, and AI models.
  • Smooth Animations β€” Page and component transitions powered by Framer Motion.
  • shadcn/ui Component Library β€” Full Radix UI-based component library integration.
  • Netlify Deployment β€” Static export with hardened security headers.

πŸ”’ Security & Bug Fixes

  • CRITICAL: Fixed API Key Exposure (CVE-2026-32138) β€” Resolved a critical vulnerability where Firebase config and Web3Forms access keys were hardcoded in source control.
    • Remediation: Migrated all sensitive credentials to .env.local.
    • Rotation: Revoked and rotated all compromised Firebase API keys and Web3Forms tokens.
    • Access Control: Updated Firestore Security Rules to prevent unauthenticated document listing and data leakage.
  • Security Headers β€” Configured X-Frame-Options, X-Content-Type-Options, and Referrer-Policy in netlify.toml.
  • Validation β€” Integrated Zod schema validation for all user input forms.

πŸ›  Tech Stack

Layer Technology
Framework Next.js 14 (App Router, static export)
Language TypeScript 5
Styling Tailwind CSS 3 + tailwindcss-animate
UI Components Radix UI + shadcn/ui
Animations Framer Motion
Authentication Firebase Auth (Environment-based)
Forms React Hook Form + Zod
Deployment Netlify

For full project details, see README.md. Technical details on CVE-2026-32138 can be found in the GitHub Security Advisory.