Skip to content

Commit 71971bb

Browse files
author
chrisisbeef
committed
This ended up in the wrong place
1 parent 2c04e07 commit 71971bb

File tree

392 files changed

+60273
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+60273
-0
lines changed

esapi-2.0_rc11/.classpath

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry kind="src" path="resources"/>
5+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
6+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
7+
<classpathentry kind="src" output="src/examples/java" path="src/examples/java"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
9+
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
10+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
11+
<classpathentry kind="output" path="target/classes"/>
12+
</classpath>

esapi-2.0_rc11/.project

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ESAPI_2.0</name>
4+
<comment>The Enterprise Security API project is an OWASP project
5+
to create simple strong security controls for every web platform.
6+
Security controls are not simple to build. You can read about the
7+
hundreds of pitfalls for unwary developers on the OWASP website. By
8+
providing developers with a set of strong controls, we aim to
9+
eliminate some of the complexity of creating secure web applications.
10+
This can result in significant cost savings across the SDLC.</comment>
11+
<projects>
12+
</projects>
13+
<buildSpec>
14+
<buildCommand>
15+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>org.eclipse.jdt.core.javabuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>org.eclipse.wst.validation.validationbuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
<buildCommand>
30+
<name>org.maven.ide.eclipse.maven2Builder</name>
31+
<arguments>
32+
</arguments>
33+
</buildCommand>
34+
</buildSpec>
35+
<natures>
36+
<nature>org.maven.ide.eclipse.maven2Nature</nature>
37+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
38+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
39+
<nature>org.eclipse.jdt.core.javanature</nature>
40+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
41+
</natures>
42+
</projectDescription>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Thu Nov 26 01:50:11 HST 2009
2+
eclipse.preferences.version=1
3+
encoding/<project>=UTF-8
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Fri Jul 10 01:07:40 EDT 2009
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3+
eclipse.preferences.version=1
4+
org.eclipse.jdt.core.compiler.source=1.5
5+
org.eclipse.jdt.core.compiler.compliance=1.5
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-modules id="moduleCoreId" project-version="1.5.0">
3+
<wb-module deploy-name="ESAPI">
4+
<wb-resource deploy-path="/" source-path="src/main/java"/>
5+
<wb-resource deploy-path="/" source-path="src/main/resources"/>
6+
<wb-resource deploy-path="/" source-path="/src/test/java"/>
7+
<wb-resource deploy-path="/" source-path="/src/test/resources"/>
8+
<wb-resource deploy-path="/" source-path="/src/main/java"/>
9+
<wb-resource deploy-path="/" source-path="/src/examples/java"/>
10+
<wb-resource deploy-path="/" source-path="/resources"/>
11+
</wb-module>
12+
</project-modules>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<faceted-project>
2+
<fixed facet="jst.java"/>
3+
<fixed facet="jst.utility"/>
4+
<installed facet="jst.utility" version="1.0"/>
5+
<installed facet="jst.java" version="5.0"/>
6+
</faceted-project>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Fri Jul 10 01:10:33 EDT 2009
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
fullBuildGoals=process-test-resources
5+
includeModules=false
6+
resolveWorkspaceProjects=true
7+
resourceFilterGoals=process-resources resources\:testResources
8+
skipCompilerPlugin=true
9+
version=1

esapi-2.0_rc11/LICENSE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The BSD License
2+
3+
Copyright (c) 2007, The OWASP Foundation
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7+
8+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
9+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
10+
Neither the name of the OWASP Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12+

0 commit comments

Comments
 (0)