Skip to content

Commit 57c78f2

Browse files
committed
Update supported versions and clean up git split config
The supported version list in SECURITY.md was updated to reflect the current state of version support. The .gitsplit.yml configuration file was also cleaned. The numerous entries accordingly pointing to deprecated elements have been removed, simplifying the file's structure and improving readability.
1 parent 466f65d commit 57c78f2

File tree

2 files changed

+2
-54
lines changed

2 files changed

+2
-54
lines changed

.gitsplit.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,6 @@ splits:
44
- prefix: "src/Library"
55
target: "https://${GH_TOKEN}@github.com/web-token/jwt-library.git"
66
- prefix: "src/Experimental"
7-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git"
8-
- prefix: "src/Deprecated/Signature"
9-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature.git"
10-
- prefix: "src/Deprecated/Checker"
11-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-checker.git"
12-
- prefix: "src/Deprecated/Console"
13-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-console.git"
14-
- prefix: "src/Deprecated/Core"
15-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-core.git"
16-
- prefix: "src/Deprecated/Ecc"
17-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-util-ecc.git"
18-
- prefix: "src/Deprecated/Encryption"
19-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption.git"
20-
- prefix: "src/Deprecated/KeyManagement"
21-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-key-mgmt.git"
22-
- prefix: "src/Deprecated/NestedToken"
23-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git"
24-
- prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESCBC"
25-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git"
26-
- prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESGCM"
27-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcm.git"
28-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESGCMKW"
29-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git"
30-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESKW"
31-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aeskw.git"
32-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/Direct"
33-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-dir.git"
34-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/ECDHES"
35-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-ecdh-es.git"
36-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/PBES2"
37-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-pbes2.git"
38-
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/RSA"
39-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-rsa.git"
40-
- prefix: "src/Deprecated/SignatureAlgorithm/ECDSA"
41-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-ecdsa.git"
42-
- prefix: "src/Deprecated/SignatureAlgorithm/EdDSA"
43-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-eddsa.git"
44-
- prefix: "src/Deprecated/SignatureAlgorithm/None"
45-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-none.git"
46-
- prefix: "src/Deprecated/SignatureAlgorithm/HMAC"
47-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-hmac.git"
48-
- prefix: "src/Deprecated/SignatureAlgorithm/RSA"
49-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-rsa.git"
50-
- prefix: "src/Deprecated/SignatureAlgorithm/Experimental"
51-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git"
52-
- prefix: "src/Deprecated/EncryptionAlgorithm/Experimental"
53-
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git"
54-
- prefix: "src/Deprecated/Pack/Encryption"
55-
target: "https://${GH_TOKEN}@github.com/web-token/encryption-pack.git"
56-
- prefix: "rc/Deprecated/Pack/Signature"
57-
target: "https://${GH_TOKEN}@github.com/web-token/signature-pack.git"
58-
597

608
origins:
619
- ^\d+\.\d+\.x$

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
| Version | Supported |
66
|---------|--------------------|
77
| 4.0.x | :white_check_mark: |
8-
| 3.3.x | :white_check_mark: |
9-
| < 3.3.0 | :x: |
8+
| 3.4.x | :white_check_mark: |
9+
| < 3.4.0 | :x: |
1010

1111
## Reporting a Vulnerability
1212

0 commit comments

Comments
 (0)