unix and linux commands - unix shell scripting

Building Security In Maturity Model (BSIMM)

 
Thread Tools Search this Thread
# 1  
Old 04-09-2009
Building Security In Maturity Model (BSIMM)

The Building Security In Maturity Model (BSIMM) is a good framework to follow for secure software development.  Those who are familiar with the various Capability Maturity Models may be a bit surprised: this model doesn't come from the same institution and doesn't follow the same pattern.  It's more of a breakdown framework, with a checklist of points to address, with some assignment to limited maturity levels.

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Config::Model::Backend::Debian::Dpkg::Patch(3pm)	User Contributed Perl Documentation	  Config::Model::Backend::Debian::Dpkg::Patch(3pm)

NAME
Config::Model::Backend::Debian::Dpkg::Patch - Read and write Debian Dpkg Patch information VERSION
version 2.021 SYNOPSIS
No synopsis. This class is dedicated to configuration class "Debian::Dpkg::Patch" DESCRIPTION
This module is used directly by Config::Model to read or write the content of Debian "Patch" file. All "Patch" files keyword are read in a case-insensitive manner. CONSTRUCTOR
new ( node => $node_obj, name => 'Debian::Dpkg::Patch' ) ; Inherited from Config::Model::Backend::Any. The constructor will be called by Config::Model::AutoRead. read ( io_handle => ... ) Of all parameters passed to this read call-back, only "io_handle" is used. This parameter must be IO::File object already opened for read. It can also be undef. In this case, "read()" will return 0. When a file is read, "read()" will return 1. write ( io_handle => ... ) Of all parameters passed to this write call-back, only "io_handle" is used. This parameter must be IO::File object already opened for write. "write()" will return 1. AUTHOR
Dominique Dumont, (ddumont at cpan dot org) SEE ALSO
Config::Model, Config::Model::AutoRead, Config::Model::Backend::Any, perl v5.14.2 2012-11-09 Config::Model::Backend::Debian::Dpkg::Patch(3pm)