Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.30.2...main`][2.30.2...main].

### Changed

- Updated `schema.json` ([#1070]), by [@ergebnis-bot]

## [`2.30.2`][2.30.2]

For a full diff see [`2.30.1...2.30.2`][2.30.1...2.30.2].
Expand Down Expand Up @@ -1030,6 +1034,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#1056]: https://github.com/ergebnis/composer-normalize/pull/1056
[#1060]: https://github.com/ergebnis/composer-normalize/pull/1060
[#1062]: https://github.com/ergebnis/composer-normalize/pull/1062
[#1070]: https://github.com/ergebnis/composer-normalize/pull/1070

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
5 changes: 5 additions & 0 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
"type": "string",
"description": "URL to the RSS feed.",
"format": "uri"
},
"security": {
"type": "string",
"description": "URL to the vulnerability disclosure policy (VDP).",
"format": "uri"
}
}
},
Expand Down