File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
plugin/src/main/java/org/owasp/benchmarkutils/score/parsers Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+ */
1
18
package org .owasp .benchmarkutils .score .parsers ;
2
19
3
20
import org .json .JSONArray ;
Original file line number Diff line number Diff line change 12
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13
13
* PURPOSE. See the GNU General Public License for more details
14
14
*
15
- * @author Raj Barath
15
+ * @author Barath Raj
16
16
* @created 2023
17
17
*/
18
18
package org .owasp .benchmarkutils .score .parsers .sarif ;
You can’t perform that action at this time.
0 commit comments