CSF-DOC-PRPS-6 Secure Development Policy

Page 1

NIST CSF 2.0 Toolkit: Version 2 ©CertiKit Secure Development Policy

Implementation guidance

The header page and this section, up to and including Disclaimer, must be removed from the final version of the document. For more details on replacing the logo, yellow highlighted text and certain generic terms, see the Completion Instructions document.

Purpose of this document

This document describes the organization’s policy regarding the development of applications and associated components in a secure way.

Areas of the framework addressed

The following areas of the Cybersecurity Framework are addressed by this document:

• Protect (PR)

o Platform Security (PR.PS)

▪ PR.PS-06

General guidance

This is an important document because it covers several requirements. It sets out how you will ensure that the code you (and your suppliers) produce is as secure as possible. Note that if you have a purely COTS (Commercial Off the Shelf) package approach then many of these requirements may be inapplicable and marked as such in your cybersecurity framework target profile.

Review frequency

We would recommend that this document is reviewed annually.

Document fields

This document may contain fields which need to be updated with your own information, including a field for Organization Name that is linked to the custom document property “Organization Name”.

To update this field (and any others that may exist in this document):

Secure Development Policy [Insert classification] Version 1 Page 2 of 16 [Insert date]

1. Update the custom document property “Organization Name” by clicking File > Info > Properties > Advanced Properties > Custom > Organization Name.

2. Press Ctrl A on the keyboard to select all text in the document (or use Select, Select All via the Editing header on the Home tab).

3. Press F9 on the keyboard to update all fields.

4. When prompted, choose the option to just update TOC page numbers.

If you wish to permanently convert the fields in this document to text, for instance, so that they are no longer updateable, you will need to click into each occurrence of the field and press Ctrl Shift F9.

If you would like to make all fields in the document visible, go to File > Options > Advanced > Show document content > Field shading and set this to “Always”. This can be useful to check you have updated all fields correctly.

Further detail on the above procedure can be found in the toolkit Completion Instructions. This document also contains guidance on working with the toolkit documents with an Apple Mac, and in Google Docs/Sheets.

Copyright notice

Except for any specifically identified third-party works included, this document has been authored by CertiKit, and is ©CertiKit except as stated below. CertiKit is a company registered in England and Wales with company number 6432088.

Licence terms

This document is licensed on and subject to the standard licence terms of CertiKit, available on request, or by download from our website. All other rights are reserved. Unless you have purchased this product you only have an evaluation licence.

If this product was purchased, a full licence is granted to the person identified as the licensee in the relevant purchase order. The standard licence terms include special terms relating to any third-party copyright included in this document.

Disclaimer

Please Note: Your use of and reliance on this document template is at your sole risk. Document templates are intended to be used as a starting point only from which you will create your own document and to which you will apply all reasonable quality checks before use.

Development Policy [Insert classification] Version 1 Page
of
[Insert date]
Secure
3
16

Therefore, please note that it is your responsibility to ensure that the content of any document you create that is based on our templates is correct and appropriate for your needs and complies with relevant laws in your country.

You should take all reasonable and proper legal and other professional advice before using this document.

CertiKit makes no claims, promises, or guarantees about the accuracy, completeness or adequacy of our document templates; assumes no duty of care to any person with respect its document templates or their contents; and expressly excludes and disclaims liability for any cost, expense, loss or damage suffered or incurred in reliance on our document templates, or in expectation of our document templates meeting your needs, including (without limitation) as a result of misstatements, errors and omissions in their contents.

Secure Development Policy [Insert classification] Version 1 Page 4 of 16 [Insert date]

Secure Development Policy

Secure Development Policy [Insert classification] Version 1 Page 5 of 16 [Insert date]
DOCUMENT CLASSIFICATION [Insert classification] DOCUMENT REF CSF-DOC-PRPS-6 VERSION 1 DATED [Insert date] DOCUMENT AUTHOR [Insert name] DOCUMENT OWNER [Insert name/role]

Revision history

Distribution

Approval

Secure Development Policy [Insert classification] Version 1 Page 6 of 16 [Insert date]
VERSION DATE REVISION AUTHOR SUMMARY OF CHANGES
NAME TITLE
NAME POSITION SIGNATURE DATE
Secure Development Policy [Insert classification] Version 1 Page 7 of 16 [Insert date] Contents 1 Introduction................................................................................................................8 2 Software development approaches ............................................................................9 2.1 Waterfall development approach .................................................................................. 9 2.2 Iterative development approach ..................................................................................10 3 Security in the software development lifecycle......................................................... 11 3.1 Business requirements specification.............................................................................11 3.2 System design...............................................................................................................11 3.3 Development................................................................................................................12 3.4 Testing .........................................................................................................................12 4 Security in outsourced development ........................................................................ 14 4.1 Selection of outsourced developer ...............................................................................14 4.2 Communication of requirements ..................................................................................14 4.3 Supervision and monitoring..........................................................................................15 4.4 Reviews and acceptance...............................................................................................15 4.5 Audit of development methods ....................................................................................15 4.6 Intellectual property.....................................................................................................16 4.7 Escrow..........................................................................................................................16

1 Introduction

The purpose of this document is to set out [Organization Name]’s policy in the development of software applications and components in a way which maximizes their inherent security.

Secure development contributes to the reliability of the IT environment by ensuring that as many vulnerabilities as possible are designed and tested out of software before it is deployed into the live environment.

Many security breaches around the world occur due to the exploitation of such vulnerabilities in system and application software, including the use of data that was not envisaged when the software was designed and tested.

The growth of cloud applications that are developed using methods such as continuous integration, continuous deployment (CI/CD) and DevOps and incorporate very fast development to deployment times means that emerging techniques such as DevSecOps are evolving rapidly to try to keep pace.

This document sets out the precautions that must be taken during the software development lifecycle to minimize the risk to the organization whilst ensuring that the benefits set out in the original business case for the software are still realized

As such, this document will represent an initial design for the enhancement of existing development processes and will be updated on at least an annual basis thereafter as [Organization Name] and its needs develop.

This policy should be read in conjunction with the following documents which give more detail in specific areas:

• Change Management Process

• Secure Development Environment Guidelines

• Cybersecurity Supply Chain Policy

• Supplier Information Security Evaluation Process

Secure Development Policy [Insert classification] Version 1 Page 8 of 16 [Insert date]

2 Software development approaches

The process of software development fits in with the higher-level process of project management of new or enhanced information systems.

This process has the following major stages in a project:

• Proposal

• Planning

• Design and Development

• Transition

• Project Closure

The software development lifecycle sits mainly within the Design and Development stage and consists of the following sub-stages:

• Design and Development

• Business requirements specification

• System design

• Development

• Testing

The way in which the stages of the software development lifecycle are approached will depend upon the development approach used. The two main models of software development used within [Organization Name] are Waterfall and Iterative. The choice of approach will be made on a project-by-project basis.

[Note: tailor this document according to the approaches used in your organization]

2.1 Waterfall development approach

The classic Waterfall approach to software development involves the planning and completion of each stage before moving on to the next, in a sequential manner. Functional requirements are defined in detail and signed off before the design stage may begin. In turn, design must be completed before development starts etc. This has the advantage that it is possible to ensure that adequate planning takes place and to include security checkpoints at the end of each stage. These will ensure the inclusion of adequate security criteria at the requirements stage and correct security controls at the design stage.

The common disadvantage with the Waterfall approach is that it is less flexible as circumstances and requirements change. If the project lasts for an extended period of time, there is the danger that what is delivered is no longer what is required.

Similar approaches based on Waterfall include Structured Programming Development, the Spiral Method and Cleanroom.

Secure Development Policy [Insert classification] Version 1 Page 9 of 16 [Insert date]

2.2 Iterative development approach

As an alternative to Waterfall, an Iterative approach may be taken. Such approaches include Rapid Application Development (RAD), Prototyping and, more recently, Agile (including CI/CD) and DevOps.

The Iterative approach typically involves significant stakeholder involvement throughout the development lifecycle and concentrates on producing frequent new versions of the software that may be evaluated and tested before further functionality is added. The process loops round with each of the stages being carried out many times in small iterations (in the Agile method these are called “Sprints”). Approaches such as CI/CD (Continuous Integration/Continuous Delivery) and Continuous Deployment have evolved from the use of readily available cloud environments, and further reduce the time between code completion and its deployment.

An Iterative approach may be appropriate where exact requirements are less certain and frequent communication between developers and users (and within the development team) is possible.

The inclusion of security requirements and controls within an Iterative development approach needs to be carefully managed to ensure that functionality is not preferred to the exclusion of effective security measures. The speed involved and the potential lack of structured design documentation mean that effective training of developers in security matters and possibly the regular involvement of a security specialist are recommended. The use of roles such as Security Champion or Security Advocate within the development team may be appropriate to achieve the required focus on the security of the code deployed.

The set of techniques used to provide security in a highly iterative development environment is often referred to as “DevSecOps”.

Secure Development Policy [Insert classification] Version 1 Page 10 of 16 [Insert date]

3 Security in the software development lifecycle

This section describes the way in which information security considerations must be incorporated into the various stages within the software development lifecycle.

3.1 Business requirements specification

The focus within the business requirements stage is on the functionality of the new system. This will be expressed in business rather than technical terms and should tie in with the business case that was produced prior to the initiation of the project.

The business is uniquely placed to give a clear understanding to the development team of the security requirements of the information that the new system will hold and process. In particular the business requirements must specify:

• The value of the information involved

• The sensitivity of the information – will personal data be held?

• Who the information owner is or will be

• The classification of the information according to the scheme used within the organization

• The environment in which the information will be accessed or processed – will access be available in public areas?

• The criticality of the new system and the information it holds – what is the business impact if it is not available?

• The legal, regulatory and contractual environment the system must operate within

A risk assessment must be carried out as part of the project to ensure that the implications of the above issues are fully understood by all parties.

3.2 System design

Based on the risk assessment and the classification of the information that is to be held in and processed by the new system, the design must provide for appropriate security features to be available. These will be largely defined by [Organization Name]’s established security architecture as set out in the relevant documentation.

This extends not only to the creation and maintenance of user accounts and permissions but also the following areas:

• Data input validation controls

• Data flow

• Data output

• Interfaces with other systems

Secure Development Policy [Insert classification] Version 1 Page 11 of 16 [Insert date]

• Reporting

• Restart and recovery

• Time stamps

• Logging (e.g. of transactions and access)

• Journaling of before and after images

• Batch and transaction counters

• Monitoring facilities

• How non-repudiation requirements will be met

• Ongoing patching arrangements

• Use of cryptography

• Need for digital certificates and signatures

For systems designed as part of a Waterfall approach these aspects will be included as part of the design documentation. If an Iterative approach is used, the development team will need to ensure that these areas are considered during every iteration and that changes do not invalidate controls implemented during an earlier iteration.

3.3 Development

Before starting to write code, a secure development environment must be established for the project. More detail regarding the creation and management of a secure development environment may be found in the document Secure Development Environment Guidelines.

Depending on the coding environment, languages, databases, tools and other components selected, the appropriate guidelines for secure coding and configuration must be adopted. These must be evaluated to ensure they will provide adequate protection from the various types of potential attack identified in the risk assessment, such as:

• Buffer overflow

• Time of Check/Time of Use

• Memory Reuse

• Malformed input

• SQL injection

For a lengthy project it will be necessary to obtain regular updates regarding newly identified vulnerabilities and exploits associated with the technology components in use.

More detail in this area is available within the Secure Coding Policy.

3.4 Testing

During the lifecycle of a software application, many different forms of testing will be carried out, including unit, system, integration, performance, user acceptance and operational

Secure Development Policy [Insert classification] Version 1 Page 12 of 16 [Insert date]

acceptance testing. Security controls will to some extent be tested as part of these exercises. However, it is recommended that a separate exercise of security testing be carried out against the security requirements that were established during the business requirements and design stages.

Initial security testing must be carried out within the development project with the same degree of rigor and formality as other forms with a suitable range of test inputs being specified. Techniques such as SAST (Static Application Security Testing), DAST (Dynamic Application Security Testing), SCA (Software Composition Analysis) and manual code reviews will be used where appropriate to identify potential software vulnerabilities.

Once this has been completed to the development team’s satisfaction a further phase of security testing must be carried out by an independent party separate to the development team to verify correct operation of controls.

Adequate controls must be put in place to protect test data. Where appropriate (and with prior approval on each occasion), a live to test copy may be made in order to provide representative test data. However, if this contains sensitive data such as personally identifiable information this must be removed or obscured before use.

In a CI/CD (Continuous Integration/Continuous Delivery) or Continuous Deployment scenario, in which the testing and deployment of code to the cloud may be automated, testing frameworks such as the OWASP (Open Web Application Security Project) Application Security Verification Standard (ASVS) must be used as a basis for testing application technical security controls. Appropriate SAST, DAST and container scanning tools may also be used where relevant.

Secure Development Policy [Insert classification] Version 1 Page 13 of 16 [Insert date]

4 Security in outsourced development

Where software development is wholly or partially outsourced to a third party, due care must be taken to ensure that the policies of [Organization Name] are still followed where possible.

[Organization Name] will remain legally responsible for the use of the software created and the information contained within it even though it didn’t write the software. Therefore, the same level of rigor must be applied to outsourced software development as that created inhouse.

4.1 Selection of outsourced developer

Standard procurement procedures must be used in the selection and engagement of an appropriate outsourced developer. Use of these procedures will ensure the developer:

• Is capable of delivering the software to the required standard

• Can meet the delivery timescales required

• Represents best value for the organization

• Can meet the security requirements specified

Use of sub-contractors by the outsourced developer for any aspects of the development must be understood and an assessment of these sub-contractors included.

Please refer to Supplier Information Security Evaluation Process for further detail on the areas that should be covered.

4.2 Communication of requirements

The contract with the outsourced developer must require compliance with this policy and include a clear statement of the requirements for secure design, coding and testing of the software. The developer must also be required to establish a secure development environment in accordance with [Organization Name] standards. These are documented in Secure Development Environment Guidelines.

Requirements definition must be carried out by [Organization Name] so that a clear definition of the software to be created (including its security features) is agreed with the business and used as a contractual starting point for development. Whilst the outsourced developer may in some circumstances assist in the definition of requirements, the exercise should be led, managed and ideally carried out by internal resources so that there is a clear separation between requirements and design/development.

Secure Development Policy [Insert classification] Version 1 Page 14 of 16 [Insert date]

A comprehensive picture of the anticipated threat model faced by the software should be provided to the outsourced developer so that a clear understanding is gained of the types of vulnerabilities that must be avoided if the software is to be secure.

4.3 Supervision and monitoring

Measures must be put in place to ensure adequate supervision of the activities of the outsourced developer and regular monitoring of progress.

For a large project with significant time gaps between deliverables, an agreed method of verifying interim progress must be in place so that early warning is given of delays.

4.4 Reviews and acceptance

Review points must be established as part of the project planning process to verify progress and give formal acceptance of the software deliverables created. These will involve appropriate testing activities and code reviews.

The outsourced software developer must be required to provide evidence of the security testing activities carried out during the development, including tests for concealed malware, backdoors and known vulnerabilities.

Where appropriate a security review of developed code may be engaged with a suitable third party with the relevant security expertise.

4.5 Audit of development methods

[Organization Name] must have the contractual right to undertake a second party audit of the outsourced development provider. This may be to review whether the development methods used comply to our policies and that all information provided to the supplier is protected by appropriate security controls.

For larger projects it is recommended that an audit be carried out prior to the placing of the order for software development to ensure that assurances given during the sales process are valid.

Secure Development Policy [Insert classification] Version 1 Page 15 of 16 [Insert date]

4.6 Intellectual property

Unless the software is licensed under a formal agreement, contractual arrangements with an outsourced software developer must state that the ownership of the code produced on our behalf rests with [Organization Name]

It is important that any software that is developed under an outsourcing contract is understood to be our intellectual property. Appropriate legal advice must be taken particularly if the outsourcer is based outside of our home country.

4.7 Escrow

Arrangements must be made for [Organization Name] to be able to legally access the source code of any developments undertaken, in the event that the outsourcer ceases trading for any reason. This must be the case during development and, if appropriate, after the code has been delivered.

Secure Development Policy [Insert classification] Version 1 Page 16 of 16 [Insert date]
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.