Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 9b68e02

Browse files
author
chrisisbeef
committed
Project Structure Creation - Initial checkin
1 parent 86e79b9 commit 9b68e02

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* OWASP Enterprise Security API (ESAPI)
3+
*
4+
* This file is part of the Open Web Application Security Project (OWASP)
5+
* Enterprise Security API (ESAPI) project. For details, please see
6+
* <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7+
*
8+
* Copyright (c) 2008 - The OWASP Foundation
9+
*
10+
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
11+
* LICENSE before you use, modify, and/or redistribute this software.
12+
*/
13+
14+
package org.owasp.esapi.js;
15+
16+
public class JSBuild {
17+
public static void main( String... args ) {
18+
System.out.println("Coming Soon!");
19+
}
20+
}

0 commit comments

Comments
 (0)