chore: fix typos

This commit is contained in:
Jesús Pérez Lorenzo 2025-01-27 20:51:23 +00:00
parent c3d7e1a8d2
commit 9d3520ca7e
4 changed files with 38 additions and 13 deletions

View File

@ -5,14 +5,14 @@ include_toc: true
# PerfSPEC Learning Phase PerfSPEC Learning Phasee
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
Based in [PerfSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
- Main Reference: [PrefSPEC reference document](PerfSPEC.pdf) as [White paper](https://en.wikipedia.org/wiki/White_paper)
- Main Reference: [PerfSPEC reference document](PerfSPEC.pdf) as [White paper](https://en.wikipedia.org/wiki/White_paper)
- [Presentación in Spanish](presentacion.pdf)
- [How to install](https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/install.md) covers basic enviroment,tools, and recommendations.
<div style="margin: auto">
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/prefSPEC-learning.png" width="800"></a>
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/PerfSPEC-learning.png" width="800"></a>
</div>
__PerfSPEC__

View File

@ -5,9 +5,9 @@ include_toc: true
# [PerfSPEC Learning Phase](README.md) - ABOUT
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
Based in [PerfSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
For more [PrefSPEC](README.md) info use:
For more [PerfSPEC](README.md) info use:
- [Main description](README.md)
- [Introduction](intro.md)
@ -17,7 +17,7 @@ For more [PrefSPEC](README.md) info use:
- [Autogenerated graph view of actions and events distribution](actions_distribution.pdf)
<div style="margin: auto">
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/prefSPEC-learning.png" width="800"></a>
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/PerfSPEC-learning.png" width="800"></a>
</div>
# What is done so far ?

View File

@ -1,7 +1,7 @@
# PerfSPEC Learning Phase Directory Layout
<div style="margin: auto">
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/prefSPEC-learning.png" width="800"></a>
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/PerfSPEC-learning.png" width="800"></a>
</div>
## Content structure overview with notes

View File

@ -3,19 +3,44 @@ gitea: none
include_toc: true
---
# PerfSPEC Learning Phase INTRO
# [PerfSPEC Learning Phase](README.md) Learning Phase - INTRO
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
> [!IMPORTANT]
> A safety environment / service requires a persistent self-initiative behaviours toward a better understanding about what we have, where we are and what could probably will happen
> Sometimes is called **PROACTIVE mode**, a kind of alert state in the midst of chaos when everything is constantly evolving
[PrefSPEC document](PerfSPEC.pdf)
Based in [PerfSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
[Presentación in Spanish](presentacion.pdf)
For more [PerfSPEC](README.md) info use:
- [Main description](README.md)
- [Introduction](intro.md)
- [Reference document](PerfSPEC.pdf)
- [Presentación in Spanish](presentacion.pdf)
- [How to install](https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/install.md)
- [Autogenerated graph view of actions and events distribution](actions_distribution.pdf)
<div style="margin: auto">
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/prefSPEC-learning.png" width="800"></a>
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/PerfSPEC-learning.png" width="800"></a>
</div>
# Why ?
Security has to be **PROACTIVE**
Security has to be in **PROACTIVE mode** most of the time rather than constantly being living under threats or work most of the time in <i>postmortem</u> and forensic analisys
constantly being living under threats
[PerfSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) was designed to work in cloud/container security, one of the core processes or computing today and in the future, where distributed systems promise unprecedented resilience, scalability and performance.
Be safe has complex requirements, it is a constant and never ending exercise mix and match multiple elements that must be combined to create a peaceful way of life like the one of an orchestra and its musicians playing in front of an audience.
## PerfSPEC Schema
How it would *play* could looks like this
<div style="margin: auto">
<a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/PerfSPEC-schema.png" width="800"></a>
</div>
## Reference
[1]: [H. Kermabon-Bobinnec et al., "PerfSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers," in IEEE Transactions on Dependable and Secure Computing, doi: 10.1109/TDSC.2024.3420712.](https://ieeexplore.ieee.org/document/10577533)