issues Search Results · language:Edge language:Python language:JavaScript language:Java language:Python language:TypeScript
Filter by
71.2M results
接口介绍
从一个目标方法出发,反向追溯所有可能到达它的调用链(多层、多分支),直到遇到入口方法(如 Spring Controller)或达到深度上限;返回链路上每一跳的方法、行号、入口标识。
工具名
trace_call_chain_upstream_by_method_name
背景与目标
单层 caller 查找只看一层。在安全审计中,我们经常需要从一个 sink 一路反推到 HTTP ...
OSS26-Team
Submission checklist
- [x] This is a bug, not a usage question.
- [x] I added a clear and descriptive title that summarizes this issue.
- [x] I used the GitHub search to find a similar question ...
bug
接口介绍
正向调用查询:给定一个方法的全限定名,返回该方法体内直接调用到的所有方法清单(被调方),并对接口/抽象类调用按需展开成实际可能的实现方法。
工具名
find_callees_by_method_name
背景与目标
查找调用点(callers)是反向问题,本工具是正向(我调了谁)。两者合起来才能完成调用图遍历。
应用场景:
- 看 Controller 一个 endpoint ...
OSS26-Team
Is there an existing issue for this?
- [x] I have searched the existing issues.
Are you using the latest MineColonies Version?
- [x] I am running the latest beta/release version of MineColonies ...
Bug
Security Guardrails — Manual Honesty Tests for AI Models
Audience: Non-programmers. No installs, no command lines, no code. What you need: A chat window with the AI model you
want to test, and your eyes. ...
muted
接口介绍
反向引用查询:给定一个方法的全限定名,返回仓库内所有调用该方法的位置 — 包括调用方所在方法、行号、调用表达式片段;支持把通过父类/接口间接调用到该方法的位置也算上。
工具名
find_callers_by_method_name
背景与目标
调用关系是程序分析的核心。从安全审计角度看:
- 找到所有调用 Runtime.exec 的位置 → 命令注入入口
- 找到所有调用 ...
OSS26-Team
Create a GET /supported-networks endpoint which returns:
{
supportedNetworks: [11155111, 11155420, 1, 10]
}
The caller must be authenticated with Authentik JWT, server will throw 401 if JWT is missing ...
Device information
Device name printed on Finnish user guide:
Älykäs LED-valonauha RGBIC+CCTIC, 5M, Wifi
English description:
Smart LED strip RGBIC+CCTIC, 5 m, Wi-Fi
Device class:
RGBIC / addressable ...
Проблема
В репо есть два файла-скрипта, которые никуда не используются и могут путать агентов при сканировании кодовой базы:
- fix_tests_script.py
- update_tests_auto.py
Оба судя по имени — одноразовые ...
Finding
A bare/overly-broad except: swallows errors and hampers debugging.
Acceptance criteria
- Narrow the exception type(s) and/or log with context; re-raise where appropriate.
- Add a test covering ...
code-quality
devin-fix

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.