Difference between revisions of "Application Lifecycle"
From MgmtWiki
(Created page with "==Full Title or Meme== The Application Lifecycle extends the Software Development Lifecycle (SDLC) to include the entire Supply Chain from beginning to end. ==Context...") |
(→Context) |
||
Line 3: | Line 3: | ||
==Context== | ==Context== | ||
+ | * Supply chain | ||
+ | * Threat analyses | ||
+ | * Control access | ||
+ | * Rebuild from checked in code every time | ||
+ | * Devs can only check in code that they developed (no downloads) | ||
+ | * Process to evaluate tools and external code | ||
+ | * All code in delivered code is in secure location | ||
+ | * If possible external code should come as source | ||
+ | * All external updates are evaluated | ||
==References== | ==References== |
Latest revision as of 21:40, 15 November 2021
Full Title or Meme
The Application Lifecycle extends the Software Development Lifecycle (SDLC) to include the entire Supply Chain from beginning to end.
Context
- Supply chain
- Threat analyses
- Control access
- Rebuild from checked in code every time
- Devs can only check in code that they developed (no downloads)
- Process to evaluate tools and external code
- All code in delivered code is in secure location
- If possible external code should come as source
- All external updates are evaluated