aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Manico <jim@manico.net>2022-03-08 06:54:45 -0800
committerGitHub <noreply@github.com>2022-03-08 06:54:45 -0800
commita4f3d3920e2250708049063750c9ec72cbfdae35 (patch)
treec7d77228627615d98aea23fa8df7d681902bc46c
parent2565c4952103c1cf44a7565bed6593fb7d1f732f (diff)
parent6380226afa0c83929c4f5a5d3aeb7d0caa0f5b4a (diff)
downloadjava-encoder-a4f3d3920e2250708049063750c9ec72cbfdae35.tar.gz
Merge pull request #55 from seanf/patch-1
Add badge for javadoc
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b153a1d..e7dfd4f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
OWASP Java Encoder Project
==========================
-[![Build Status](https://travis-ci.org/OWASP/owasp-java-encoder.svg?branch=main)](https://travis-ci.org/OWASP/owasp-java-encoder) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
+[![Build Status](https://travis-ci.org/OWASP/owasp-java-encoder.svg?branch=main)](https://travis-ci.org/OWASP/owasp-java-encoder) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![javadoc](https://javadoc.io/badge2/org.owasp.encoder/encoder/javadoc.svg)](https://javadoc.io/doc/org.owasp.encoder/encoder)
Contextual Output Encoding is a computer programming technique necessary to stop
Cross-Site Scripting. This project is a Java 1.5+ simple-to-use drop-in high-performance