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

feat: Extensions #197

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft

feat: Extensions #197

wants to merge 6 commits into from

Conversation

jstarpl
Copy link
Member

@jstarpl jstarpl commented Apr 29, 2024

This is a WIP for supporting extensions for the SuperConductor app (but not TSR or TSR Bridge).

@jstarpl jstarpl changed the title chore: updates yarn and lerna Extensions Apr 29, 2024
@jstarpl jstarpl changed the title Extensions feat: Extensions Apr 29, 2024
Copy link

sonarcloud bot commented Apr 29, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
6.8% Duplication on New Code (required ≤ 3%)
D Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

export class IPC extends EventTarget {
constructor() {
super()
self.addEventListener('message', (e: MessageEvent<ExtensionHostMessage>) => {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarCloud
@jstarpl jstarpl marked this pull request as draft April 29, 2024 08:55
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.

1 participant