File tree Expand file tree Collapse file tree
frontend/src/components/home Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ import SystemUpdatePanel from "../common/SystemUpdatePanel";
1212const versionText = VERSION ;
1313const logoBgImg = `url('${ PUBLIC_URL } /logo-negative.png')` ;
1414const blogPosts = [
15+ {
16+ title :
17+ "Important update on the Current Mantainers and Future of the Project" ,
18+ subText : "Matteo Lodi's discussion on Github" ,
19+ date : "17th April 2026" ,
20+ link : "https://github.com/intelowlproject/IntelOwl/discussions/3654" ,
21+ } ,
1522 {
1623 title : "IntelOwl: Open-source threat intelligence management" ,
1724 subText : "HelpNetSecurity: Interview with Matteo Lodi" ,
@@ -30,12 +37,6 @@ const blogPosts = [
3037 date : "29th May 2024" ,
3138 link : "https://github.com/intelowlproject/thp_workshop_2024" ,
3239 } ,
33- {
34- title : "New year, new tool: Intel Owl" ,
35- subText : "Certego Blog: First announcement" ,
36- date : "2nd January 2020" ,
37- link : "https://www.certego.net/en/news/new-year-new-tool-intel-owl/" ,
38- } ,
3940] ;
4041
4142// Component
You can’t perform that action at this time.
0 commit comments