定制 dkd/kula-audit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dkd/kula-audit

最新稳定版本:v1.0.0

Composer 安装命令:

composer require dkd/kula-audit

包简介

TYPO3 extension audit: upgrade readiness, vulnerabilities, and SBOM via Kula API

README 文档

README

Audit your TYPO3 installation directly from the backend: upgrade readiness, known vulnerabilities, and CycloneDX SBOM — powered by the Kula API.

Features

  • CLI Commandvendor/bin/typo3 kula:audit reads composer.lock and checks against the Kula API
  • Dashboard Widget — Traffic light overview (green/yellow/red) with package stats
  • Backend Module — Full detail tables under Admin Tools with upgrade readiness and vulnerability data

Requirements

  • TYPO3 12.4 or 13.x
  • PHP 8.1+
  • Access to a running Kula instance (default: https://app.kula-audit.de/api/audit)

Installation

composer require dkd/kula-audit

Then activate the extension in the TYPO3 Extension Manager or via CLI:

vendor/bin/typo3 extension:activate kula_audit

Configuration

Set the API URL and target TYPO3 version in config/system/settings.php or via the Settings module:

$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['kula_audit'] = [
    'apiUrl' => 'https://app.kula-audit.de/api/audit',
    'targetMajor' => 13,
];

Usage

CLI

# Run audit (uses 24h cache)
vendor/bin/typo3 kula:audit

# Force fresh check
vendor/bin/typo3 kula:audit --force

# JSON output (for CI/CD pipelines)
vendor/bin/typo3 kula:audit --json

Scheduler

The kula:audit command is schedulable via the TYPO3 Scheduler. Recommended frequency: once daily.

Dashboard

Add the "Extension Audit" widget to your TYPO3 Dashboard for a quick overview.

Backend Module

Find the full audit report under Admin Tools > Kula Audit.

License

GPL-2.0-or-later

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固