| Andrew Vuong | 3566f56 | 2023-03-13 22:54:17 +0000 | [diff] [blame] | 1 | name: "owasp-java-encoder" |
| 2 | description: |
| 3 | "The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in " |
| 4 | "high-performance encoder class with no dependencies and little baggage. " |
| 5 | "This project will help Java web developers defend against Cross Site " |
| 6 | "Scripting!" |
| 7 | |
| 8 | third_party { |
| 9 | url { |
| 10 | type: HOMEPAGE |
| 11 | value: "https://owasp.org/www-project-java-encoder/" |
| 12 | } |
| 13 | url { |
| 14 | type: GIT |
| 15 | value: "https://github.com/OWASP/owasp-java-encoder.git" |
| 16 | } |
| 17 | version: "6309c0ad5d5a339f41dfa94384930f630d46bc4a" |
| 18 | last_upgrade_date { year: 2023 month: 2 day: 14 } |
| 19 | license_type: NOTICE |
| 20 | } |