mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 13:05:01 +00:00
chore: merge origin/main into main
This commit is contained in:
@@ -48,6 +48,8 @@ describe("noteSecurityWarnings gateway exposure", () => {
|
||||
const message = lastMessage();
|
||||
expect(message).toContain("CRITICAL");
|
||||
expect(message).toContain("without authentication");
|
||||
expect(message).toContain("Safer remote access");
|
||||
expect(message).toContain("ssh -N -L 18789:127.0.0.1:18789");
|
||||
});
|
||||
|
||||
it("uses env token to avoid critical warning", async () => {
|
||||
|
||||
Reference in New Issue
Block a user