sts-gaming-group/athena 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

sts-gaming-group/athena

最新稳定版本:1.0.4

Composer 安装命令:

composer require sts-gaming-group/athena

包简介

Security library that provides an additional layer of functionality over the composer audit, specifically tailored for managing ignored advisories.

README 文档

README

Athena-PHP is a security library that provides an additional layer of functionality over the composer audit, specifically tailored for managing ignored advisories.

Installation

Use composer to install Athena-PHP.

composer require sts-gaming-group/athena

Usage

Athena-PHP can be easily accessed through the vendor binaries:

php vendor/bin/athena

Ignoring Advisories

To ignore advisories, Athena-PHP utilizes a .cveignore file. This file should be created and maintained by the user.

The structure of the .cveignore file is as follows:

{
    "PKSA-hn62-zkx4-1y5q": {
        "expiry": 1653908558,
        "notes": "Test notes"
    },
    "PKSA-8ds9-sp96-ghmb": {
        "expiry": 1704074400,
        "notes": "Test notes"
    }
}

Each advisory to be ignored is represented by a JSON object. The key is the identifier of the advisory, and it contains an expiry (UNIX timestamp) indicating when the ignore will cease to be effective, and notes for any additional context or information.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-27