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

01 #54

Merged
merged 56 commits into from
Nov 13, 2023
Merged

01 #54

merged 56 commits into from
Nov 13, 2023

Conversation

lifeafter619
Copy link
Owner

No description provided.

Copy link

vercel bot commented Nov 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
notionnext 🛑 Canceled (Inspect) Nov 13, 2023 6:16am

@lifeafter619 lifeafter619 merged commit 20b7d51 into main Nov 13, 2023

const BlogPostCard = ({ post, className }) => {
const router = useRouter()
const currentSelected = router.asPath.split('?')[0] === '/' + post.slug
const pageIcon = post.pageIcon.indexOf("amazonaws.com")!=-1 ? post.pageIcon+"&width=88" : post.pageIcon
const pageIcon = post.pageIcon.indexOf('amazonaws.com') !== -1 ? post.pageIcon + '&width=88' : post.pageIcon

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization

'[amazonaws.com](1)' can be anywhere in the URL, and arbitrary hosts may come before or after it.
@lifeafter619 lifeafter619 deleted the update branch November 19, 2023 09:31
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.

2 participants