mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:31:24 +00:00
feat: improve gateway services and auto-reply commands
This commit is contained in:
@@ -14,6 +14,8 @@ describe("config paths", () => {
|
||||
error: "Invalid path. Use dot notation (e.g. foo.bar).",
|
||||
});
|
||||
expect(parseConfigPath("__proto__.polluted").ok).toBe(false);
|
||||
expect(parseConfigPath("constructor.polluted").ok).toBe(false);
|
||||
expect(parseConfigPath("prototype.polluted").ok).toBe(false);
|
||||
});
|
||||
|
||||
it("sets, gets, and unsets nested values", () => {
|
||||
|
||||
Reference in New Issue
Block a user