TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub 红队武器库🚨

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @githubredteam · Post #82601 · 5月3日

🚨 GitHub 监控消息提醒 🚨发现关键词:#漏洞#利用#分析 📦项目名称:cve-llm-kg 👤项目作者:nantangqiuweiwan 🛠开发语言: Python ⭐Star数量: 1 | 🍴Fork数量: 0 📅更新时间: 2026-05-03 09:58:37 📝项目描述: 基于 LLM 的 CVE 漏洞知识图谱构建与分析:针对网络协议相关的 CVE 漏洞,设计 Prompt,利用大语言模型作为“智能解析器”,从非结构化的 CVE 描述中自动抽取关键实体和关系。将抽取出的实体和关系导入图数据库,构建一个可视化的物联网漏洞知识图谱。 🔗点击访问项目地址

Results

找到 1 条相似帖子

搜索 #pychecker

当前筛选 #pychecker清除筛选
djangoproject

@djangoproject · Post #336 · 2017/05/09 05:24

https://dzone.com/articles/pyflakes-passive-checker There are several code #analysis tools for Python. The most well known is pylint. Then there’s pychecker and now we’re moving on to #pyflakes. The pyflakes project is a part of something known as the Divmod Project. Pyflakes doesn’t actually execute the code it checks, unlike #pychecker. Of course, #pylint also doesn’t execute the code. Regardless, we’ll take a quick look at it and see how pyflakes works and if it’s better than the competition.