frameworks

package
v0.0.22-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FrameworkVulnerabilityMatch

type FrameworkVulnerabilityMatch struct {
	VulnerabilityID string
	PackageName     string
	PackageVersion  string
	Source          string
	CVSS            float64
	Summary         string
	Details         string
	References      []string
	PublishedDate   string
	ModifiedDate    string
	WithdrawnDate   string
}

FrameworkVulnerabilityMatch represents a vulnerability match for a PHP framework

type PHPFrameworkVulnerabilityMatcher

type PHPFrameworkVulnerabilityMatcher struct{}

PHPFrameworkVulnerabilityMatcher matches vulnerabilities specific to PHP frameworks

func (PHPFrameworkVulnerabilityMatcher) MatchFrameworkVulnerabilities

func (matcher PHPFrameworkVulnerabilityMatcher) MatchFrameworkVulnerabilities(
	frameworkName string,
	frameworkVersion string,
	knowledge *bun.DB,
) ([]FrameworkVulnerabilityMatch, error)

MatchFrameworkVulnerabilities finds vulnerabilities for a specific PHP framework

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL