From 375a068c0d29acd0e96a243175085c80eb6fdedc Mon Sep 17 00:00:00 2001 From: lovesh-ap Date: Wed, 26 Jul 2023 12:56:12 +0530 Subject: [PATCH] Version update to 1.0.5 Add Supported Vulnerabilities to README.md Co-authored-by: Harshit Singh Lodha --- Changelog.md | 3 +++ README.md | 20 ++++++++++++++++++++ gradle.properties | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9a8ed6c47..80959a77e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ Noteworthy changes to the agent are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5-public-preview] - To Be Decided +### Changes + ## [1.0.4-public-preview] - 2023-06-20 ### Changes - Limiting the supported version range for Apache log4j due to the new version release of Apache log4j on 21 June 2023 diff --git a/README.md b/README.md index afaefd347..3307c5396 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,26 @@ The agent automatically instruments the following HTTP clients and messaging ser - DynamoDB-1.11.80 to latest - DyanamoDB-2.1.0 to latest +## **Supported Vulnerabilities** +* Remote Code Execution +* SQL Injection +* NoSQL Injection +* Stored XSS +* Reflected XSS +* Reverse Shell attack +* File Access +* SSRF +* Application Integrity Violation +* LDAP Injection +* XPath Injection +* Weak Cryptographic Algorithm +* Weak Hash Algorithm +* Insecure Randomness +* Trust Boundary Violation +* Secure Cookie +* XQuery Injection +* JavaScript Code Injection + ## **Building** #### **JDK requirements** diff --git a/gradle.properties b/gradle.properties index e8338ef7b..d5295ac62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # The agent version. -agentVersion=1.0.4 -jsonVersion=1.0.1 +agentVersion=1.0.5 +jsonVersion=1.1.0 # Updated exposed NR APM API version. nrAPIVersion=8.3.0