Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Look into rate limiting through Octokit plugin and remove dependencies on SAB + Atomics #78

Closed
autumnfound opened this issue Aug 12, 2020 · 0 comments · Fixed by #120
Closed
Assignees
Labels
bug Something isn't working enhancement New feature or request
Projects
Milestone

Comments

@autumnfound
Copy link
Contributor

SharedArrayBuffer and Atomics.wait are known vulnerabilities since the Spectre and Meltdown exploits. We should remove dependencies on them, even if they still exist and are usable within Node.js.

@autumnfound autumnfound added bug Something isn't working enhancement New feature or request labels Aug 12, 2020
@autumnfound autumnfound added this to the Release 1.0 milestone Aug 12, 2020
@autumnfound autumnfound added this to To do in Release 1.0 via automation Aug 12, 2020
@autumnfound autumnfound moved this from To do to In progress in Release 1.0 Oct 15, 2020
@autumnfound autumnfound self-assigned this Oct 15, 2020
autumnfound added a commit to autumnfound/eclipsefdn-github-sync that referenced this issue Nov 5, 2020
…dn#78

Fixes EclipseFdn#78

Removing last of SAB and atmoics check that were left after initial
sweep in Octokit upgrade.

Signed-off-by: Martin Lowe <martin.lowe@eclipse-foundation.org>
Release 1.0 automation moved this from In progress to Done Jan 26, 2021
autumnfound added a commit that referenced this issue Jan 26, 2021
Fixes #78

Removing last of SAB and atmoics check that were left after initial
sweep in Octokit upgrade.

Signed-off-by: Martin Lowe <martin.lowe@eclipse-foundation.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
Release 1.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant