fix(persona): validate lifecycle through bounded session
This commit is contained in:
parent
67938c0798
commit
5e02644760
2 changed files with 4 additions and 18 deletions
|
|
@ -254,6 +254,10 @@ test("daily dispatcher unit is hardened and restricted to exact persona reposito
|
|||
deployScript,
|
||||
/systemctl start zhuyuan-persona-fifth-domain-daily\.service/u,
|
||||
);
|
||||
assert.doesNotMatch(
|
||||
deployScript,
|
||||
/systemctl start "\$\{handshakes\[@\]\}"/u,
|
||||
);
|
||||
assert.match(
|
||||
deployScript,
|
||||
/guanghu\.persona-on-demand-lifecycle-receipt\/v1/u,
|
||||
|
|
|
|||
Loading…
Reference in a new issue