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

Fixing codeQL bugs :Updating hash algorithm #3318

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Fixing codeQL bugs :Updating hash algorithm #3318

merged 2 commits into from
Jan 31, 2025

Conversation

@navya9singh navya9singh added the deploy-preview Enables automatic deployments to preview environments on a PR label Jan 30, 2025
@@ -96,7 +96,7 @@ langs.forEach(lang => {
.replace(/\+/g, "-"),

sortIndex: index,
hash: crypto.createHash("md5").update(contents).digest("hex"),
hash: crypto.createHash("sha512").update(contents).digest("hex"),
Copy link
Member

Choose a reason for hiding this comment

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

Checking this, the website still works fine here. It's put into data-hash in ShowExamples and that's just used to cache loading them.

packages/documentation/scripts/generateAttribution.js Outdated Show resolved Hide resolved
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-plant-05c166c10-3318.centralus.5.azurestaticapps.net

@navya9singh navya9singh merged commit c3f0279 into v2 Jan 31, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-preview Enables automatic deployments to preview environments on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants