Example #1
0
 /// <summary>
 /// Weakness class constructor
 /// </summary>
 public Weakness()
 {
     _content_History         = new Content_History();
     _related_Attack_Patterns = new List <CategoryRelated_Attack_Pattern>();
     _black_Box_Definitions   = new List <Structured_Text_Type>();
     _white_Box_Definitions   = new List <Structured_Text_Type>();
     _taxonomy_Mappings       = new List <CategoryTaxonomy_Mapping>();
     _references                        = new List <Reference_Type>();
     _research_Gaps                     = new List <Structured_Text_Type>();
     _affected_Resources                = new List <CategoryAffected_Resource>();
     _relevant_Properties               = new List <CategoryRelevant_Property>();
     _functional_Areas                  = new List <string>();
     _theoretical_Notes                 = new List <Structured_Text_Type>();
     _observed_Examples                 = new List <CategoryObserved_Example>();
     _demonstrative_Examples            = new List <CategoryDemonstrative_Example>();
     _potential_Mitigations             = new List <Mitigation>();
     _detection_Methods                 = new List <CategoryDetection_Method>();
     _common_Consequences               = new List <Common_Consequence>();
     _enabling_Factors_for_Exploitation = new List <Structured_Text_Type>();
     _modes_of_Introduction             = new List <Structured_Text_Type>();
     _time_of_Introduction              = new List <SDLC_Phase_Type>();
     _terminology_Notes                 = new List <Structured_Text_Type>();
     _alternate_Terms                   = new List <Alternate_TermsAlternate_Term>();
     _other_Notes                       = new List <Structured_Text_Type>();
     _background_Details                = new List <Structured_Text_Type>();
     _maintenance_Notes                 = new List <Structured_Text_Type>();
     _applicable_Platforms              = new CategoryApplicable_Platforms();
     _weakness_Ordinalities             = new List <CategoryWeakness_Ordinality>();
     _relationship_Notes                = new List <Structured_Text_Type>();
     _relationships                     = new List <Relationship>();
     _description                       = new CategoryDescription();
 }
Example #2
0
 /// <summary>
 /// View class constructor
 /// </summary>
 public View()
 {
     _content_History    = new Content_History();
     _references         = new List <Reference_Type>();
     _research_Gaps      = new List <Structured_Text_Type>();
     _alternate_Terms    = new List <Alternate_TermsAlternate_Term>();
     _other_Notes        = new List <Structured_Text_Type>();
     _maintenance_Notes  = new List <Structured_Text_Type>();
     _relationship_Notes = new List <Structured_Text_Type>();
     _relationships      = new List <Relationship>();
     _view_Audience      = new List <ViewAudience>();
     _view_Objective     = new Structured_Text_Type();
 }