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

Preparing release #85

Merged
merged 7 commits into from
Nov 11, 2024
Merged

Preparing release #85

merged 7 commits into from
Nov 11, 2024

Conversation

JanProgrammierung
Copy link
Member

No description provided.

JanProgrammierung and others added 7 commits November 7, 2024 21:51
Signed-off-by: JanProgrammierung <[email protected]>
Signed-off-by: JanProgrammierung <[email protected]>
…the content file and instead have content in the pages itself.

Signed-off-by: JanProgrammierung <[email protected]>
Small updates to prepare for conference
<CardHeader className="bg-muted">
<CardTitle className="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<a
href={sanitizeURL(item.url)}

Check warning

Code scanning / SnykCode

Cross-site Scripting (XSS) Warning

Unsanitized input from a React useState value {0} into a React dynamic 'href' attribute, where it is used to dynamically construct the HTML page on client side. This may result in a DOM Based Cross-Site Scripting attack (DOMXSS).
Comment on lines +304 to +306
src={`/img/datasources/${sanitizeString(
item.thumbnail.split("/").pop()?.split(".")[0] || ""
)}.png`}

Check warning

Code scanning / SnykCode

Cross-site Scripting (XSS) Warning

Unsanitized input from a React useState value {0} into a script 'src' attribute, where it is used to dynamically construct the HTML page on client side. This may result in a DOM Based Cross-Site Scripting attack (DOMXSS).
@JanProgrammierung JanProgrammierung merged commit 3a04d38 into main Nov 11, 2024
5 checks passed
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