US20180285571A1 - Automatic detection of an incomplete static analysis security assessment - Google Patents

Automatic detection of an incomplete static analysis security assessment Download PDF

Info

Publication number
US20180285571A1
US20180285571A1 US15/471,315 US201715471315A US2018285571A1 US 20180285571 A1 US20180285571 A1 US 20180285571A1 US 201715471315 A US201715471315 A US 201715471315A US 2018285571 A1 US2018285571 A1 US 2018285571A1
Authority
US
United States
Prior art keywords
application
build
static analysis
security assessment
data associated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US15/471,315
Inventor
Michael Hanner
Paul Ionescu
Iosif V. Onut
Jeffrey C. Turnham
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US15/471,315 priority Critical patent/US20180285571A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IONESCU, PAUL, TURNHAM, JEFFREY C., HANNER, MICHAEL, ONUT, IOSIF V.
Priority to US15/808,937 priority patent/US11288375B2/en
Publication of US20180285571A1 publication Critical patent/US20180285571A1/en
Priority to US17/672,039 priority patent/US11574063B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/03Indexing scheme relating to G06F21/50, monitoring users, programs or devices to maintain the integrity of platforms
    • G06F2221/033Test or assess software

Definitions

  • the present disclosure relates to data processing, and more specifically, to methods, systems and computer program products for automatic detection of an incomplete static analysis security assessment.
  • Static analysis testing also known as static program analysis, is a common practice in software development that enables development teams to determine if their products have security flaws. Static analysis testing can be performed without executing programs. The analysis can be performed on some version of the source code, and/or some form of the object code. Some static analysis tools tests web applications for security vulnerabilities during the developmental process.
  • An example method includes obtaining component versioning data associated with a build of an application. The method further includes determining, using the component versioning data associated with the build of the application, that a static analysis security assessment configuration of the application is incomplete. The method further includes, responsive to determining that the static analysis security assessment configuration of the application is incomplete, generating metadata indicating that at least a portion of the build of the application has been changed from a previous build of the application.
  • FIG. 1 depicts a block diagram illustrating one example of a processing system for practice of the teachings herein;
  • FIG. 2 depicts a block diagram illustrating a computing system in accordance with an exemplary embodiment
  • FIG. 3 depicts a flow diagram of a method for automatic detection of an incomplete static analysis security assessment in accordance with an exemplary embodiment
  • FIG. 4 depicts a cloud computing environment in accordance with an exemplary embodiment
  • FIG. 5 depicts abstraction model layers in accordance with an exemplary embodiment.
  • methods, systems and computer program products for automatic detection of an incomplete static analysis security assessment are provided.
  • the methods and systems described herein utilize information provided by continuous integration tools to automatically mark static analysis assessments incomplete or misconfigured.
  • the continuous integration tools transmit component version data to a static analysis security assessment tool, which uses the component version data to determine whether changes in the source code or object code indicate that the static analysis security assessment configuration is incomplete or misconfigured.
  • Continuous integration refers to merging the work product of development individuals and/or teams working on different components of an application into a shared code repository.
  • a source control server manages each merger or commitment of work product or code and stores the work product in a source code repository.
  • a continuous integration server initiates a new build version of an application and/or the application's components based on each merger or commitment of work product.
  • Each new build version and corresponding installer is stored in a repository, such as a build product repository.
  • the continuous integration server generates metadata for how to deploy applications and what components to include. This metadata can be used to check scan coverage of an application and detect any vulnerability in scan configurations for applications.
  • a static analysis server receives a notification from the continuous integration server that a new build version was generated.
  • the static analysis server accesses the build product repository to perform static analysis testing on the new build version.
  • Static analysis testing tools identify flaws or vulnerabilities in applications during the development cycle, when developers can address and fix issues without affecting consumers or users.
  • Static analysis testing tools identify scan configurations of a new build version of an application as incomplete for different reasons. Examples of such reasons may include, but are not limited to, portions or components of an application not being scanned (e.g., third-party libraries being omitted), scanning configuration or parameters are inaccurate and lead to misleading results, or rules used for the scan are incomplete.
  • the techniques described herein use information provided by continuous integration servers to automatically mark static analysis security assessment configurations as incomplete or misconfigured. By identifying static analysis security assessment configurations associated with an application as incomplete or misconfigured, a new scan can be initiated using an updated static analysis security assessment configuration to ensure that the latest build of an application has been properly scanned.
  • the static analysis tool communicates with a source control server.
  • the source control server automatically notifies the static analysis tool of certain changes made to the source code of an application.
  • the notification indicates that the existing scan configuration is out of date based on the changes made to the source code. For example, if new folders are added that are not included in existing static analysis configurations or third-party components are updated, a new scan may be necessitated.
  • FIG. 1 further depicts an input/output (I/O) adapter 107 and a communications adapter 106 coupled to the system bus 113 .
  • I/O adapter 107 may be a small computer system interface (SCSI) adapter that communicates with a hard disk 103 and/or tape storage drive 105 or any other similar component.
  • I/O adapter 107 , hard disk 103 , and tape storage device 105 are referred collectively to herein as mass storage 104 .
  • Operating system 120 for execution on the processing system 100 may be stored in mass storage 104 .
  • a communications adapter 106 interconnects bus 113 with an outside network 116 enabling data processing system 100 to communicate with other such systems.
  • a screen (e.g., a display monitor) 115 is connected to system bus 113 by display adapter 112 , which may include a graphics adapter to improve the performance of graphics intensive applications and a video controller.
  • adapters 107 , 106 , and 112 are connected to one or more I/O busses that are connected to system bus 113 via an intermediate bus bridge (not shown).
  • Suitable I/O buses for connecting peripheral devices such as hard disk controllers, network adapters, and graphics adapters typically include common protocols, such as the Peripheral Component Interconnect (PCI).
  • PCI Peripheral Component Interconnect
  • Additional input/output devices are shown as connected to system bus 113 via user interface adapter 108 and display adapter 112 .
  • a keyboard 109 , mouse 110 , and speaker 111 all interconnect to bus 113 via user interface adapter 108 , which may include, for example, a Super I/O chip integrating multiple device adapters into a single integrated circuit.
  • the processing system 100 includes a graphics-processing unit 130 .
  • Graphics processing unit 130 is a specialized electronic circuit designed to manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display.
  • Graphics processing unit 130 is very efficient at manipulating computer graphics and image processing, and has a highly parallel structure that makes it more effective than general-purpose CPUs for algorithms where processing of large blocks of data is done in parallel.
  • the system 100 includes processing capability in the form of processors 101 , storage capability including system memory 114 and mass storage 104 , input means such as keyboard 109 and mouse 110 , and output capability including speaker 111 and display 115 .
  • processing capability in the form of processors 101
  • storage capability including system memory 114 and mass storage 104
  • input means such as keyboard 109 and mouse 110
  • output capability including speaker 111 and display 115 .
  • a portion of system memory 114 and mass storage 104 collectively store an operating system such as the AIX® operating system from IBM Corporation to coordinate the functions of the various components shown in FIG. 1 .
  • FIG. 2 depicts a computing system 200 in accordance with aspects of the present disclosure.
  • the computing system 200 includes user devices 204 A, 204 B, 204 C (collectively referred to as user devices 204 ), a source control server 208 , a source code repository 210 , a continuous integration server 212 , a build product repository 214 , a static analysis server 216 , and a component versioning list comparison engine 218 connected via one or more networks 206 .
  • the methods and systems described herein may be implemented using a cloud service architecture.
  • the user device 204 , source control server 208 , source code repository 210 , continuous integration server 212 , build product repository 214 , and/or static analysis server 216 communicate with functionality provided in a cloud computing environment, such as the cloud computing environment 50 of FIG. 4 .
  • a cloud computing environment may be useful in situations in which multiple developers or teams of developers work on different components of an application and merge their work product into a shared code repository.
  • the shared code repository may be stored in a cloud computing environment and may be accessed and updated by the various developers or teams of developers working on the application.
  • the user device 204 executes applications and tools used to develop one or more applications. For example, an application developer uses the user device 204 to write code for a software application.
  • the user device 204 can be any suitable type of computing device, such as a computer, laptop, tablet, smartphone, wearable computing device, server, etc.
  • the user device 204 is capable of communicating with other devices, such as via the networks 206 .
  • the network(s) 206 represents any one or a combination of different types of suitable communications networks such as, for example, cable networks, public networks (e.g., the Internet), private networks, wireless networks, cellular networks, or any other suitable private and/or public networks. Further, the network(s) 206 may have any suitable communication range associated therewith and may include, for example, global networks (e.g., the Internet), metropolitan area networks (MANs), wide area networks (WANs), local area networks (LANs), or personal area networks (PANs).
  • MANs metropolitan area networks
  • WANs wide area networks
  • LANs local area networks
  • PANs personal area networks
  • the network(s) 206 can include any type of medium over which network traffic may be carried including, but not limited to, coaxial cable, twisted-pair wire, optical fiber, a hybrid fiber coaxial (HFC) medium, microwave terrestrial transceivers, radio frequency communication mediums, satellite communication mediums, or any combination thereof.
  • medium over which network traffic may be carried including, but not limited to, coaxial cable, twisted-pair wire, optical fiber, a hybrid fiber coaxial (HFC) medium, microwave terrestrial transceivers, radio frequency communication mediums, satellite communication mediums, or any combination thereof.
  • the source control server 208 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like.
  • the source control server 208 creates a component versioning list for tracking changes in computer files and facilitating collaborative work among teams of developers.
  • the source control server 208 manages documents, websites, and/or other collections of information.
  • the source control server 208 is associated with a source code repository 210 .
  • the source code repository stores metadata for a set of files and/or directory structure. Depending on whether the version control system utilized by the source control server 208 is distributed (e.g., in the cloud computing environment 50 of FIG.
  • the whole set of information in the source code repository 210 can be duplicated on each user's system or can be maintained on a single server or data store.
  • Examples of the metadata that the source code repository 210 include are a historical record of changes in the repository, a set of commit objects, and/or a set of references to commit objects, called heads.
  • the source control server 208 is associated with and/or communicates with a continuous integration server 212 .
  • the continuous integration server 212 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like.
  • the continuous integration server 212 receives an indication or notification from the source control server 208 when changes have been made to documents or files associated with the development of an application.
  • the continuous integration server 212 initiates builds of the application using information committed to the source code repository 210 .
  • the continuous integration server 212 schedules builds, initiates builds when other builds have completed, and/or initiates a build by requesting a specific URL.
  • Builds generated by the continuous integration server 212 are stored and/or transmitted to a build product repository 214 .
  • the build product repository is accessible by the continuous integration server 212 and/or static analysis server 216 .
  • the continuous integration server 212 is associated with and/or communicates with the static analysis server 216 .
  • the static analysis server 216 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like.
  • the static analysis server 216 includes a data management engine 218 , a static analysis engine 220 , and a source code copy repository 222 .
  • the data management engine 218 includes computer-readable instructions that, in response to execution by the processor(s) 101 , cause operations to be performed. Such operations can include tracking data of associated computing devices, such as continuous integration servers 212 , source control servers 208 , source code repositories 210 , build product repositories 214 , and the like.
  • the data management engine 218 receives notifications and/or messages from one or more of the entities in the system 200 .
  • the data management engine 218 processes the received notifications and/or messages and transmits the data to the static analysis engine 220 .
  • the static analysis engine 220 includes computer-readable instructions that, in response to execution by the processor(s) 101 , cause operations to be performed. Such operations can include receiving data from the data management engine 218 .
  • the static analysis engine 220 generates and maintains static analysis security assessment configurations and static analysis security assessments associated with application builds generated by the continuous integrations server 212 .
  • the static analysis engine 220 receives data from the continuation integration server 212 that is used to mark a static analysis security assessment configuration associated with an application as incomplete. Marking the configuration incomplete enables an administrator of the system to update the configuration with appropriate parameters to ensure an accurate static analysis security assessment.
  • the static analysis engine 220 receives a notification or message from the component versioning list comparison engine 218 indicating specific changes have been made to the source code of an identified application (e.g., libraries have been added, folders have been newly created, etc.).
  • the component versioning list comparison engine 218 compares the source code stored in the source code repository 210 with the source code stored in the source code copy repository engine 222 .
  • the static analysis engine 220 use the data from the notification or message from the component versioning list comparison engine 218 to mark the configuration as incomplete. In some embodiments, the static analysis engine 220 generates a notification to a user of the system to update or modify the configuration accordingly. In some embodiments, the static analysis engine 220 updates or modifies the static analysis security assessment configuration using data generated by the source control server 208 (e.g., via source code repository 210 ) and/or the continuous integration server 212 (e.g., via build product repository 214 ). In some embodiments, the static analysis engine 220 initiates a new static analysis security assessment using the updated or modified configuration associated with the application.
  • a flow diagram of a method 300 for automatic detection of an incomplete static analysis security assessment in accordance with an exemplary embodiment is depicted.
  • a notification is received from a continuous integration server 212 .
  • the data management engine 218 of the static analysis server 216 receives a notification and/or message from the continuous integration server 212 .
  • the continuous integration server 212 requests a specific URL to notify the static analysis server 216 that a new build is available based on a comparison of the source code stored in the source code repository 210 with the source code stored in the source code copy repository engine 222 .
  • the new build may be available in a build product repository 214 .
  • build data associated with an application is obtained.
  • the data management engine 218 is determined based on the notification and/or message from the component versioning list comparison engine 218 , that a new build of an identified application is available.
  • the notification and/or message may include data associated with the new build of the application.
  • the data indicates that the application (e.g., new build of the application) includes a new version of a component of the application.
  • the message and/or notification includes data associated with the new build of the application, such as user device 204 associated with a latest update that initiated the new build, new build identifier, timestamp associated with new build, or the like.
  • the data management engine 218 transmits data from the notification and/or message received from the component versioning list comparison engine 218 to the static analysis engine 220 .
  • the static analysis engine 220 establishes a connection with the build product repository 214 and obtains data associated with the new build of the application.
  • the static analysis engine 220 obtains data associated with the new build of the application, generated by the continuous integration server 212 (e.g., metadata associated with the new build).
  • the static analysis engine 220 uses information from the notification (e.g., new build identification number, timestamp associated with new build, user or user device 204 associated with the new build, or the like).
  • the build data is compared with previously stored static analysis security assessments configurations.
  • the static analysis engine 220 analyzes the data obtained from the notification from the continuous integration server 212 or obtained from the build product repository 214 .
  • the static analysis engine 220 may compare components or versions of components of the application in the new build or installer to a static analysis security assessment configuration associated with the application.
  • the method proceeds to block 325 , where the static analysis engine 220 marks the static analysis security assessment configuration as incomplete.
  • the static analysis engine 220 generates metadata indicating that the static analysis security assessment configuration is incomplete and associates the metadata with the static analysis security assessment configuration.
  • the static analysis engine 220 generates and maintains an application portfolio that includes data associated with multiple applications, such as the applications that are developed by a company.
  • the static analysis engine 220 updates the application portfolio to indicate that the static analysis security assessment configuration for the application is incomplete.
  • the static analysis engine 220 uses the metadata associated with the application to update the application portfolio.
  • the method proceeds to optional block 330 .
  • the static analysis engine 220 updates the static analysis security assessment configuration associated with the application.
  • the static analysis engine 220 updates the configuration using data from the notification from the continuous integration server 212 or the obtained data associated with a new build of the application (e.g., obtained from the build product repository 214 ).
  • the static analysis engine 220 initiates a new static analysis security assessment associated with the application using the data associated with the new build of the application and the updated static analysis security assessment configuration.
  • the data management engine 218 receives information from a source control server 208 .
  • the information can indicate that a change was made to files associated with the application.
  • the information can further indicate that the change affects an existing static analysis security assessment configuration associated with the application.
  • the data management engine 218 transmits the data to the static analysis engine 220 .
  • the static analysis engine 220 initiates, facilitates, or generates an updated static analysis security assessment configuration for the application using the data received from the source control server 208 .
  • the static analysis engine 220 initiates a new static analysis security assessment using the updated scan configuration associated with the application.
  • Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service.
  • This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
  • On-demand self-service a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
  • Resource pooling the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
  • Rapid elasticity capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
  • Measured service cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
  • level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts).
  • SaaS Software as a Service: the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure.
  • the applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail).
  • a web browser e.g., web-based e-mail
  • the consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
  • PaaS Platform as a Service
  • the consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
  • IaaS Infrastructure as a Service
  • the consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
  • Private cloud the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
  • Public cloud the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
  • Hybrid cloud the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
  • a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
  • An infrastructure comprising a network of interconnected nodes.
  • cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54 A, desktop computer 54 B, laptop computer 54 C, and/or automobile computer system 54 N may communicate.
  • Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
  • This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
  • computing devices 54 A-N shown in FIG. 4 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • FIG. 5 a set of functional abstraction layers provided by cloud computing environment 50 ( FIG. 4 ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 5 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
  • Hardware and software layer 60 includes hardware and software components.
  • hardware components include: mainframes 61 ; RISC (Reduced Instruction Set Computer) architecture based servers 62 ; servers 63 ; blade servers 64 ; storage devices 65 ; and networks and networking components 66 .
  • software components include network application server software 67 and database software 68 .
  • Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71 ; virtual storage 72 ; virtual networks 73 , including virtual private networks; virtual applications and operating systems 74 ; and virtual clients 75 .
  • management layer 80 may provide the functions described below.
  • Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses.
  • Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
  • User portal 83 provides access to the cloud computing environment for consumers and system administrators.
  • Service level management 84 provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • SLA Service Level Agreement
  • Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91 ; software development and lifecycle management 92 ; virtual classroom education delivery 93 ; data analytics processing 94 ; transaction processing 95 ; and automatic detection of an incomplete static analysis security assessment 96 .
  • the present disclosure may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present disclosure may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present disclosure.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures.
  • two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

Embodiments include method, systems and computer program products for automatic detection of an incomplete static analysis security assessment. In some embodiments, a method includes obtaining component versioning data associated with a build of an application. The method further includes determining, using the component versioning data associated with the build of the application, that a static analysis security assessment configuration of the application is incomplete. The method further includes, responsive to determining that the static analysis security assessment configuration of the application is incomplete, generating metadata indicating that at least a portion of the build of the application has been changed from a previous build of the application.

Description

    BACKGROUND
  • The present disclosure relates to data processing, and more specifically, to methods, systems and computer program products for automatic detection of an incomplete static analysis security assessment.
  • Static analysis testing, also known as static program analysis, is a common practice in software development that enables development teams to determine if their products have security flaws. Static analysis testing can be performed without executing programs. The analysis can be performed on some version of the source code, and/or some form of the object code. Some static analysis tools tests web applications for security vulnerabilities during the developmental process.
  • SUMMARY
  • In accordance with embodiments described herein, systems, methods, and computer program products for automatic detection of an incomplete static analysis security assessment are provided. An example method includes obtaining component versioning data associated with a build of an application. The method further includes determining, using the component versioning data associated with the build of the application, that a static analysis security assessment configuration of the application is incomplete. The method further includes, responsive to determining that the static analysis security assessment configuration of the application is incomplete, generating metadata indicating that at least a portion of the build of the application has been changed from a previous build of the application.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The forgoing and other features, and advantages of the disclosure are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
  • FIG. 1 depicts a block diagram illustrating one example of a processing system for practice of the teachings herein;
  • FIG. 2 depicts a block diagram illustrating a computing system in accordance with an exemplary embodiment;
  • FIG. 3 depicts a flow diagram of a method for automatic detection of an incomplete static analysis security assessment in accordance with an exemplary embodiment;
  • FIG. 4 depicts a cloud computing environment in accordance with an exemplary embodiment; and
  • FIG. 5 depicts abstraction model layers in accordance with an exemplary embodiment.
  • DETAILED DESCRIPTION
  • In accordance with exemplary embodiments of the disclosure, methods, systems and computer program products for automatic detection of an incomplete static analysis security assessment are provided. The methods and systems described herein utilize information provided by continuous integration tools to automatically mark static analysis assessments incomplete or misconfigured. The continuous integration tools transmit component version data to a static analysis security assessment tool, which uses the component version data to determine whether changes in the source code or object code indicate that the static analysis security assessment configuration is incomplete or misconfigured.
  • Continuous integration refers to merging the work product of development individuals and/or teams working on different components of an application into a shared code repository. For example, a source control server manages each merger or commitment of work product or code and stores the work product in a source code repository. Depending on the development environment, a continuous integration server initiates a new build version of an application and/or the application's components based on each merger or commitment of work product. Each new build version and corresponding installer is stored in a repository, such as a build product repository. The continuous integration server generates metadata for how to deploy applications and what components to include. This metadata can be used to check scan coverage of an application and detect any vulnerability in scan configurations for applications.
  • In some examples, a static analysis server receives a notification from the continuous integration server that a new build version was generated. The static analysis server accesses the build product repository to perform static analysis testing on the new build version. Static analysis testing tools identify flaws or vulnerabilities in applications during the development cycle, when developers can address and fix issues without affecting consumers or users. Static analysis testing tools identify scan configurations of a new build version of an application as incomplete for different reasons. Examples of such reasons may include, but are not limited to, portions or components of an application not being scanned (e.g., third-party libraries being omitted), scanning configuration or parameters are inaccurate and lead to misleading results, or rules used for the scan are incomplete.
  • Traditionally, a manual process is used to determine whether a static analysis security assessment configuration is complete or accurate. In such cases, a person reviews the data scanned by the static analysis tool and checks whether the functionality of the application was considered and tested. The present disclosure describes automated techniques to determine whether a static analysis security assessment configuration is complete and accurate.
  • The techniques described herein use information provided by continuous integration servers to automatically mark static analysis security assessment configurations as incomplete or misconfigured. By identifying static analysis security assessment configurations associated with an application as incomplete or misconfigured, a new scan can be initiated using an updated static analysis security assessment configuration to ensure that the latest build of an application has been properly scanned.
  • In some embodiments, the static analysis tool communicates with a source control server. The source control server automatically notifies the static analysis tool of certain changes made to the source code of an application. In some cases, the notification indicates that the existing scan configuration is out of date based on the changes made to the source code. For example, if new folders are added that are not included in existing static analysis configurations or third-party components are updated, a new scan may be necessitated.
  • FIG. 1 further depicts an input/output (I/O) adapter 107 and a communications adapter 106 coupled to the system bus 113. I/O adapter 107 may be a small computer system interface (SCSI) adapter that communicates with a hard disk 103 and/or tape storage drive 105 or any other similar component. I/O adapter 107, hard disk 103, and tape storage device 105 are referred collectively to herein as mass storage 104. Operating system 120 for execution on the processing system 100 may be stored in mass storage 104. A communications adapter 106 interconnects bus 113 with an outside network 116 enabling data processing system 100 to communicate with other such systems. A screen (e.g., a display monitor) 115 is connected to system bus 113 by display adapter 112, which may include a graphics adapter to improve the performance of graphics intensive applications and a video controller. In one embodiment, adapters 107, 106, and 112 are connected to one or more I/O busses that are connected to system bus 113 via an intermediate bus bridge (not shown). Suitable I/O buses for connecting peripheral devices such as hard disk controllers, network adapters, and graphics adapters typically include common protocols, such as the Peripheral Component Interconnect (PCI). Additional input/output devices are shown as connected to system bus 113 via user interface adapter 108 and display adapter 112. A keyboard 109, mouse 110, and speaker 111 all interconnect to bus 113 via user interface adapter 108, which may include, for example, a Super I/O chip integrating multiple device adapters into a single integrated circuit.
  • In exemplary embodiments, the processing system 100 includes a graphics-processing unit 130. Graphics processing unit 130 is a specialized electronic circuit designed to manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display. In general, graphics-processing unit 130 is very efficient at manipulating computer graphics and image processing, and has a highly parallel structure that makes it more effective than general-purpose CPUs for algorithms where processing of large blocks of data is done in parallel.
  • Thus, as configured in FIG. 1, the system 100 includes processing capability in the form of processors 101, storage capability including system memory 114 and mass storage 104, input means such as keyboard 109 and mouse 110, and output capability including speaker 111 and display 115. In one embodiment, a portion of system memory 114 and mass storage 104 collectively store an operating system such as the AIX® operating system from IBM Corporation to coordinate the functions of the various components shown in FIG. 1.
  • FIG. 2 depicts a computing system 200 in accordance with aspects of the present disclosure. In the example illustrated, the computing system 200 includes user devices 204A, 204B, 204C (collectively referred to as user devices 204), a source control server 208, a source code repository 210, a continuous integration server 212, a build product repository 214, a static analysis server 216, and a component versioning list comparison engine 218 connected via one or more networks 206.
  • Although depicted as a client-server architecture, in some embodiments, the methods and systems described herein may be implemented using a cloud service architecture. In such implementations, the user device 204, source control server 208, source code repository 210, continuous integration server 212, build product repository 214, and/or static analysis server 216 communicate with functionality provided in a cloud computing environment, such as the cloud computing environment 50 of FIG. 4. Using a cloud computing environment may be useful in situations in which multiple developers or teams of developers work on different components of an application and merge their work product into a shared code repository. For example, the shared code repository may be stored in a cloud computing environment and may be accessed and updated by the various developers or teams of developers working on the application.
  • The user device 204 executes applications and tools used to develop one or more applications. For example, an application developer uses the user device 204 to write code for a software application. The user device 204 can be any suitable type of computing device, such as a computer, laptop, tablet, smartphone, wearable computing device, server, etc. The user device 204 is capable of communicating with other devices, such as via the networks 206.
  • The network(s) 206 represents any one or a combination of different types of suitable communications networks such as, for example, cable networks, public networks (e.g., the Internet), private networks, wireless networks, cellular networks, or any other suitable private and/or public networks. Further, the network(s) 206 may have any suitable communication range associated therewith and may include, for example, global networks (e.g., the Internet), metropolitan area networks (MANs), wide area networks (WANs), local area networks (LANs), or personal area networks (PANs). In addition, the network(s) 206 can include any type of medium over which network traffic may be carried including, but not limited to, coaxial cable, twisted-pair wire, optical fiber, a hybrid fiber coaxial (HFC) medium, microwave terrestrial transceivers, radio frequency communication mediums, satellite communication mediums, or any combination thereof.
  • In some embodiments, the source control server 208 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like. The source control server 208 creates a component versioning list for tracking changes in computer files and facilitating collaborative work among teams of developers. The source control server 208 manages documents, websites, and/or other collections of information. In some embodiments, the source control server 208 is associated with a source code repository 210. The source code repository stores metadata for a set of files and/or directory structure. Depending on whether the version control system utilized by the source control server 208 is distributed (e.g., in the cloud computing environment 50 of FIG. 4) or centralized, the whole set of information in the source code repository 210 can be duplicated on each user's system or can be maintained on a single server or data store. Examples of the metadata that the source code repository 210 include are a historical record of changes in the repository, a set of commit objects, and/or a set of references to commit objects, called heads.
  • In some embodiments, the source control server 208 is associated with and/or communicates with a continuous integration server 212. The continuous integration server 212 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like. The continuous integration server 212 receives an indication or notification from the source control server 208 when changes have been made to documents or files associated with the development of an application. The continuous integration server 212 initiates builds of the application using information committed to the source code repository 210. In some embodiments, the continuous integration server 212 schedules builds, initiates builds when other builds have completed, and/or initiates a build by requesting a specific URL. Builds generated by the continuous integration server 212 are stored and/or transmitted to a build product repository 214. The build product repository is accessible by the continuous integration server 212 and/or static analysis server 216.
  • In some embodiments, the continuous integration server 212 is associated with and/or communicates with the static analysis server 216. The static analysis server 216 can be any type of computing device with network access, such as a computer, laptop, server, tablet, smartphone, wearable computing devices, or the like. In the embodiment of FIG. 2, the static analysis server 216 includes a data management engine 218, a static analysis engine 220, and a source code copy repository 222.
  • The data management engine 218 includes computer-readable instructions that, in response to execution by the processor(s) 101, cause operations to be performed. Such operations can include tracking data of associated computing devices, such as continuous integration servers 212, source control servers 208, source code repositories 210, build product repositories 214, and the like. The data management engine 218 receives notifications and/or messages from one or more of the entities in the system 200. The data management engine 218 processes the received notifications and/or messages and transmits the data to the static analysis engine 220.
  • According to embodiments described herein, the static analysis engine 220 includes computer-readable instructions that, in response to execution by the processor(s) 101, cause operations to be performed. Such operations can include receiving data from the data management engine 218. The static analysis engine 220 generates and maintains static analysis security assessment configurations and static analysis security assessments associated with application builds generated by the continuous integrations server 212. The static analysis engine 220 receives data from the continuation integration server 212 that is used to mark a static analysis security assessment configuration associated with an application as incomplete. Marking the configuration incomplete enables an administrator of the system to update the configuration with appropriate parameters to ensure an accurate static analysis security assessment.
  • In some embodiments, the static analysis engine 220 receives a notification or message from the component versioning list comparison engine 218 indicating specific changes have been made to the source code of an identified application (e.g., libraries have been added, folders have been newly created, etc.). The component versioning list comparison engine 218 compares the source code stored in the source code repository 210 with the source code stored in the source code copy repository engine 222.
  • The static analysis engine 220 use the data from the notification or message from the component versioning list comparison engine 218 to mark the configuration as incomplete. In some embodiments, the static analysis engine 220 generates a notification to a user of the system to update or modify the configuration accordingly. In some embodiments, the static analysis engine 220 updates or modifies the static analysis security assessment configuration using data generated by the source control server 208 (e.g., via source code repository 210) and/or the continuous integration server 212 (e.g., via build product repository 214). In some embodiments, the static analysis engine 220 initiates a new static analysis security assessment using the updated or modified configuration associated with the application.
  • Now referring to FIG. 3, a flow diagram of a method 300 for automatic detection of an incomplete static analysis security assessment in accordance with an exemplary embodiment is depicted. At block 305, a notification is received from a continuous integration server 212. In some embodiments, the data management engine 218 of the static analysis server 216 receives a notification and/or message from the continuous integration server 212. In some embodiments, the continuous integration server 212 requests a specific URL to notify the static analysis server 216 that a new build is available based on a comparison of the source code stored in the source code repository 210 with the source code stored in the source code copy repository engine 222. In some embodiments, the new build may be available in a build product repository 214.
  • At block 310, build data associated with an application is obtained. In some embodiments, the data management engine 218 is determined based on the notification and/or message from the component versioning list comparison engine 218, that a new build of an identified application is available. In some embodiments, the notification and/or message may include data associated with the new build of the application. In some embodiments, the data indicates that the application (e.g., new build of the application) includes a new version of a component of the application. In some embodiments, the message and/or notification includes data associated with the new build of the application, such as user device 204 associated with a latest update that initiated the new build, new build identifier, timestamp associated with new build, or the like.
  • In some embodiments, the data management engine 218 transmits data from the notification and/or message received from the component versioning list comparison engine 218 to the static analysis engine 220. The static analysis engine 220 establishes a connection with the build product repository 214 and obtains data associated with the new build of the application. In some embodiments, the static analysis engine 220 obtains data associated with the new build of the application, generated by the continuous integration server 212 (e.g., metadata associated with the new build). In some embodiments, the static analysis engine 220 uses information from the notification (e.g., new build identification number, timestamp associated with new build, user or user device 204 associated with the new build, or the like).
  • At block 315, the build data is compared with previously stored static analysis security assessments configurations. In some embodiments, the static analysis engine 220 analyzes the data obtained from the notification from the continuous integration server 212 or obtained from the build product repository 214. The static analysis engine 220 may compare components or versions of components of the application in the new build or installer to a static analysis security assessment configuration associated with the application.
  • At block 320, it is determined whether the static analysis security assessment configuration is incomplete. If the static analysis engine 220 determines that the static analysis security assessment configuration is complete (e.g., not incomplete), the method terminates.
  • If, however, the static analysis engine 220 determines that the static analysis security assessment configuration is incomplete, the method proceeds to block 325, where the static analysis engine 220 marks the static analysis security assessment configuration as incomplete. In some embodiments, the static analysis engine 220 generates metadata indicating that the static analysis security assessment configuration is incomplete and associates the metadata with the static analysis security assessment configuration.
  • In some embodiments, the static analysis engine 220 generates and maintains an application portfolio that includes data associated with multiple applications, such as the applications that are developed by a company. The static analysis engine 220 updates the application portfolio to indicate that the static analysis security assessment configuration for the application is incomplete. In some embodiments, the static analysis engine 220 uses the metadata associated with the application to update the application portfolio.
  • In some embodiments, the method proceeds to optional block 330. The static analysis engine 220 updates the static analysis security assessment configuration associated with the application. In some embodiments, the static analysis engine 220 updates the configuration using data from the notification from the continuous integration server 212 or the obtained data associated with a new build of the application (e.g., obtained from the build product repository 214).
  • In some embodiments, the static analysis engine 220 initiates a new static analysis security assessment associated with the application using the data associated with the new build of the application and the updated static analysis security assessment configuration.
  • In some embodiments, the data management engine 218 receives information from a source control server 208. The information can indicate that a change was made to files associated with the application. The information can further indicate that the change affects an existing static analysis security assessment configuration associated with the application. The data management engine 218 transmits the data to the static analysis engine 220. The static analysis engine 220 initiates, facilitates, or generates an updated static analysis security assessment configuration for the application using the data received from the source control server 208. In some embodiments, the static analysis engine 220 initiates a new static analysis security assessment using the updated scan configuration associated with the application.
  • It is understood that although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
  • Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
  • Characteristics are as follows:
  • On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
  • Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
  • Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
  • Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
  • Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
  • Service Models are as follows:
  • Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
  • Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
  • Infrastructure as a Service (IaaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
  • Deployment Models are as follows:
  • Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
  • Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
  • Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
  • Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
  • A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.
  • Referring now to FIG. 4, illustrative cloud computing environment 50 is depicted. As shown, cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54A, desktop computer 54B, laptop computer 54C, and/or automobile computer system 54N may communicate. Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device. It is understood that the types of computing devices 54A-N shown in FIG. 4 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • Referring now to FIG. 5, a set of functional abstraction layers provided by cloud computing environment 50 (FIG. 4) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 5 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
  • Hardware and software layer 60 includes hardware and software components. Examples of hardware components include: mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62; servers 63; blade servers 64; storage devices 65; and networks and networking components 66. In some embodiments, software components include network application server software 67 and database software 68.
  • Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71; virtual storage 72; virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75.
  • In one example, management layer 80 may provide the functions described below. Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal 83 provides access to the cloud computing environment for consumers and system administrators. Service level management 84 provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91; software development and lifecycle management 92; virtual classroom education delivery 93; data analytics processing 94; transaction processing 95; and automatic detection of an incomplete static analysis security assessment 96.
  • The present disclosure may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
  • The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present disclosure may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present disclosure.
  • Aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

Claims (14)

What is claimed:
1-7. (canceled)
8. A computer program product comprising a non-transitory storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method comprising:
obtaining component versioning data associated with a build of an application;
determining, using the component versioning data associated with the build of the application, that a static analysis security assessment configuration of the application is incomplete; and
responsive to determining that the static analysis security assessment configuration of the application is incomplete, generating metadata indicating that at least a portion of the new build of the application has been changed from a previous build of the application.
9. The computer program product of claim 8, wherein obtaining the data associated with the new build of the application further comprises:
receiving a notification from a continuous integration server that indicates a build of an application has been generated;
establishing a connection with a build product repository; and
obtaining the data associated with the build of the application using information from the notification.
10. The computer program product of claim 8, wherein the notification comprises the data associated with the build of the application.
11. The computer program product of claim 8, wherein the method further comprises:
initiating a new static analysis security assessment associated with the application using the data associated with the build of the application.
12. The computer program product of claim 8, wherein the data associated with the build of the application indicates that the application comprises an updated version of a component of the application.
13. The computer program product of claim 8, wherein the method further comprises:
generating an application portfolio comprising a plurality of static analysis security assessment configurations associated with a plurality of applications, wherein the plurality of applications comprises the application; and
updating the application portfolio using the metadata associated with the application.
14. The computer program product of claim 8, wherein the method further comprises:
receiving information from a source control server indicating that a change has been made affecting the static analysis security assessment configuration associated with the application;
generating an updated static analysis security assessment configuration associated with the application; and
initiating a new static analysis security assessment using the updated static analysis security assessment configuration associated with the application.
15. A system, comprising:
a processor in communication with one or more types of memory, the processor configured to:
obtain component versioning data associated with a build of an application;
determine, using the component versioning data associated with the build of the application, that a static analysis security assessment configuration of the application is incomplete; and
responsive to determining that the static analysis security assessment configuration of the application is incomplete, generate metadata indicating that at least a portion of the build of the application has been changed from a previous build of the application.
16. The system of claim 15, wherein, to obtain the data associated with the new build of the application, the processor is further configured to:
receive a notification from a continuous integration server that indicates a build of an application has been generated;
establish a connection with a build product repository; and
obtain the data associated with the build of the application using information from the notification.
17. The system of claim 15, wherein the notification comprises the data associated with the build of the application.
18. The system of claim 15, wherein the processor is further configured to:
initiate a new static analysis security assessment associated with the application using the data associated with the build of the application.
19. The system of claim 15, wherein the data associated with the build of the application indicates that the application comprises an updated version of a component of the application.
20. The system of claim 15, wherein the processor is further configured to: generate an application portfolio comprising a plurality of static analysis security assessment configurations associated with a plurality of applications, wherein the plurality of applications comprises the application; and
updating the application portfolio using the metadata associated with the application.
US15/471,315 2017-03-28 2017-03-28 Automatic detection of an incomplete static analysis security assessment Abandoned US20180285571A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US15/471,315 US20180285571A1 (en) 2017-03-28 2017-03-28 Automatic detection of an incomplete static analysis security assessment
US15/808,937 US11288375B2 (en) 2017-03-28 2017-11-10 Automatic detection of an incomplete static analysis security assessment
US17/672,039 US11574063B2 (en) 2017-03-28 2022-02-15 Automatic detection of an incomplete static analysis security assessment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US15/471,315 US20180285571A1 (en) 2017-03-28 2017-03-28 Automatic detection of an incomplete static analysis security assessment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/808,937 Continuation US11288375B2 (en) 2017-03-28 2017-11-10 Automatic detection of an incomplete static analysis security assessment

Publications (1)

Publication Number Publication Date
US20180285571A1 true US20180285571A1 (en) 2018-10-04

Family

ID=63669605

Family Applications (3)

Application Number Title Priority Date Filing Date
US15/471,315 Abandoned US20180285571A1 (en) 2017-03-28 2017-03-28 Automatic detection of an incomplete static analysis security assessment
US15/808,937 Active 2038-08-07 US11288375B2 (en) 2017-03-28 2017-11-10 Automatic detection of an incomplete static analysis security assessment
US17/672,039 Active US11574063B2 (en) 2017-03-28 2022-02-15 Automatic detection of an incomplete static analysis security assessment

Family Applications After (2)

Application Number Title Priority Date Filing Date
US15/808,937 Active 2038-08-07 US11288375B2 (en) 2017-03-28 2017-11-10 Automatic detection of an incomplete static analysis security assessment
US17/672,039 Active US11574063B2 (en) 2017-03-28 2022-02-15 Automatic detection of an incomplete static analysis security assessment

Country Status (1)

Country Link
US (3) US20180285571A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109298859A (en) * 2018-11-01 2019-02-01 郑州云海信息技术有限公司 A kind of method and device of application under processing cloud platform
US20200285757A1 (en) * 2017-10-13 2020-09-10 1230604 BC Ltd. Security risk identification in a secure software lifecycle
CN111984692A (en) * 2020-02-28 2020-11-24 合肥力拓云计算科技有限公司 Chemical data analysis system based on industrial big data
US20220261405A1 (en) * 2021-02-16 2022-08-18 Red Hat, Inc. Configurable monitoring and alerting system
US11574063B2 (en) 2017-03-28 2023-02-07 International Business Machines Corporation Automatic detection of an incomplete static analysis security assessment

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11849000B2 (en) * 2017-11-27 2023-12-19 Lacework, Inc. Using real-time monitoring to inform static analysis
US11727117B2 (en) 2018-12-19 2023-08-15 Red Hat, Inc. Vulnerability analyzer for application dependencies in development pipelines
US11650905B2 (en) 2019-09-05 2023-05-16 International Business Machines Corporation Testing source code changes
US11237941B2 (en) * 2019-12-12 2022-02-01 Cognizant Technology Solutions India Pvt. Ltd. System and method for application transformation to cloud based on semi-automated workflow
US11899570B2 (en) 2019-12-12 2024-02-13 Cognizant Technology Solutions India Pvt. Ltd. System and method for optimizing assessment and implementation of microservices code for cloud platforms
CN114528269A (en) * 2020-10-30 2022-05-24 伊姆西Ip控股有限责任公司 Method, electronic device and computer program product for processing data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090070734A1 (en) * 2005-10-03 2009-03-12 Mark Dixon Systems and methods for monitoring software application quality
US20120023553A1 (en) * 2010-07-20 2012-01-26 International Business Machines Corporation Static Analysis For Verification Of Software Program Access To Secure Resources For Computer Systems
US20130276056A1 (en) * 2012-04-13 2013-10-17 Cisco Technology, Inc. Automatic curation and modification of virtualized computer programs
US20150074641A1 (en) * 2013-09-10 2015-03-12 Oracle International Corporation Functional rule and component storage

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060179116A1 (en) 2003-10-10 2006-08-10 Speeter Thomas H Configuration management system and method of discovering configuration data
US8473893B2 (en) * 2008-09-30 2013-06-25 Accurev, Inc. Integration of external software analysis processes with software configuration management applications
US20060212857A1 (en) * 2005-03-21 2006-09-21 Microsoft Corporation Automated process for generating a build of a software application without human intervention
US9124650B2 (en) * 2006-12-13 2015-09-01 Quickplay Media Inc. Digital rights management in a mobile environment
US9614929B2 (en) 2006-12-19 2017-04-04 International Business Machines Corporation Application server with automatic and autonomic application configuration validation
US9069644B2 (en) * 2009-04-10 2015-06-30 Electric Cloud, Inc. Architecture and method for versioning registry entries in a distributed program build
US9923954B2 (en) 2014-12-16 2018-03-20 International Business Machines Corporation Virtual fencing gradient to incrementally validate deployed applications directly in production cloud computing environment
US10261870B2 (en) * 2015-06-29 2019-04-16 International Business Machines Corporation Risk formula for erroneous software components detection
US20180285571A1 (en) 2017-03-28 2018-10-04 International Business Machines Corporation Automatic detection of an incomplete static analysis security assessment
US10467003B1 (en) * 2017-10-09 2019-11-05 Amazon Technologies, Inc. Divided execution and storage of scripts

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090070734A1 (en) * 2005-10-03 2009-03-12 Mark Dixon Systems and methods for monitoring software application quality
US20120023553A1 (en) * 2010-07-20 2012-01-26 International Business Machines Corporation Static Analysis For Verification Of Software Program Access To Secure Resources For Computer Systems
US20130276056A1 (en) * 2012-04-13 2013-10-17 Cisco Technology, Inc. Automatic curation and modification of virtualized computer programs
US20150074641A1 (en) * 2013-09-10 2015-03-12 Oracle International Corporation Functional rule and component storage

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11574063B2 (en) 2017-03-28 2023-02-07 International Business Machines Corporation Automatic detection of an incomplete static analysis security assessment
US20200285757A1 (en) * 2017-10-13 2020-09-10 1230604 BC Ltd. Security risk identification in a secure software lifecycle
US11604883B2 (en) * 2017-10-13 2023-03-14 Security Compass Technologies Ltd. Security risk identification in a secure software lifecycle
US11853430B2 (en) 2017-10-13 2023-12-26 Security Compass Technologies Ltd. Security risk identification in a secure software lifecycle
CN109298859A (en) * 2018-11-01 2019-02-01 郑州云海信息技术有限公司 A kind of method and device of application under processing cloud platform
CN111984692A (en) * 2020-02-28 2020-11-24 合肥力拓云计算科技有限公司 Chemical data analysis system based on industrial big data
US20220261405A1 (en) * 2021-02-16 2022-08-18 Red Hat, Inc. Configurable monitoring and alerting system

Also Published As

Publication number Publication date
US11288375B2 (en) 2022-03-29
US11574063B2 (en) 2023-02-07
US20180285572A1 (en) 2018-10-04
US20220171862A1 (en) 2022-06-02

Similar Documents

Publication Publication Date Title
US11574063B2 (en) Automatic detection of an incomplete static analysis security assessment
US11119746B2 (en) Extensions for deployment patterns
US10810316B2 (en) Updating monitoring systems using merged data policies
US9690553B1 (en) Identifying software dependency relationships
US20170351728A1 (en) Detecting potential root causes of data quality issues using data lineage graphs
US11740884B2 (en) Migrating a service to a version of an application programming interface
US10055393B2 (en) Distributed version control of orchestration templates
US20180060605A1 (en) Image obfuscation
US20190297145A1 (en) Publishing configuration patterns for storage resources and storage performance models from client systems to share with client systems in a network computing environment
US10678926B2 (en) Identifying security risks in code using security metric comparison
US9513948B2 (en) Automated virtual machine provisioning based on defect state
US11378942B2 (en) Progressive guidance of digital twin model assembly
US11157243B2 (en) Client-side source code dependency resolution in language server protocol-enabled language server
US20170068919A1 (en) Risk assessment in online collaborative environments
US20200174754A1 (en) Command tool development
US20180101794A1 (en) Method and system for creating mapping between business models
US11262990B2 (en) Application topology discovery
US11907099B2 (en) Performance evaluation method using simulated probe data mapping
US11016874B2 (en) Updating taint tags based on runtime behavior profiles
US20230068592A1 (en) Multi-text interconnection
US20190066134A1 (en) Survey sample selector for exposing dissatisfied service requests

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HANNER, MICHAEL;IONESCU, PAUL;ONUT, IOSIF V.;AND OTHERS;SIGNING DATES FROM 20170317 TO 20170327;REEL/FRAME:041766/0359

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION