- 註冊時間
- 2012-1-6
- 積分
- 8438
- 精華
- 0
- 帖子
- 1525
- 閱讀權限
- 100
- 最後登錄
- 2024-10-15
- UID
- 5
- 帖子
- 1525
- 主題
- 739
- 記錄
- 1
- 分享
- 0
- 日誌
- 213
- 閱讀權限
- 100
- 最後登錄
- 2024-10-15
- 在線時間
- 2326 小時
|
車用網路安全保證技術相關標準與文件
本帖最後由 hlperng 於 2019-10-16 13:14 編輯
Secured by design standards
資訊與網路保全性必須是內建、不宜採外掛方式完成。
軟體編譯程式語言相關標準與文件
- ISO/IEC 9899:1989 (ed1.0) (C89), Programming Languages - C
- ISO/IEC 9899:1999 (ed2.0) (C99), Programming Languages - C
- ISO/IEC 9899:2011 (ed3.0) (C11), Programming Languages - C
- ISO/IEC 9899:2011/Cor.1:2012, Technical Corrigendum 1
- MISRA C:2004 (C2 = C89),推動以 C 語言編寫車用軟體程式
- MISRA C:2012, (C3 = C99)
- CMU/SEI CERT (C99), C Coding standard - Rules for Developing Safe, Reliable, and Secure Systems
- CMU/SEI CERT:2016
- ISO/IEC TS 17961:2013, Information technology - Programming languages, their environments and system software interfaces - C sucure coding rules
- MITRE CWE-469. Common Weakness Enumeration (CWE)
MISRA C 發行之後,目前建議採用 C 編程語言撰寫軟體的產業標準包括:
- DO-178C (航空)
- IEC 61508 (資通訊)
- ISO 26262 (道路車輛)
- EN 50128 (軌道車輛)
歐盟 (EU) Start-up activities for Advanced Signalling and Automation Systems 專案交付文件 D8.1 保全設計標準選用 (Selection of the "Secure-by-design" standard) 所提供的標準架構:
source: https://ec.europa.eu/research/pa ... 7441095&appId=PPGMS
|
|