Skip to content

Commit

Permalink
remark was already being truncated in the non-eval-stig case
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite committed Oct 31, 2024
1 parent debfe29 commit c936efb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ReviewParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,11 +713,6 @@ export function reviewsFromXccdf(
o.remark = "Evaluate-STIG Answer File"
}
}
else {
for (const o of resultEngine.overrides) {
if (o.remark?.length > 255) o.remark = o.remark.slice(0, 255)
}
}
}

const review = {
Expand Down

0 comments on commit c936efb

Please sign in to comment.