Skip to content

Commit e2887a8

Browse files
authored
Merge pull request #3099 from XRPLF/blog-quickfixes
Update date field of recent blogs and fix H1 syntax for Clio 2.3.0+ release announcements
2 parents 9aa34c1 + 5389bdc commit e2887a8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

blog/2024/clio-2.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ markdown:
1212
hide: true
1313
---
1414

15-
## Introducing Clio version 2.3.0
15+
# Introducing Clio version 2.3.0
1616

1717
Version 2.3.0 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds new features and bug fixes.
1818

blog/2025/clio-2.3.1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ markdown:
1111
editPage:
1212
hide: true
1313
---
14-
15-
## Introducing Clio version 2.3.1
14+
# Introducing Clio version 2.3.1
1615

1716
Version 2.3.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds bug fixes.
1817

blog/2025/clio-2.4.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ markdown:
1111
editPage:
1212
hide: true
1313
---
14-
15-
## Introducing Clio version 2.4.0
14+
# Introducing Clio version 2.4.0
1615

1716
Version 2.4.0 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds bug fixes.
1817

blog/2025/defi-use-cases-exploring-the-potential.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
category: 2025
3-
date: 2025-04-18
3+
date: "2025-04-18"
4+
template: '../../@theme/templates/blogpost'
45
seo:
56
description: What is DeFi used for, and how is it reshaping industries? Explore the key DeFi use cases that are driving the future of finance.
67
labels:

blog/2025/vulnerabilitydisclosurereport-bug-apr2025.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
category: 2025
3-
date: 2025-04-28
3+
date: "2025-04-28"
4+
template: '../../@theme/templates/blogpost'
45
seo:
56
title: Malicious Supply Chain Compromise in xrpl.js npm Package
67
description: This disclosure report contains technical details of vulnerability of the XRP Ledger Javascript library package hosted at npmjs.com.
@@ -27,7 +28,7 @@ This attack was discovered and reported in the early morning hours of April 22nd
2728

2829
## Impact
2930

30-
This vulnerability does **not** affect the XRP Ledger network or codebase, but is instead limited to the npm package called `xrpl`, which is the package name for the **xrpl.js** (a JavaScript library for interacting with the XRP Ledger).
31+
This vulnerability does **not** affect the XRP Ledger network or codebase, but is instead limited to the npm package called `xrpl`, which is the package name for **xrpl.js** (a JavaScript library for interacting with the XRP Ledger).
3132

3233
**Note:** No GitHub repositories were compromised at any time as part of this incident. Instead, the attacker was able to publish malicious code directly into the npm registry system using compromised npm credentials. In particular, npm versions `2.14.2` and `4.2.1` - `4.2.4` of xrpl.js were compromised with malicious code designed to exfiltrate private key material.
3334

0 commit comments

Comments
 (0)