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

Guard key access for RSSFeed entries #599

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

MaxDall
Copy link
Collaborator

@MaxDall MaxDall commented Aug 29, 2024

This fixes a bug regarding RSS feeds.

While parsing the feeds and yielding resulting URLs, the current implementation is based on the assumption that every feed entry has at least a link field, which is not the case.

This PR guards the key access.

See this for further details.

@MaxDall MaxDall assigned addie9800 and dobbersc and unassigned addie9800 and dobbersc Aug 29, 2024
Copy link
Collaborator

@addie9800 addie9800 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this 👍

@MaxDall MaxDall merged commit 1571d6d into master Aug 30, 2024
4 checks passed
@MaxDall MaxDall deleted the fix-a-bug-with-rss-feeds branch August 30, 2024 14:22
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.

3 participants