Skip to content

Commit e7ed32e

Browse files
committed
Fix patched version numbers
1 parent 39e633a commit e7ed32e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/hpke-rs/RUSTSEC-0000-0000.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["x25519", "hpke", "validation"]
1010
references = ["https://datatracker.ietf.org/doc/rfc9180/"]
1111

1212
[versions]
13-
patched = [">0.6.0"]
13+
patched = [">=0.6.0"]
1414
```
1515

1616
# Missing mandatory X25519 all-zero output validation in HPKE

crates/hpke-rs/RUSTSEC-0000-0000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["nonce-reuse", "integer-overflow", "hpke"]
1010
references = ["https://datatracker.ietf.org/doc/rfc9180/"]
1111

1212
[versions]
13-
patched = [">0.6.0"]
13+
patched = [">=0.6.0"]
1414
```
1515

1616
# Nonce reuse via HPKE sequence number overflow

crates/libcrux-psq/RUSTSEC-0000-0000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["aes-gcm", "panic", "unwrap"]
1010
references = ["https://github.com/cryspen/libcrux"]
1111

1212
[versions]
13-
patched = [">0.0.7"]
13+
patched = [">=0.0.7"]
1414
```
1515

1616
# Denial of service via AES-GCM decryption panic in PSQ transport layer

0 commit comments

Comments
 (0)