Skip to content
EntityQ430253· pop 14· linked from 71 articles

backporting

Sign in to save

Backporting is the process of porting a software update that was developed for a relatively current version of a software entity, to an older version of the software. It is a maintenance activity of the software development process. Although a backported update can modify any aspect of the software, the technique is typically used for relatively small scope changes such as fixing a software bug or security vulnerability.

~3 min read

Article

4 sections
Contents
  • Procedures
  • Examples
  • See also
  • References

Backporting is the process of porting a software update that was developed for a relatively current version of a software entity, to an older version of the software. It is a maintenance activity of the software development process. Although a backported update can modify any aspect of the software, the technique is typically used for relatively small scope changes such as fixing a software bug or security vulnerability.

For example, v2 of an application had a vulnerability that was addressed by creating and publishing an update. The same vulnerability exists in v1 and the version is still in use. The modification that was originally applied to v2 is backported to v1 and adapted to apply to v1.

Connections

Categories