Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atom feed compliance fixes #182

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

frasertweedale
Copy link
Collaborator


hsec-tools

  • Previous advisories are still valid

Atom format requires date fields to use ISO 8601 format.  Make our
generator compliant.
Atom spec requires either <feed> to have <author> child, or every
<entry> to have an <author> child.  Make our generator compliant by
declaring a feed author.
Per atom spec:

> An entry must contain an alternate link if there is no content element.

Make our generator comply by setting a link element for each entry.
@blackheaven blackheaven merged commit abee98b into haskell:main Apr 3, 2024
8 checks passed
@frasertweedale frasertweedale deleted the fix/atom-compliance branch April 3, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants