Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
netfl0 committed Dec 20, 2024
1 parent 4343381 commit c2e0868
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

## Version - 1.0.0 - 2024-12-20

- Define D3FEND Digital Event ontology with deeper OCSF integration. (#326)
- ATT&CK Data Sources integration and related digital artifacts. (#317)
- Add Access Mediation techniques with zero-trust alignment. (#336)
- Refine auth events to align with Access Mediation techniques. (#328)
- Add Source Code Hardening techniques to ontology. (#325)
- Add Credential Scrubbing as Source Code Hardening technique. (#333)
- Introduce an upper model for D3FEND OT artifacts. (#329)
- Add Cloud Service Provider. (#319)
- Application-based Process Isolation. (#320)
- First D3FEND-CCO mappings. (#296)
- Carve out D3FEND catalog classes and properties into separate file. (#338)
- Update to ATT&CK Enterprise v16.0. (#315)
- Add Python scripts to automate the import of CAPEC into D3FEND. (#258)
- Add missing rdfs:labels. (#332)
- Align T1087 subtechniques with correct parent. (#295)
- Define D3FEND Digital Event ontology with deeper OCSF integration. (#326)
- ATT&CK Data Sources integration and related digital artifacts. (#317)
- Add Access Mediation techniques with zero-trust alignment. (#336)
- Refine auth events to align with Access Mediation techniques. (#328)
- Add Source Code Hardening techniques to ontology. (#325)
- Add Credential Scrubbing as Source Code Hardening technique. (#333)
- Introduce an upper model for D3FEND OT artifacts. (#329)
- Add Cloud Service Provider. (#319)
- Application-based Process Isolation. (#320)
- First D3FEND-CCO mappings. (#296)
- Carve out D3FEND catalog classes and properties into separate file. (#338)
- Update to ATT&CK Enterprise v16.0. (#315)
- Add Python scripts to automate the import of CAPEC into D3FEND. (#258)
- Add missing rdfs:labels. (#332)
- Align T1087 subtechniques with correct parent. (#295)

## Version - 0.17.0 - 2024-10-11

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ MAKEFLAGS += --silent

SHELL=/bin/bash

D3FEND_VERSION ?=0.17.0
D3FEND_RELEASE_DATE ?="2024-10-11T00:00:00.000Z"
D3FEND_VERSION ?=1.0.0
D3FEND_RELEASE_DATE ?="2024-12-20T00:42:42.042Z"

ATTACK_VERSION ?= 16.0

Expand Down

0 comments on commit c2e0868

Please sign in to comment.