Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 4 column 1
---
marp: true
theme: uncover
class: invert
----
presentation 09.03.2023
# Construction of a software solution for detection of end-of-support dependencies
---
- Context: dependency management
- ***Goal***: tooling to problem-solve
- ***Demarcation***: not full-fletched, rather pioneering
- Focus: end-of-support dependencies
- Why: risk, expense & cost in management, development & planning
... e.g. issues with, and concerns about
- common vulnerabilities and exposures
- compliance
- stability
- bugs without fixes or patches
- compatibility
- out-datedness and actuality
-> risk
... consequenting
-
replacement
-
upgrades
-
independent fixes and patches
-> expense & cost
- Solution: mitigating the impact of consequences from end-of-support dependency
- What: a software solution to detect end-of-support dependencies
- How: conception → requirements → design → implementation → evaluation
- Theoretical Concept
- Requirements Analysis
- Technical Concept
- ***deprec*** / ***deprec-cli***
EOS Abstraction Framework
EOS Factor |→ Statements |→ Signals & Metrics
- applicability in practice
- suitability for effective use
-> project-based & automation
- achieve continuance
- enable further proceedings
-> independence
- software bill of materials (sboms) ↪ CycloneDX
- extraction
- data model
- combination and conclusion
( EOS Abstraction Framework )
- integrating the theoretical concept
- implementing the **technical** concept
written in
supporting dependencies
from
extracting data
from
extracting data
from
$> deprec-cli <sbom> <opts>
written in