Skip to content

Commit 3311792

Browse files
committed
Add. disclaimer block
1 parent ab1a3b3 commit 3311792

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

plugin/src/main/java/org/owasp/benchmarkutils/score/parsers/GitLabSastReader.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/**
2+
* OWASP Benchmark Project
3+
*
4+
* <p>This file is part of the Open Web Application Security Project (OWASP) Benchmark Project For
5+
* details, please see <a
6+
* href="https://owasp.org/www-project-benchmark/">https://owasp.org/www-project-benchmark/</a>.
7+
*
8+
* <p>The OWASP Benchmark is free software: you can redistribute it and/or modify it under the terms
9+
* of the GNU General Public License as published by the Free Software Foundation, version 2.
10+
*
11+
* <p>The OWASP Benchmark is distributed in the hope that it will be useful, but WITHOUT ANY
12+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13+
* PURPOSE. See the GNU General Public License for more details
14+
*
15+
* @author Barath Raj
16+
* @created 2024
17+
*/
118
package org.owasp.benchmarkutils.score.parsers;
219

320
import org.json.JSONArray;

plugin/src/main/java/org/owasp/benchmarkutils/score/parsers/sarif/SnykReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1313
* PURPOSE. See the GNU General Public License for more details
1414
*
15-
* @author Raj Barath
15+
* @author Barath Raj
1616
* @created 2023
1717
*/
1818
package org.owasp.benchmarkutils.score.parsers.sarif;

0 commit comments

Comments
 (0)