Application Security and ASAP Framework
Covers TCS ASAP security framework, patch management, penetration testing, static code analysis, and access control principles for application security
Questions
The principle of least privilege as it applies to Access control mandates that:
- Group based access control should be implemented to assign permissions to application users
- Consistent authorization checking should be performed on all application pages
- A set of all allowable actions should be defined for each user role and all other's denied
- All failed access authorization requests should be logged to a secure location for review by administrators
The ASAP process can applied at which phase of an application development for best results?
- During testing
- During development
- During all phases of development starting with requirement analysis and ending with rollout
- During design
In the ASAP process what is the main activity carried out in the requirement analysis phase?
- Capture the customer requirements
- Update the project plan
- Capture and update the URS and SRS with security requirements for the project
- None of the above
Who has the responsibility for remediation of the security vulnerabilities discovered during application security testing?
- ASAP Team
- Development Team
- Testing Team
- Project Management
What are the different types of engagement models available for ASAP?
- Time and Money, Fixed price
- Offshore, Onshore, Offshore-Onshore
- Full-Fledged, Staggered, Fast Track
- None of the above
As part of ASAP what type of analysis is performed during the design and build phase?
- Dynamic code analysis
- Static code analysis
- Both
- None
What type of testing is done by ASAP team during the testing and rollout phase?
- Integration testing
- System testing
- Penetration testing
- Unit testing
Whats the name of the TCS security library available for the remediation of security vulnerabilities?
- TCS Security API
- TCS Security Library
- TCS Application Security API
- TCS e-Security Library
As per the ASAP Process what all artifacts are provided to help aid in the analysis phase?
- Security URS
- Security URS and SRS
- Security Design Guidelines
- All of the above
Who does the review of the security elements of the updated project artifacts at the end of each phase of the application development life cycle?
- Application development team
- Project Manager
- ASAP Team
- Testing Team
What is TCS ASAP all about?
- Its a TCS proprietary methodology
- Its a security framework
- Its about security testing
- Its a product from TCS
The three steps to successful patch management are …
- Acquiring, Testing, Installing
- Testing, Remediation, Peer Review
- Determine needs, Acquire resources, Install the patch
- Both A & B
The correct way to disable autocomplete in the browser for certain forms is to ….
- Set autocomplete to “0”
- Set autocomplete to “Off”
- Set autocomplete to some other value
- Set autocomplete to “no-store”