|
1 | 1 | { |
2 | | - "schema_version": "1.0", |
3 | | - "last_updated": "2025-10-05T10:00:00Z", |
| 2 | + "schema_version": "2.0", |
| 3 | + "last_updated": "2025-10-08T04:51:48+0200", |
4 | 4 | "announcements": [ |
5 | 5 | { |
6 | 6 | "id": "2025-10-05-nfa-release", |
7 | 7 | "title": "NFA v2.3 Released!", |
8 | 8 | "message": "Faster .nessus parsing, new export formats, and improved GUI. Go to https://github.com/LimberDuck/nessus-file-analyzer ", |
9 | | - "tools": ["nfa"], |
10 | | - "priority": "info", |
| 9 | + "type": "info", |
11 | 10 | "valid_from": "2025-10-05", |
12 | | - "valid_until": "2025-12-31" |
| 11 | + "valid_until": "2025-12-31", |
| 12 | + "tools": [ |
| 13 | + { |
| 14 | + "name": "nfa", |
| 15 | + "max_version": "2.3.0" |
| 16 | + } |
| 17 | + ] |
13 | 18 | }, |
14 | 19 | { |
15 | 20 | "id": "2025-10-02-global-survey", |
16 | 21 | "title": "LimberDuck User Survey", |
17 | 22 | "message": "Help shape the next features for all tools! Go to https://limberduck.org to take the survey.", |
18 | | - "tools": ["nfa", "nfr", "tnscm", "tsccm", "cfc"], |
19 | | - "priority": "highlight", |
| 23 | + "type": "highlight", |
20 | 24 | "valid_from": "2025-10-02", |
21 | | - "valid_until": "2025-10-31" |
| 25 | + "valid_until": "2025-10-31", |
| 26 | + "tools": [ |
| 27 | + { |
| 28 | + "name": "nfa", |
| 29 | + "max_version": "2.3.0" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "nfr", |
| 33 | + "max_version": "1.5.0" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "tnscm", |
| 37 | + "max_version": "3.1.0" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "tsccm", |
| 41 | + "max_version": "1.2.0" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "cfc", |
| 45 | + "max_version": "0.4.3" |
| 46 | + } |
| 47 | + ] |
22 | 48 | }, |
23 | 49 | { |
24 | 50 | "id": "2025-10-01-nfr-tip", |
25 | 51 | "title": "Tip for NFR Users", |
26 | 52 | "message": "Try the new report comparison mode — it helps track regressions faster.", |
27 | | - "tools": ["nfr"], |
28 | | - "priority": "tip" |
| 53 | + "type": "tip", |
| 54 | + "tools": [ |
| 55 | + { |
| 56 | + "name": "nfr", |
| 57 | + "max_version": "2.3.0" |
| 58 | + } |
| 59 | + ] |
29 | 60 | }, |
30 | 61 | { |
31 | 62 | "id": "2025-09-30-cfc-security", |
32 | 63 | "title": "Security Reminder for CFC", |
33 | 64 | "message": "Regularly update your API tokens to keep your integrations safe.", |
34 | | - "tools": ["cfc"], |
35 | | - "priority": "warning", |
36 | | - "valid_until": "2025-11-01" |
| 65 | + "type": "warning", |
| 66 | + "valid_until": "2025-11-01", |
| 67 | + "tools": [ |
| 68 | + { |
| 69 | + "name": "cfc", |
| 70 | + "max_version": "0.4.3" |
| 71 | + } |
| 72 | + ] |
37 | 73 | } |
38 | 74 | ] |
39 | 75 | } |
0 commit comments