D487 - Secure Software Design Leave the first rating Students also studied Terms in this set (1286) Western Governors UniversityD 487 Save
WGU D487 PRE-ASSESSMENT: SEC...
60 terms Shaun_Krause Preview
D487: Secure Software Design Ques...
58 terms chadl97Preview
D487 STUDYY
70 terms pawlowskithomas Preview
D487 -
77 terms Sha What is the study of real-world software security initiatives organized so companies can measure their initiatives and understand how to evolve them over time?
- Building Security in Maturity Model (BSIMM)
- Security features and design
- OWASP Software Assurance Maturity Model (SAMM)
D) ISO 27001
- Building Security in Maturity Model (BSIMM)
- Static analysis
- Fuzzing
- Dynamic analysis
What is the analysis of computer software that is performed without executing programs?
D) OWASP ZAP
- Static analysis
- iso/iec 27001
- iso/iec 7799
- iso/iec 27034
- iso 8601
- iso 27001
What iso standard is the benchmark for information security today?
what is the analysis of computer software that is performed by executing programs on a real or virtual processor in real time?
- dynamic analysis
- static analysis
- fuzzing
- security testing
- dynamic analysis
- software security architect
- product security developer
- software security champion
- software tester
- software security architect
- Waterfall
- Agile
- Scrum
- Extreme programming
- Waterfall
- Principle of least privilege
- Privacy
- Software security champion
- Elevation of privilege
- Principle of least privilege
which person is responsible for designing, planning, and implementing secure coding practices and security testing methodologies?
A company is preparing to add a new feature to its flagship software product. The new feature is similar to features that have been added in previous years, and the requirements are well-documented. The project is expected to last three to four months, at which time the new feature will be released to customers. Project team members will focus solely on the new feature until the project ends.Which software development methodology is being used?
A new product will require an administration section for a small number of users. Normal users will be able to view limited customer information and should not see admin functionality within the application.Which concept is being used?
The software security team is currently working to identify approaches for input validation, authentication, authorization, and configuration management of a new software product so they can deliver a security profile.Which threat modeling step is being described?
- Analyzing the target
- Drawing data flow diagram
- Rating threats
- Identifying and documenting threats
- Analyzing the target
- Daily scrum
- Sprint review
- Sprint retrospective
- Sprint planning
- Daily scrum
- common computer vulnerabilities and exposures
- SANS institute top cyber security risks
- bugtraq
- Carnegie melon computer emergency readiness team
The scrum team is attending their morning meeting, which is scheduled at the beginning of the work day.Each team member reports what they accomplished yesterday, what they plan to accomplish today, and if they have any impediments that may cause them to miss their delivery deadline.Which scrum ceremony is the team participating in?
what is a list of information security vulnerabilities that aims to provide names for publicly known problems?
(CVE)
(CERT)
- common computer vulnerabilities and exposures (CVE)
- access control
- authentication and password management
- cryptographic practices
- data protection
- cryptographic practices
- file management
- input validation
- database security
- system configuration
- system configuration
which secure coding best practice uses well-tested, publicly available algorithms to hide product data from unauthorized access?
which secure coding best practice ensures servers, frameworks, and system components are all running the latest approved versions?
Which secure coding best practice says to use parameterized queries, encrypted connection strings stored in separate configuration files, and strong passwords or multi-factor authentication?
- access control
- database security
- file management
- session management
- database security
- output encoding
- memory management
- communication security
- database security
- communication security
- Software developer
- Product owner
- Scrum master
- Quality assurance analyst
- Software developer
- Architecture analysis
- Training
- Penetration testing
- Code review
- Architecture analysis
which secure coding best practice says that all information passed to other systems should be encrypted?
Team members are being introduced during sprint zero in the project kickoff meeting. The person being introduced is a member of the scrum team, responsible for writing feature logic and attending sprint ceremonies.Which role is the team member playing?
A software security team member has created data flow diagrams, chosen the STRIDE methodology to perform threat reviews, and created the security assessment for the new product.Which category of secure software best practices did the team member perform?