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

Merging changes from 1.2.0 for cleanup #1153

Merged
merged 108 commits into from
Jul 6, 2023
Merged

Merging changes from 1.2.0 for cleanup #1153

merged 108 commits into from
Jul 6, 2023

Conversation

frikky
Copy link
Member

@frikky frikky commented Jul 6, 2023

No description provided.

frikky and others added 30 commits December 6, 2022 19:51
…and Worker be able to force themselves to connect to themselves
: imageData;
const imageInfo = (
<img
src={imageData}

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
frontend/src/components/UsecaseSearch.jsx Dismissed Show dismissed Hide dismissed
frontend/src/components/AppFramework.jsx Dismissed Show dismissed Hide dismissed
frontend/src/components/WorkflowPaper.jsx Dismissed Show dismissed Hide dismissed
}}
>
<span>
<a

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.

var imageData = file.length > 0 ? file : fileBase64
imageData = imageData === undefined || imageData.length === 0 ? defaultImage : imageData
const imageInfo = <img src={imageData} alt="Click to upload an image (174x174)" id="logo" style={{maxWidth: 174, maxHeight: 174, minWidth: 174, minHeight: 174, objectFit: "contain",}} />

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@frikky frikky merged commit 9a04418 into main Jul 6, 2023
4 of 5 checks passed
@frikky frikky deleted the master branch July 6, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants