Skip to content

Commit

Permalink
Merge pull request #85 from newrelic/develop
Browse files Browse the repository at this point in the history
Version update to 1.0.5
  • Loading branch information
harshit-ap authored Jul 26, 2023
2 parents 1424502 + 375a068 commit ae3de81
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ae3de81

Please sign in to comment.