Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.72 KB

File metadata and controls

53 lines (34 loc) · 1.72 KB

PatchWise

PatchWise is an AI-powered vulnerability management platform designed to streamline security operations. It intelligently ingests and normalizes vulnerability data, parses network scans, and maps threats to assets using generative AI.

Key features include an AI-driven patch advisor that prioritizes remediation, an interactive vulnerability chat for natural language queries, and customizable security reports. By providing an actionable, risk-based approach, PatchWise helps security teams work more efficiently, focusing on what matters most to enhance overall security posture through intelligent automation.

Getting Started

To get started with PatchWise, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Designerpro13/project-paspatch/
    cd PatchWise
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Configure API Keys:

    Create a .env.local file in the project root and add your API keys for the AI services used by the platform. Refer to the documentation.md file for detailed instructions on API key configuration.

  4. Run the application:

    npm run dev
    # or
    yarn dev

    The application will be available at http://localhost:3000.

Features

  • AI-powered vulnerability data ingestion and normalization
  • Intelligent vulnerability asset mapping
  • AI-driven patch recommendations and prioritization
  • Interactive vulnerability chat
  • Customizable security reports
  • Nmap Service Scan parsing

Documentation

For more detailed information on installation, configuration, usage, and limitations, please refer to the documentation.md file.