Skip to content

SK-2177 reveal composable element changes#606

Open
skyflow-shravan wants to merge 53 commits intomainfrom
SKS-2177/draft-reveal-composable
Open

SK-2177 reveal composable element changes#606
skyflow-shravan wants to merge 53 commits intomainfrom
SKS-2177/draft-reveal-composable

Conversation

@skyflow-shravan
Copy link
Contributor

Why

  • To review the changes and check for any null pointer exceptions

@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link

Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging.

Comment on lines 165 to 166
options.label = element.label;
options.skyflowID = element.skyflowID;
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing null checks

Comment on lines 172 to 174
this.#tempElements.elementName = isSingleElementAPI
? elements[0].elementName
: `${FRAME_ELEMENT}:group:${btoa(this.#tempElements)}`;
Copy link
Collaborator

Choose a reason for hiding this comment

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

even though above is older but better to add null checks.

@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link

Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging.

@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link

Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging.

@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link

Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging.

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.

4 participants