This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Category:OWASP Java Project"

From OWASP
Jump to: navigation, search
m
m
Line 172: Line 172:
 
== Tools Chain ==
 
== Tools Chain ==
  
{| class="wikitable"  
+
{| width="100%"  
| [[OWASP_SonarQube_Project|OWASP SonarQube Project]]
+
| colspan="2" | [[OWASP_SonarQube_Project|OWASP SonarQube Project]]
 +
|-
 +
| width="20" |  
 
| The first goal of the OWASP SonarQube Project is to a create a referential of check specifications targetting OWASP vulnerabilities and that can be detected by SAST tools (Static Application Security Testing). From there, the second goal is to provide a reference implementations of most of those checks in the Open Source SonarQube language analysers (Java, JavaScript, PHP and C#). SonarQube is an Open Source platform for managing code quality.
 
| The first goal of the OWASP SonarQube Project is to a create a referential of check specifications targetting OWASP vulnerabilities and that can be detected by SAST tools (Static Application Security Testing). From there, the second goal is to provide a reference implementations of most of those checks in the Open Source SonarQube language analysers (Java, JavaScript, PHP and C#). SonarQube is an Open Source platform for managing code quality.
|-  
+
|-
| [[OWASP_Dependency_Check|OWASP Dependency Check]]
+
| colspan="2" |  
 +
|-
 +
| colspan="2" | [[OWASP_Dependency_Check|OWASP Dependency Check]]
 +
|-
 +
| width="20" |  
 
| Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java, .NET, Ruby, Node.js, and Python projects are supported.
 
| Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java, .NET, Ruby, Node.js, and Python projects are supported.
 
|}
 
|}
 +
  
 
<br/>
 
<br/>
Line 186: Line 193:
 
== Libraries ==
 
== Libraries ==
  
{| class="wikitable"  
+
 
| [[OWASP_Java_HTML_Sanitizer|OWASP Java HTML Sanitizer]]
+
{| width="100%"  
 +
| colspan="2" | [[OWASP_Java_HTML_Sanitizer|OWASP Java HTML Sanitizer]]
 +
|-
 +
| width="20" | &nbsp;
 
| The OWASP HTML Sanitizer is a fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
 
| The OWASP HTML Sanitizer is a fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
|-  
+
|-
| [[OWASP_Java_Encoder_Project|OWASP Java Encoder Project]]
+
| colspan="2" | &nbsp;
 +
|-
 +
| colspan="2" | [[OWASP_Java_Encoder_Project|OWASP Java Encoder Project]]
 +
|-
 +
| width="20" | &nbsp;
 
| The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting.
 
| The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting.
 
|}
 
|}
Line 200: Line 214:
 
== General Documents ==
 
== General Documents ==
  
{| class="wikitable"  
+
{| width="100%"
 
| [[OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide|OWASP Secure Coding Practices - Quick Reference Guide]]
 
| [[OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide|OWASP Secure Coding Practices - Quick Reference Guide]]
 
| [[OWASP_Codes_of_Conduct|OWASP Codes of Conduct]]
 
| [[OWASP_Codes_of_Conduct|OWASP Codes of Conduct]]

Revision as of 10:55, 22 December 2015

OWASP Java Project Header.png

About

The OWASP Java™ and JVM Project is the clearing house for all information related to building secure web/distributed applications and services based on Java and JVM technologies. The focus of the project is on guidance for developers and architects using Java frameworks and JVM based technologies for web application development, on OWASP components that use Java and on participation in OWASP projects that use Java and JVM technologies. Moreover, we aim to provide security related guidance for system administrators managing Java and JVM based applications and tools.

The project is not limited to Java. It aims to also address topics around the JVM in general.

Community content is key to security information. The project depends on content from developers throughout the Java and JVM ecosystem.

Purpose

  • Provide deep, rich guidance for Java developers in using the security features of Java and of Java frameworks.
  • Address security in relation to the Java Virtual Machine and derived technologies.
  • Guide system administrators in managing Java and JVM related components and applications.
  • Create guidance for use of OWASP components that are designed for use with Java or other JVM languages.
  • Focus on information about working with and on OWASP tools built using Java or other JVM technologies.
  • Provide a stream of security related information, like vulnerabilities and security patches, related to the Java and JVM universe.
  • Build an ecosystem allowing to all actors interested to discuss, share and learn.


Licensing

OWASP Java™ Project is free to use. It is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Oracle® and Java™ are trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.


What's Hot!

See the "Tasks and Roadmap" tab for more information.

Wiki Pages Review Operation - 2015/2016


Team

Lead: Tasha CARL


Meta

Last Update: 12/2015


Other Resources

Mailing List

Twitter (Java)

GitHub (Java)

GitHub (OWASP)


Related Projects

Classifications

Owasp-incubator-trans-85.png Owasp-builders-small.png
Owasp-defenders-small.png
Cc-button-y-sa-small.png
Project Type Files DOC.jpg






Tools Chain

OWASP SonarQube Project
  The first goal of the OWASP SonarQube Project is to a create a referential of check specifications targetting OWASP vulnerabilities and that can be detected by SAST tools (Static Application Security Testing). From there, the second goal is to provide a reference implementations of most of those checks in the Open Source SonarQube language analysers (Java, JavaScript, PHP and C#). SonarQube is an Open Source platform for managing code quality.
 
OWASP Dependency Check
  Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java, .NET, Ruby, Node.js, and Python projects are supported.




Libraries

OWASP Java HTML Sanitizer
  The OWASP HTML Sanitizer is a fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
 
OWASP Java Encoder Project
  The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting.



General Documents

OWASP Secure Coding Practices - Quick Reference Guide OWASP Codes of Conduct OWASP Cheat Sheets Series
OWASP Testing Project OWASP Web Top 10 OWASP Vulnerable Web Applications Directory



Pages to be reviewed or under review

Java Security Frameworks

OWASP_Java_Encoder_Project



Retired, Inactive or Outdated Projects

[ESAPI Project Java Implementation] The Java and Java EE implementation of ESAPI Project is outdated and integrates various security issues, according to the bug tracker. It is strongly recommended to not employ this library in production code anymore and use alternative OWASP libraries instead. It still is useful for learning purposes. [Tracker]



Ongoing Operations

Wiki Pages Review Operation - 2015/2016


Upcoming Operations

None at the moment. Everything is ongoing. If you have ideas for new operations, documentations, documents, projects, please drop a line on the mailing list or in a mail to project team.


Archived Operations

None at the moment.





There are many ways of getting involved in an OWASP Documentation projects.

The first step would be to establish contact with the project leaders and/or the entire team. This can be done using a direct and private message, or by joining the public mailing list to say hello.

When it comes to participating in project activities, everything depends on the time you are willing and able to invest. It is however very important to not jump into too many things at the beginning, later having to back out or to let unfinished things behind you. It is much better to start with small tasks, increasing intensity and investment over time.

Please also be patient with expecting the "merge" of your work into the existing project pages and code. As everywhere in live, trust has to be built-up.

The Java and Project has currently multiple tasks open, which can be found on the adequate section of this page. Note all tasks require a wiki account. Please take something you are interested in and start participating. Work load is not the only outcome when participating in open projects. You are getting a lot of things back: recognition, satisfaction, knowledge and contacts, sometime friends.

Sounds cool? Then jump in...

To get involved join the mailing list, follow this link: OWASP Java and JVM Mailing List






The previous version of this JAVA Project home page is archived here: OWASP Java Project Archive (8.2010)



The category 'Java' should not be employed. Please use the category '[[Category:OWASP_Java_Project]]' instead.




PROJECT INFO
What does this OWASP project offer you?
RELEASE(S) INFO
What releases are available for this project?
what is this project?
Name: OWASP Java Project
Purpose: The OWASP Java™ and JVM Project is the clearing house for all information related to building secure web/distributed applications and services based on Java and JVM technologies.
License: CC-BY 3.0 for documentation and GPLv3 for code. Oracle® and Java™ are trademarks of Oracle and/or its affiliates.
who is working on this project?
Project Leader(s):
how can you learn more?
Project Pamphlet: Not Yet Created
Project Presentation:
Mailing list: N/A
Project Roadmap: Not Yet Created
Main links:
Key Contacts
current release
Not Yet Published
last reviewed release
Not Yet Reviewed


other releases






IMPORTANT: all pages of these project are currently under review. A lot are outdated and are in the process of being removed or updated. The review effort is coordinated on this page: Wiki Pages Review Operation - 2015/2016.


Media in category "OWASP Java Project"

This category contains only the following file.