Open main menu

Changes

add COCOMO
;coax: coaxial cable
;CNCF:Cloud Native Computing Foundation https://www.cncf.io/ - a sub-foundation of the Linux Foundation.
;COCOMO: Constructive Cost Model is a procedural software cost estimation model developed in the early 80's and then updated around the year 2000.
;CSS: Cascading Style Sheets = A technology that deals with the presentation of content on the web
;DAST: Dynamic Application Security Testing can find security vulnerabilities and weaknesses in a running application, typically web apps. It does that by employing fault injection techniques on an app, such as feeding malicious data to the software, to identify common security vulnerabilities, such as SQL injection and cross-­site scripting (XSS). DAST can also cast a spotlight on runtime problems that can’t be identified by static analysis­­ for example, authentication and server configuration issues, as well as flaws visible only when a known user logs in.