An open API service indexing awesome lists of open source software.

https://github.com/automotive-security/Automotive-Security-Timeline

汽车信息安全事件时间轴
https://github.com/automotive-security/Automotive-Security-Timeline

automotive-security car-security carhacking data-leaks security timeline vehicle-security

Last synced: about 1 month ago
JSON representation

汽车信息安全事件时间轴

Awesome Lists containing this project

README

          

"汽车信息安全事件时间轴" 按照时间发生的先后顺序记录汽车信息安全事件。
- 地址: [Automotive-Security-Timeline](https://autosec-timeline.delikely.eu.org) 

事件记录的格式如下:
```json
{
"media": {
"caption": "原文标题",
"credit": "",
"url": "图片或视频地址"
},
"text": {
"headline": "事件标题",
"text": "事件描述"
},
"start_date": {
"month": "月",
"day": "日",
"year": "年"
},
"group":"vulnerability 或者 event "
}
```