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