Skip to content

Commit 1ec2f22

Browse files
committed
Fix bug when generating scorecards while using expected results full
details csv.
1 parent 086add4 commit 1ec2f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/java/org/owasp/benchmarkutils/score/service/ExpectedResultsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public class ExpectedResultsProvider {
4040
private static final String CWE = " cwe";
4141

4242
private static final String SOURCE = " source";
43-
private static final String DATA_FLOW = " vuln src";
44-
private static final String SINK = " vuln df";
43+
private static final String DATA_FLOW = " data flow";
44+
private static final String SINK = " sink";
4545

4646
public static TestSuiteResults parse(ResultFile resultFile) throws IOException {
4747
TestSuiteResults tr = new TestSuiteResults("Expected", true, null);

0 commit comments

Comments
 (0)