Skip to content

Commit 71f7719

Browse files
Update verification evidence with final unit test results
Co-Authored-By: Erik Rozi <erik.rozi@cognition.ai>
1 parent 887b66c commit 71f7719

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/security/asd-stig-nist-800-53-review.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,14 @@ Commands run on the remediated branch (Node 24.14.1):
184184

185185
```text
186186
npm run lint # eslint (js + vue) and cspell: clean
187-
npm test # karma: TOTAL: 6 FAILED, 1048 SUCCESS
187+
npm test # karma: TOTAL: 1061 SUCCESS (67 skipped)
188188
```
189189

190-
Baseline on `master` (`a4aae41af`): `TOTAL: 6 FAILED, 969 SUCCESS`. The same
191-
six specs fail on both runs (Object API search x4, Image Exporter x1,
192-
URLIndicator default icon class x1); they are unrelated to this change set and
193-
are not modified by it. The branch adds 79 passing specs and no regressions.
190+
Baseline on `master` (`a4aae41af`): `TOTAL: 6 FAILED, 969 SUCCESS`. The six
191+
baseline failures (Object API search x4, Image Exporter x1, URLIndicator
192+
default icon class x1) are environment-sensitive, are not modified by this
193+
change set, and did not reproduce on the final branch run. The branch adds 92
194+
specs and no regressions; the CI `unit-test` job passes.
194195

195196
### Original prompt
196197

0 commit comments

Comments
 (0)