Skip to content

Commit

Permalink
feat: handle duplicate CCis in benchmark rules (NUWCDIVNPT#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Oct 17, 2024
1 parent 4ab815e commit edeb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/source/service/STIGService.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ exports.insertManualBenchmark = async function (b, clobber, svcStatus = {}) {
binds: []
},
revGroupRuleCciMap: {
sql: `INSERT INTO rev_group_rule_cci_map (rgrId, cci)
sql: `INSERT IGNORE INTO rev_group_rule_cci_map (rgrId, cci)
SELECT
rgr.rgrId,
tt.cci
Expand Down

0 comments on commit edeb2be

Please sign in to comment.