Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DevOpsPorto Meetup6: Security in the wild by Renato Rodrigues

DevOpsPorto Meetup6: Security in the wild by Renato Rodrigues

Talk delivered by Renato Renato Rodrigues

DevOpsPorto

July 11, 2017
Tweet

More Decks by DevOpsPorto

Other Decks in Technology

Transcript

  1. The world as we know it Implementation of new features

    New technology hype(s) Distorted notion of time New issues arise every day Security is not part of the process!
  2. Requirements Who is going to use the system? How will

    they use the system? What data should be input into the system? What data should be output by the system? Requirement Specification document
  3. Design System Design helps in: - specifying hardware and system

    requirements; - defining overall system architecture (interactions, structures, technologies,...). Implementation and Support Documentation
  4. Code The work is divided into modules/units and actual coding

    is started. During this phase, the code should be the developer's main focus. Real Product
  5. Testing After code development, it is necessary to test it

    against the requirements to verify that the product addresses the needs collected during the requirements stage. Product Validation!