-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21c98ed
commit 0067d70
Showing
8 changed files
with
177 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` | ||
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 | ||
|
||
gem "just-the-docs", "0.6.1" # pinned to the current release | ||
# gem "just-the-docs" # always download the latest release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.5) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.2.2) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
ffi (1.15.5) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.24.2-x86_64-linux) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.2) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-include-cache (0.2.1) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-seo-tag (2.8.0) | ||
jekyll (>= 3.8, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
just-the-docs (0.6.1) | ||
jekyll (>= 3.8.5) | ||
jekyll-include-cache | ||
jekyll-seo-tag (>= 2.0) | ||
rake (>= 12.3.1) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.8.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (5.0.3) | ||
rake (13.0.6) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rexml (3.2.6) | ||
rouge (4.1.3) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.66.1-x86_64-linux-gnu) | ||
google-protobuf (~> 3.23) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
unicode-display_width (2.4.2) | ||
webrick (1.8.1) | ||
|
||
PLATFORMS | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
jekyll (~> 4.3.2) | ||
just-the-docs (= 0.6.1) | ||
|
||
BUNDLED WITH | ||
2.3.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 just-the-docs | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## A Proposal of Redesign Security Modeling in ArchiMate | ||
|
||
[ArchiMate](https://en.wikipedia.org/wiki/ArchiMate) is an open and independent enterprise architecture modeling language to support the description, analysis and visualization of architecture within and across business domains. ArchiMate is a technical standard from The Open Group and is based on concepts from the now superseded IEEE 1471 standard. | ||
|
||
The ["Risk and Security Overlay”](https://pure.unamur.be/ws/portalfiles/portal/12366722/Modeling_Enterprise_Risk_Management_and_Secutity_with_the_ArchiMate_Language.pdf) of the ArchiMate language is an attempt to introduce risk and security modeling in ArchiMate language. | ||
|
||
We propose a redesign of security aspects of this overlay, in order to improve ArchiMate security modeling capabilities. | ||
|
||
## Project Structure | ||
|
||
* [/archimate_files](/archimate_files) contains the files made using Archi. | ||
|
||
## Built with | ||
|
||
* [Archi](https://www.archimatetool.com/) - The Archi® modeling toolkit is targeted toward all levels of Enterprise Architects and Modellers. | ||
|
||
## Authors | ||
|
||
* **[Ítalo Oliveira](https://sites.google.com/view/italojsoliveira)** - Free University of Bozen-Bolzano, Bolzano, Italy | ||
* **[Tiago Prince Sales](https://www.inf.unibz.it/~tpsales/)** - Free University of Bozen-Bolzano, Bolzano, Italy | ||
* **[João Paulo A. Almeida](https://nemo.inf.ufes.br/equipe/jpalmeida/)** - Federal University of Espírito Santo, Brazil. | ||
* **[Riccardo Baratella](https://scholar.google.it/citations?user=iVvfMXcAAAAJ)** - Free University of Bozen-Bolzano, Bolzano, Italy | ||
* **[Mattia Fumagalli](http://www.mattspace.net/)** - Free University of Bozen-Bolzano, Bolzano, Italy | ||
* **[Giancarlo Guizzardi](https://www.unibz.it/en/faculties/computer-science/academic-staff/person/37428-giancarlo-guizzardi)** - Free University of Bozen-Bolzano, Bolzano, Italy | ||
|
||
## References | ||
|
||
- Oliveira, Í., Sales, T.P., Almeida, J.P.A., Baratella, R., Fumagalli, M., Guizzardi, G. (2022). Ontological Analysis and Redesign of Security Modeling in ArchiMate. In: Barn, B.S., Sandkuhl, K. (eds) The Practice of Enterprise Modeling. PoEM 2022. Lecture Notes in Business Information Processing, vol 456. Springer, Cham. https://doi.org/10.1007/978-3-031-21488-2_6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: Security Modeling in ArchiMate | ||
description: A starter template for a Jeykll site using the Just the Docs theme! | ||
theme: just-the-docs | ||
|
||
url: https://just-the-docs.github.io | ||
|
||
aux_links: | ||
Repository: https://github.com/unibz-core/security-archimate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Home | ||
layout: home | ||
--- | ||
|
||
## An Ontology-Driven Approach to Value, Risk, and Security Modeling in ArchiMate | ||
|
||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10005209.svg)](https://doi.org/10.5281/zenodo.10005209) | ||
|
||
[ArchiMate](https://en.wikipedia.org/wiki/ArchiMate) is an open and independent enterprise architecture modeling language to support the description, analysis, and visualization of architecture within and across business domains. ArchiMate is a technical standard from The Open Group. It is based on concepts from the now-superseded IEEE 1471 standard. | ||
|
||
The ["Risk and Security Overlay”](https://pure.unamur.be/ws/portalfiles/portal/12366722/Modeling_Enterprise_Risk_Management_and_Secutity_with_the_ArchiMate_Language.pdf) of the ArchiMate language is an attempt to introduce risk and security modeling in ArchiMate language. | ||
|
||
Through an ontological approach, we propose redesigning the risk and security aspects of this overlay to improve ArchiMate's risk management modeling capabilities. Moreover, we propose a pattern language to introduce notions related to value into ArchiMate. | ||
|
||
This website supplements our publications in this matter and serves as official documentation. | ||
|
||
## Authors | ||
|
||
* **[Ítalo Oliveira](https://sites.google.com/view/italojsoliveira)**[^1][^2] | ||
* **[Tiago Prince Sales](https://www.inf.unibz.it/~tpsales/)**[^2] | ||
* **[João Paulo A. Almeida](https://nemo.inf.ufes.br/equipe/jpalmeida/)**[^3] | ||
* **[Riccardo Baratella](https://scholar.google.it/citations?user=iVvfMXcAAAAJ)**[^4] | ||
* **[Mattia Fumagalli](http://www.mattspace.net/)**[^1] | ||
* **[Giancarlo Guizzardi](https://people.utwente.nl/g.guizzardi)**[^2] | ||
|
||
[^1]: Free University of Bozen-Bolzano (Unibz), Bolzano, Italy. | ||
[^2]: Semantics, Cybersecurity & Services (SCS), University of Twente, Enschede, The Netherlands. | ||
[^3]: Federal University of Espírito Santo (UFES), Vitória, Brazil. | ||
[^4]: Dipartimento di Antichità, Filosofia, Storia (DAFIST), University of Genoa, Genoa, Italy. | ||
|
||
--- |