infinri/ase
Composer 安装命令:
composer require infinri/ase
包简介
Automated Security Evaluator -- Dependency-Track automation: syncs lockfile SBOMs and a declared-tech inventory, scores findings with CISA KEV + EPSS + CVSS, alerts per-team Slack channels on P0/P1.
关键字:
README 文档
README
Vulnerability management built around OWASP Dependency-Track: Dependency-Track is the engine and UI; A.S.E is the automation that feeds it and alerts from it. Get told about a CVE only when it affects something you actually run, in the Slack channel of the team that owns it, ranked by real-world exploitability.
The original 1.0.0 A.S.E was a standalone feed-polling CLI; it lives on at tag
mvp-final. The 2.x rebuild moved feed ingestion and matching to Dependency-Track and kept the parts that earned it: the KEV/EPSS/CVSS scoring and the Slack alert format. Why and how: docs/planning/, docs/parity-report.md.
How it fits together
composer.lock files ──┐
├── bin/ase-sync ──> Dependency-Track <── NVD / OSV / EPSS mirrors
declared-tech.yaml ───┘ (engine + UI)
│ findings
bin/ase-alert
(P0/P1 scoring: CISA KEV + EPSS + CVSS)
│
per-team Slack channels (by project tag)
bin/ase-sync(cron): converts each configured lockfile (ASE_PROJECTS) and the declared-tech inventory (inventory/declared-tech.yaml, one Dependency-Track project per owning team) into CycloneDX SBOMs and uploads them.bin/ase-alert(cron): reads new findings, classifies P0/P1, posts to the owning team's webhook (ASE_ALERT_ROUTES). P0: in CISA's Known Exploited Vulnerabilities catalog, or CVSS >= 9.0 with EPSS >= 10%. P1: ransomware-associated, or high severity affecting an installed version. Below P1 stays in the UI, off Slack.- Dependency-Track does everything else: feed mirroring, version matching,
dashboards, audit trails, policy. One-time install: docs/dependency-track-install.md
(including the required
bin/dtrack-enable-osv.shstep).
Setup
Prerequisites: PHP 8.4+, composer, a running Dependency-Track instance (install doc above).
composer install
cp .env.example .env # set DTRACK_URL, DTRACK_API_KEY, ASE_PROJECTS, ASE_ALERT_ROUTES
Cron, on a host that can reach Dependency-Track and the lockfiles:
*/30 * * * * cd /opt/ase && bin/ase-sync
*/30 * * * * cd /opt/ase && sleep 600 && bin/ase-alert
First-run note: ase-alert alerts on every existing alert-worthy finding. For a quiet
adoption, run it once before configuring ASE_ALERT_ROUTES; see the
runbook, which also covers SLAs and what to do when an alert lands.
Development
composer test # PHPUnit
composer stan # PHPStan, level 8
CI gates merges on composer audit, PHPStan, and the test suite.
License
MIT. See LICENSE.
infinri/ase 适用场景与选型建议
infinri/ase 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 14, 最近一次更新时间为 2026 年 04 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「security」 「cli」 「composer」 「monitoring」 「magento」 「vulnerability」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 infinri/ase 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 infinri/ase 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 infinri/ase 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provide a way to secure accesses to all routes of an symfony application.
It's a barebone security class written on PHP
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
Contao CMS integrity check for some files
Simple ASCII output of array data
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 35
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-19