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

AVAILABLE_SECURITY_FIXES_GLOBAL_CHECK false positives #104

Open
goosewobbler opened this issue Mar 1, 2023 · 1 comment
Open

AVAILABLE_SECURITY_FIXES_GLOBAL_CHECK false positives #104

goosewobbler opened this issue Mar 1, 2023 · 1 comment
Assignees

Comments

@goosewobbler
Copy link

AVAILABLE_SECURITY_FIXES_GLOBAL_CHECK is giving false positives due to its use of https://github.com/electron/releases, which has been deprecated and will no longer be updated.

The new way to get electron release data is via:

https://releases.electronjs.org/releases.json

However the data structure is completely different so this is not a drop-in replacement.

@phosphore phosphore self-assigned this Mar 1, 2023
@phosphore
Copy link
Contributor

Thanks for reporting this @goosewobbler. I agree that the current releases.json file does not contain any details regarding the new version changes, so we can't look for security fixes with that. It may be possible to get them from the RSS feed at https://github.com/electron/electron/releases.atom, even if I'm not sure how the pagination works in that, I'm only getting the last release returned. @MarshallOfSound as far as you know is there a more complete output beside the existing releases.json file hosted on releases.electronjs.org?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants