This is an automated email from the ASF dual-hosted git repository.
zclllyybb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5966c2edfc4 [Enhancement](skill) Add some details agents instructions
(#63627)
5966c2edfc4 is described below
commit 5966c2edfc43b393a8b2b5fa5d801528c46ef5c4
Author: zclllyybb <[email protected]>
AuthorDate: Mon May 25 21:30:39 2026 +0800
[Enhancement](skill) Add some details agents instructions (#63627)
1. security
2. beut
---
AGENTS.md | 2 +-
be/test/AGENTS.md | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/AGENTS.md b/AGENTS.md
index 785c13d535f..34617013274 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -4,7 +4,7 @@ This is the codebase for Apache Doris, an MPP OLAP database. It
primarily consis
## Security Threat Model
-For security scans, vulnerability triage, security reviews, and changes
involving authentication, authorization, network boundaries, external catalogs,
cloud tenancy, or other security-sensitive behavior, read `SECURITY.md` first,
then follow it to `threat-model.md`. Use `threat-model.md` to determine
in-scope components, trust boundaries, attacker roles, explicit non-goals, and
triage classification. Findings that are out of model or by design under
`threat-model.md` should be reported [...]
+For security scans, vulnerability triage, security reviews, and changes
involving authentication, authorization, network boundaries, external catalogs,
cloud tenancy, or other security-sensitive behavior, read `SECURITY.md` first,
then follow it to `threat-model.md`. Use `threat-model.md` to determine
in-scope components, trust boundaries, attacker roles, explicit non-goals, and
triage classification. Findings that are out of model or by design under
`threat-model.md` should be reported [...]
## When running in a WORKTREE directory
diff --git a/be/test/AGENTS.md b/be/test/AGENTS.md
new file mode 100644
index 00000000000..3b0e9fed7a6
--- /dev/null
+++ b/be/test/AGENTS.md
@@ -0,0 +1,5 @@
+# BE Unit Test - Review Guide
+
+## Access Control
+
+BE-UT has actually been configured to ignore access control, so it can access
all private interfaces.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]