Skip to content

Module Settings

Customize the behavior of individual SPEAR modules. Each module can be configured independently to match your organization’s workflow.


🖥️ Module Settings Overview Screenshot

Navigate to Admin > Module Settings to configure each module:

ModuleConfiguration Options
Sales & ScopingPipeline stages, scope templates
Project ManagementStatus workflows, templates
OperationsSeverity definitions, asset types
ReportingSection templates, export defaults
MetricsDashboard widgets, KPIs

🖥️ Sales Pipeline Configuration Screenshot

Customize the sales pipeline stages:

  1. Navigate to Admin > Module Settings > Sales
  2. Select Pipeline Stages
  3. Add, edit, or reorder stages:
Default StageDescription
LeadInitial contact
QualifiedRequirements gathered
ProposalSOW submitted
NegotiationTerms being finalized
WonDeal closed successfully
LostDeal not closed

Create reusable scoping templates:

  1. Navigate to Scope Templates
  2. Click Create Template
  3. Define:
    • Template name
    • Default services
    • Pricing structure
    • Terms and conditions
  4. Save template

Configure Statement of Work generation:

SettingDescription
Default TermsStandard terms and conditions
Signature OptionsElectronic signature settings
Numbering FormatSOW number format
Expiration DefaultDefault validity period

Define project status transitions:

stateDiagram-v2
    [*] --> Scoping
    Scoping --> Scheduled
    Scheduled --> InProgress
    InProgress --> Review
    Review --> InProgress : Revisions
    Review --> Complete
    Complete --> [*]

Configure at Admin > Module Settings > Projects > Status Workflow.

Create project templates:

  1. Navigate to Project Templates
  2. Click Create Template
  3. Define:
    • Template name
    • Default sections
    • Milestone schedule
    • Resource allocation
  4. Save template
SettingDescription
Calendar IntegrationExternal calendar sync
Resource CapacityTeam capacity settings
Auto-schedulingAutomatic date suggestions
NotificationsSchedule change alerts

Customize vulnerability severity levels:

SeverityDefault Score RangeColor
Critical9.0 - 10.0Red
High7.0 - 8.9Orange
Medium4.0 - 6.9Yellow
Low0.1 - 3.9Blue
Info0.0Gray

Modify at Admin > Module Settings > Operations > Severities.

Define custom asset types:

  1. Navigate to Asset Types
  2. Click Add Type
  3. Configure:
    • Type name
    • Icon
    • Custom fields
    • Default values
  4. Save

Default Asset Types:

  • Web Application
  • API Endpoint
  • Network Host
  • Cloud Resource
  • Mobile Application
  • Physical Location

Configure scanner import field mappings:

  1. Select scanner type
  2. Map scanner fields to SPEAR fields
  3. Set default values for missing fields
  4. Save mapping

🖥️ Reporting Module Settings Screenshot

Create reusable report section templates:

  1. Navigate to Section Templates
  2. Click Create Template
  3. Define:
    • Template name
    • Section type
    • Default content
    • Styling options
  4. Save template

Configure complete report templates:

SettingDescription
Default SectionsSections included by default
Section OrderDefault section ordering
Required SectionsSections that cannot be removed
Conditional SectionsSections based on service type

Set default export options:

SettingDefault
Page SizeA4
OrientationPortrait
Include CoverYes
Include TOCYes
Header/FooterYes

Configure how findings appear in reports:

SettingDescription
Severity Badge StyleBadge appearance
CVSS DisplayShow/hide CVSS details
Evidence FormatHow to display evidence
Remediation StyleRemediation section format

Customize the metrics dashboard:

  1. Navigate to Admin > Module Settings > Metrics
  2. Select widgets to display:
    • Project Status Overview
    • Finding Severity Distribution
    • Team Utilization
    • Revenue Pipeline
    • Time Tracking

Define key performance indicators:

KPICalculation
Average Project DurationTotal days / completed projects
Findings per AssessmentTotal findings / assessments
Report TurnaroundDays from complete to delivered
Client SatisfactionAverage feedback score

Schedule automated metric reports:

  1. Navigate to Scheduled Reports
  2. Click Create Schedule
  3. Configure:
    • Report type
    • Recipients
    • Frequency
    • Format
  4. Enable schedule

Organize content library items:

  1. Navigate to Admin > Module Settings > Content Library
  2. Select Categories
  3. Add, edit, or remove categories
  4. Set category hierarchy

Configure content templates:

SettingDescription
Default FormatTemplate content format
VariablesAvailable merge variables
Approval WorkflowReview requirements

Organize findings library:

  1. Navigate to Admin > Module Settings > Findings Library
  2. Configure categories for:
    • Web Application
    • Network
    • Cloud
    • Physical
    • Custom categories

Manage pre-built findings:

SettingDescription
OWASP MappingMap to OWASP categories
CWE ReferencesCommon Weakness Enumeration
Default RemediationStandard fix recommendations
Evidence TemplatesScreenshot/code templates

Configure finding shortcodes:

  1. Navigate to Shortcodes
  2. Add custom shortcodes:
    • Client name
    • Assessment date
    • Service type
    • Custom variables

Configure per-module email notifications:

ModuleNotifications
SalesNew lead, SOW approved, deal won/lost
ProjectsStatus change, milestone due, assignment
ReportsExport complete, portal viewed, comment
OperationsImport complete, critical finding

Configure notification center:

SettingDescription
Desktop NotificationsBrowser notifications
SoundNotification sound
Badge CountUnread count display
GroupingGroup similar notifications

Set organization-wide defaults:

SettingDescription
TimezoneDefault timezone
Date FormatDate display format
CurrencyDefault currency
LanguageDefault language

Users can override defaults in their profile settings.


Export module settings:

  1. Navigate to desired module settings
  2. Click Export Settings
  3. Download JSON configuration

Import previously exported settings:

  1. Click Import Settings
  2. Upload JSON file
  3. Review changes
  4. Confirm import

Reset module to default settings:

  1. Navigate to module settings
  2. Click Reset to Defaults
  3. Confirm reset

  • Document custom settings
  • Export settings before major changes
  • Test changes in staging if possible
  • Review settings after updates
  • Use descriptive names
  • Group related templates
  • Archive unused templates
  • Version significant changes
  • Announce setting changes
  • Document workflows
  • Train users on new features
  • Gather feedback regularly