Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 0542993

Browse files
ori-gold-pxAsafAklerPX
authored andcommitted
release v3.1.0
1 parent a63e826 commit 0542993

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [3.1.0] - 2021-11-28
9+
10+
### Changed
11+
12+
- Login credentials extraction sends hashed credentials (`creds`) instead of `pass`
13+
- Login credentials extraction normalizes username field to lowercase prior to hashing
14+
- Login credentials extraction fields align with spec (all `snake_case`, not `camelCase`)
15+
- Login credentials extraction handles body encoding based on `Content-Type` request header
16+
17+
### Added
18+
19+
- Login credentials extraction paths are added as sensitive routes automatically
20+
- Added `raw_username` field with default value `null` to `additional_s2s` activity
21+
22+
823
## [3.0.3] - 2021-11-24
924

1025
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[PerimeterX](http://www.perimeterx.com) Shared base for NodeJS enforcers
77
=============================================================
88

9-
> Latest stable version: [v3.0.3](https://www.npmjs.com/package/perimeterx-node-core)
9+
> Latest stable version: [v3.1.0](https://www.npmjs.com/package/perimeterx-node-core)
1010
1111
This is a shared base implementation for PerimeterX Express enforcer and future NodeJS enforcers. For a fully functioning implementation example, see the [Node-Express enforcer](https://github.com/PerimeterX/perimeterx-node-express/) implementation.
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perimeterx-node-core",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "PerimeterX NodeJS shared core for various applications to monitor and block traffic according to PerimeterX risk score",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)