Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prettier format fixes
[atomist:generated]
[atomist-skill:atomist/prettier-skill]
  • Loading branch information
atomist-bot authored and cdupuis committed Feb 21, 2023
commit 3c5b1ca1389a31784c0d40a46e3c9ebc1f48bee4
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/new-advisory.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ this database.

<!-- atomist-advisory:start -->

id: atomist-skills/A-2023-{{increment}}
cve ids:
cwe ids:
severity:
summary:
details:
id: atomist-skills/A-2023-{{increment}} cve ids:
cwe ids: severity: summary: details:

<!-- atomist-advisory:end -->
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ Advisories are managed in JSON files placed in directories of this repository.
### Adding Advisories

Creating new advisories can be achieved by either creating a new JSON advisory
file in the `main` branch by manually or by opening a new GitHub issue
using the [_New advisory_](ADVISORY_TEMPLATE.json) issue template. Once the
issue is raised, a pull request with a new skeleton advisory JSON file is
opened.
file in the `main` branch by manually or by opening a new GitHub issue using the
[_New advisory_](ADVISORY_TEMPLATE.json) issue template. Once the issue is
raised, a pull request with a new skeleton advisory JSON file is opened.

The content of advisory JSON files strictly follows the schema defined in
[Open Source Vulnerability (OSV) format](https://ossf.github.io/osv-schema/).
Expand All @@ -25,8 +24,8 @@ for examples of advisories.
### Updating Advisories

To update an advisory, change the corresponding JSON advisory file either
directly in the `main` branch of this repository or raise a pull request
with your updates.
directly in the `main` branch of this repository or raise a pull request with
your updates.

Once the changes are committed to the `main` branch, the advisory will get
updated in the database automatically. A GitHub Check will indicate the
Expand All @@ -35,8 +34,7 @@ successful update of the advisory.
### Deleting Advisories

Deleting an advisory from the database can be achieved by removing the
corresponding JSON advisory file from the `main` branch of this
repository.
corresponding JSON advisory file from the `main` branch of this repository.

> 💡 Only additions, changes and removals of JSON advisory files in the
> repository's default branch are being processed and mirrored into the
Expand Down