Changes

Jump to navigation Jump to search
add SemVer
;SAST: Static Application Security Testing is to find security vulnerabilities in the application source code earlier in the software development life cycle. Because SAST can be automated in DevOps, it becomes part of SecDevOps
;SCM: Software Configuration Management
;SemVer: [https://semver.org/ Semantic Versioning]
: Given a version number MAJOR.MINOR.PATCH, increment the:
:
:MAJOR version when you make incompatible API changes
:MINOR version when you add functionality in a backward compatible manner
:PATCH version when you make backward compatible bug fixes
:Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
 
;SEO: Search Engine Optimization
;SIP: Session Initiation Protocol is a protocol used in VoIP communications allowing users to make voice and video calls, mostly for free. A SIP client is a program that you install on your computer or mobile device.

Navigation menu