Skip to main content

Data Library, Library Refreshes, and Electronic Updates

The following enhancements related to the data library, which keeps Code Insight systems up to date with the latest data library information, are now available:

Secunia Vulnerability Feed Integration Disabled

The disable.secunia boolean property in the pas_global_properties table of the Code Insight database has been set to True to disable the integration with the Secunia vulnerability feed. As a result, Code Insight now no longer retrieves or processes vulnerability data from the Secunia source.

New Property for Managing Inventory Items Creation from C/C++ Header Files

A new boolean property, enable.cpp.header.inventory.detection, has been added to the pas_global_properties table of the Code Insight database. This new property allows to specify whether you want to enable or disable inventory items creation from the C/C++ header files. You can set the following values for this property:

  • True - Enables inventory items creation from the C/C++ header files.

  • False - Disables inventory items creation from the C/C++ header files. This is the default value.

note

If an inventory item is detected from a C/C++ header file by another analyzer in addition to the C/C++ analyzer, the inventory item is still created from the C/C++ header files. The enable.cpp.header.inventory.detection boolean property affects only the inventory items creation that are detected exclusively by the C/C++ analyzer.