惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
WordPress大学
WordPress大学
Help Net Security
Help Net Security
Jina AI
Jina AI
Security Latest
Security Latest
Y
Y Combinator Blog
Project Zero
Project Zero
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Know Your Adversary
Know Your Adversary
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
NISL@THU
NISL@THU
Cisco Talos Blog
Cisco Talos Blog
博客园 - 司徒正美
MyScale Blog
MyScale Blog
Cyberwarzone
Cyberwarzone
D
Docker
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
C
CERT Recently Published Vulnerability Notes
B
Blog
L
LangChain Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
SecWiki News
SecWiki News
The Hacker News
The Hacker News
C
Check Point Blog
L
Lohrmann on Cybersecurity
V2EX - 技术
V2EX - 技术
S
Securelist
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
TaoSecurity Blog
TaoSecurity Blog
云风的 BLOG
云风的 BLOG
Latest news
Latest news
人人都是产品经理
人人都是产品经理
L
LINUX DO - 最新话题
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The Register - Security
The Register - Security
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
AWS News Blog
AWS News Blog
C
Cybersecurity and Infrastructure Security Agency CISA
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
小众软件
小众软件
T
Tailwind CSS Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
宝玉的分享
宝玉的分享
O
OpenAI News

EINDEX's Blog

2024-ending #1 Mid-Autumn Festival improving-your-code-review-process-with-semgrep webmentions semgrep-with-custom-rules
2
EINDEX · 2025-10-18 · via EINDEX's Blog

I recently migrated my blog from Ghost to a new Astro-based system using the Pure Theme. A key benefit of this move was consolidating my separate English site and Chinese site into a single platform.

This transition was primarily motivated by the looming expiration of my Digital Ocean VPS. Coupled with Astro’s significant maturation over the past two years and some available time while job seeking, it felt like the perfect opportunity to rebuild.

Familiar features like webmentions, security.txt, and comments will be making a comeback. I’m also excited to integrate new functionalities such as llm.txt support and ActivityPub in the future.

Recent Finding#

Deepwiki#

DeepWiki is an intelligent tool designed to help developers quickly understand open-source code repositories. It can generate documentation-like wiki pages for your GitHub repository with a single click and allows you to ask questions directly about the codebase.

I tested DeepWiki with my Logseq Copilot Chrome extension repository, and it impressively generated diagrams for architecture, logic, and flow, along with highlighting key features. This tool shows great promise for security reviews, including threat modeling, security code reviews, and system audits. Its output could even provide valuable context for tools like STRIDE-GPT to conduct more in-depth analysis.

MCP Security Risks#

The linked article highlights that MCP servers often have excessive permissions and capabilities, introducing significant potential security risks.

Getting Started With Embeddings#

This article explains the working principles of embedding models.