CVE-2024-3566 Vulnerability Analysis & Exploit Details

CVE-2024-3566
Vulnerability Scoring

9.8
/10
Critical Risk

As a catastrophic security flaw, CVE-2024-3566 has severe implications, demanding immediate intervention.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2024-3566 Details

Status: Analyzed

Last updated: 🕒 15 May 2026, 15:03 UTC
Originally published on: 🕓 10 Apr 2024, 16:15 UTC

Time between publication and last update: 764 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVE-2024-3566 Vulnerability Summary

CVE-2024-3566: A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are satisfied.

Assessing the Risk of CVE-2024-3566

Access Complexity Graph

The exploitability of CVE-2024-3566 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2024-3566

With low attack complexity and no required privileges, CVE-2024-3566 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2024-3566, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2024-3566, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2024-3566 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2024-3566 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2024-3566 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.044% (probability of exploit)

EPSS Percentile: 12.92% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 87.08% of others.

CVE-2024-3566 References

External References

CWE Common Weakness Enumeration

CWE-77

CAPEC Common Attack Pattern Enumeration and Classification

  • LDAP Injection CAPEC-136 An attacker manipulates or crafts an LDAP query for the purpose of undermining the security of the target. Some applications use user input to create LDAP queries that are processed by an LDAP server. For example, a user might provide their username during authentication and the username might be inserted in an LDAP query during the authentication process. An attacker could use this input to inject additional commands into an LDAP query that could disclose sensitive information. For example, entering a * in the aforementioned query might return information about all users on the system. This attack is very similar to an SQL injection attack in that it manipulates a query to gather additional information or coerce a particular return value.
  • Command Delimiters CAPEC-15 An attack of this type exploits a programs' vulnerabilities that allows an attacker's commands to be concatenated onto a legitimate command with the intent of targeting other resources such as the file system or database. The system that uses a filter or denylist input validation, as opposed to allowlist validation is vulnerable to an attacker who predicts delimiters (or combinations of delimiters) not present in the filter or denylist. As with other injection attacks, the attacker uses the command delimiter payload as an entry point to tunnel through the application and activate additional attacks through SQL queries, shell commands, network scanning, and so on.
  • IMAP/SMTP Command Injection CAPEC-183 An adversary exploits weaknesses in input validation on web-mail servers to execute commands on the IMAP/SMTP server. Web-mail servers often sit between the Internet and the IMAP or SMTP mail server. User requests are received by the web-mail servers which then query the back-end mail server for the requested information and return this response to the user. In an IMAP/SMTP command injection attack, mail-server commands are embedded in parts of the request sent to the web-mail server. If the web-mail server fails to adequately sanitize these requests, these commands are then sent to the back-end mail server when it is queried by the web-mail server, where the commands are then executed. This attack can be especially dangerous since administrators may assume that the back-end server is protected against direct Internet access and therefore may not secure it adequately against the execution of malicious commands.
  • Command Injection CAPEC-248 An adversary looking to execute a command of their choosing, injects new items into an existing command thus modifying interpretation away from what was intended. Commands in this context are often standalone strings that are interpreted by a downstream component and cause specific responses. This type of attack is possible when untrusted values are used to build these command strings. Weaknesses in input validation or command construction can enable the attack and lead to successful exploitation.
  • Manipulating Writeable Terminal Devices CAPEC-40 This attack exploits terminal devices that allow themselves to be written to by other users. The attacker sends command strings to the target terminal device hoping that the target user will hit enter and thereby execute the malicious command with their privileges. The attacker can send the results (such as copying /etc/passwd) to a known directory and collect once the attack has succeeded.
  • Exploiting Multiple Input Interpretation Layers CAPEC-43 An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application: <parser1> --> <input validator> --> <parser2>. In such cases, the attacker will need to provide input that will pass through the input validator, but after passing through parser2, will be converted into something that the input validator was supposed to stop.
  • Manipulating Writeable Configuration Files CAPEC-75 Generally these are manually edited files that are not in the preview of the system administrators, any ability on the attackers' behalf to modify these files, for example in a CVS repository, gives unauthorized access directly to the application, the same as authorized users.
  • Manipulating Web Input to File System Calls CAPEC-76 An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Vulnerable Configurations

  • cpe:2.3:a:nodejs:node.js:-:*:*:*:*:-:*:*
    cpe:2.3:a:nodejs:node.js:-:*:*:*:*:-:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.0.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.0.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.17:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.17:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.18:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.18:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.19:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.19:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.20:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.20:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.21:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.21:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.22:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.22:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.23:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.23:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.24:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.24:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.25:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.25:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.26:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.26:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.27:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.27:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.28:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.28:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.29:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.29:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.30:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.30:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.31:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.31:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.32:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.32:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.33:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.33:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.90:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.90:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.91:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.91:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.92:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.92:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.93:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.93:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.94:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.94:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.95:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.95:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.96:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.96:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.97:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.97:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.98:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.98:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.99:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.99:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.100:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.100:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.101:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.101:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.102:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.102:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.103:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.103:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.1.104:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.1.104:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.2.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.2.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.3.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.3.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.4.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.4.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.5:rc1:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.5:rc1:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.5.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.5.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.17:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.17:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.18:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.18:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.19:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.19:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.20:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.20:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.6.21:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.6.21:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.7.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.7.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.17:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.17:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.18:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.18:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.19:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.19:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.20:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.20:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.21:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.21:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.22:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.22:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.23:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.23:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.24:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.24:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.25:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.25:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.26:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.26:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.27:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.27:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.8.28:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.8.28:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.9.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.9.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.17:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.17:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.18:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.18:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.19:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.19:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.20:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.20:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.21:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.21:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.22:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.22:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.23:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.23:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.24:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.24:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.25:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.25:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.26:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.26:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.27:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.27:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.28:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.28:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.29:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.29:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.30:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.30:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.31:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.31:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.32:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.32:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.33:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.33:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.34:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.34:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.35:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.35:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.36:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.36:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.37:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.37:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.38:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.38:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.39:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.39:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.40:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.40:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.41:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.41:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.41:rc1:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.41:rc1:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.42:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.42:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.43:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.43:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.44:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.44:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.45:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.45:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.46:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.46:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.47:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.47:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.48:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.48:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.10.16-isaacs-manual:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.10.16-isaacs-manual:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.11.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.11.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.7:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.7:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.8:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.8:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.8:rc1:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.8:rc1:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.9:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.9:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.10:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.10:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.11:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.11:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.12:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.12:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.13:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.13:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.14:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.14:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.15:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.15:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.16:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.16:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.17:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.17:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:0.12.18:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:0.12.18:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.0.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.0.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.0.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.0.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.0.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.0.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.4.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.4.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.4.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.4.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.4.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.4.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.5.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.5.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.6.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.6.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.6.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.6.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.6.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.6.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.8.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.8.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.8.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.8.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:1.8.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:1.8.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.0.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.0.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.3.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.3.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.3.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.3.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.3.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.3.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:2.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:2.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc1:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc1:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc2:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc2:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc3:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc3:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc4:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc4:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc5:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc5:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc6:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc6:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.0.0:rc7:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.0.0:rc7:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:3.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:3.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:rc1:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:rc1:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:rc2:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:rc2:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:rc3:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:rc3:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:rc4:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:rc4:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.0.0:rc5:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.0.0:rc5:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.1.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.1.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.1.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:4.1.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.2:rc1:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.2:rc1:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.2:rc2:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.2:rc2:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.4:rc1:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.4:rc1:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.2.6:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.2.6:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.3.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.3.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.3.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.3.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.3.1:rc1:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.3.1:rc1:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.3.1:rc2:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.3.1:rc2:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.3.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.3.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.0:rc1:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.0:rc1:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.0:rc2:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.0:rc2:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.0:rc3:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.0:rc3:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.0:rc4:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.0:rc4:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.6:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.6:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.4.7:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.4.7:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.5.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.5.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.6.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.6.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.6.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.6.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.6.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.6.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.7.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.7.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.7.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.7.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.7.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.7.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.7.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.7.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.6:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.6:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.8.7:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.8.7:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.9.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.9.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:4.9.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:4.9.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.1.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.1.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.4.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.4.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.8.1:rc.1:*:*:*:*:*:*
    cpe:2.3:a:nodejs:node.js:5.8.1:rc.1:*:*:*:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.11.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.11.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:5.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:5.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.2.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.2.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:6.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.9.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.9.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.10.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.10.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.10.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.10.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.10.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.10.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.10.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.10.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.11.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.11.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.12.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.12.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.12.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.12.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.12.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.12.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.12.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.12.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.13.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.13.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.14.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.14.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.14.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.14.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.14.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.14.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.15.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.15.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:6.17.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:6.17.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.7.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.7.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.7.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.7.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.7.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.7.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:7.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:7.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.1.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.1.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.1.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.1.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.1.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.1.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.1.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.1.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:8.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.9.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.9.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.9.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.9.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.9.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.9.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.9.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.9.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.9.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.9.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.10.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.10.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.11.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.11.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.11.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.11.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.11.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.11.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.11.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.11.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.11.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.11.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.12.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.12.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.15.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.15.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.16.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.16.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.16.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.16.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:8.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:8.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.11.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.11.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:9.11.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:9.11.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.4.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.4.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:10.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.14.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.14.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.15.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.15.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.15.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.15.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.15.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.15.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.16.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.16.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.16.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.16.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.16.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.16.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.18.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.18.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.18.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.18.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.19.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.19.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.20.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.20.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.20.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.20.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.21.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.21.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.22.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.22.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.22.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.22.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.23.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.23.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.23.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.23.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.23.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.23.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.23.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.23.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.24.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.24.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:10.24.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:10.24.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.13.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.13.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.14.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.14.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:11.15.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:11.15.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.11.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.11.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:12.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.13.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.13.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.16.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.16.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.16.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.16.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.16.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.16.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.18.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.18.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.18.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.18.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.18.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.18.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.18.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.18.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.18.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.18.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.19.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.19.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.19.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.19.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.20.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.20.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.20.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.20.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.20.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.20.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.21.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.21.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.6:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.6:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.7:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.7:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.8:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.8:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.9:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.9:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.10:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.10:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.11:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.11:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:12.22.12:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:12.22.12:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.13.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.13.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:13.14.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:13.14.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.10.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.10.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.13.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.13.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.13.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.13.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.14.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:14.14.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.15.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.15.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.16.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.16.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.4:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.4:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.5:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.5:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.17.6:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.17.6:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.18.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.18.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.18.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.18.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.18.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.18.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.19.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.19.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.19.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.19.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.19.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.19.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.19.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.19.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.20.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.20.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.20.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.20.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.21.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.21.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.21.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.21.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.21.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.21.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:14.21.3:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:14.21.3:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.2.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.2.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.5.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.5.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.13.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.13.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:15.14.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:15.14.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.4.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.4.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.4.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.4.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.6.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.6.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.11.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.11.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.12.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:16.12.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.13.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.13.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.13.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.13.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.14.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.14.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.15.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.15.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.17.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.17.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.18.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.18.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.18.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.18.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.19.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.19.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.19.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.19.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.20.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.20.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.20.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.20.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:16.20.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:16.20.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.7.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.7.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:17.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:17.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.3:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.3:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.4:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.4:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.5:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.5:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.0.6:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.0.6:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.9.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.9.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.10.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.10.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.11.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:18.11.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.12.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.12.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.12.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.12.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.13.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.13.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.14.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.14.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.14.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.14.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.14.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.14.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.15.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.15.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.16.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.16.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.16.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.16.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.17.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.17.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.17.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.17.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.18.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.18.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.18.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.18.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.18.2:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.18.2:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.19.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.19.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.19.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.19.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.20.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.20.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:18.20.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:18.20.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.0.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.0.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:19.9.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:19.9.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.3.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.3.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.5.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.5.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.8.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.8.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.8.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:20.8.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.9.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.9.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.10.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.10.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.11.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.11.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.11.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.11.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.12.0:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.12.0:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:20.12.1:*:*:*:lts:*:*:*
    cpe:2.3:a:nodejs:node.js:20.12.1:*:*:*:lts:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.0.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.0.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.1.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.1.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.2.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.2.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.3.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.4.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.4.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.5.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.6.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.6.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.6.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.6.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.6.2:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.7.0:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.7.1:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:nodejs:node.js:21.7.2:*:*:*:-:*:*:*
    cpe:2.3:a:nodejs:node.js:21.7.2:*:*:*:-:*:*:*
  • cpe:2.3:a:php:php:-:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:-:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.7:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.9.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.9.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.11:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.90:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.90:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:0.91:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:0.91:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.3:beta6:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.3:beta6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:1.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:2.0b10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:2.0b10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.7:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.9:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.11:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.12:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.13:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.14:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.14:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.15:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.17:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.17:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:3.0.18:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:3.0.18:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.1:rc:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.1:rc:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.1:patch1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.1:patch1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.1:patch2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.1:patch2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.3:patch1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.3:patch1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.4:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.4:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc7:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc7:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.5:rc8:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.5:rc8:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.6:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.6:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.6:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.6:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.7:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.7:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0.7:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0.7:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.0:beta_4_patch1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.0:beta_4_patch1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.2.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.2.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:dev:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:dev:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:pre1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:pre1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:pre2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:pre2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.2:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.2:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.2:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.2:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.3:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.3:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.3:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.3:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.4:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.4:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.5:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.5:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.5:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.5:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.6:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.6:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.9:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.9:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.9:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.9:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.9:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.9:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.10:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.10:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.3.11:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.3.11:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:4.4.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:4.4.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.1:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.1:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.0.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.0.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.0:rc2-pre:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.0:rc2-pre:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.3:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.3:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.1:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.1:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.4:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.4:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.6:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.6:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.7:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.7:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.9:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.9:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.9:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.9:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.10:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.10:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.11:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.11:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.11:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.11:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.12:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.12:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.12:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.12:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.12:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.12:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.13:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.13:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.14:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.14:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.14:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.14:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.15:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.15:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.2.17:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.2.17:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.1:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.1:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.2:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.2:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.3:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.3:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.6:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.6:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.7:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.7:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.9:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.9:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.9:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.9:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.9:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.9:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.11:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.11:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.12:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.12:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.13:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.13:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.14:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.14:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.17:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.17:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.22:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.22:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.28:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.28:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.29:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.29:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.3.29:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.3.29:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc7:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc7:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:rc8:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:rc8:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.12:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.12:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.18:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.18:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.19:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.19:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.28:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.28:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.28:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.28:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.29:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.29:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.29:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.29:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.30:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.30:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.30:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.30:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.31:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.31:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.31:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.31:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.32:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.32:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.32:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.32:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.33:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.33:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.33:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.33:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.34:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.34:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.35:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.35:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.36:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.36:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.37:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.37:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.38:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.38:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.39:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.39:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.40:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.40:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.41:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.41:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.42:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.42:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.43:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.43:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.44:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.44:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.4.45:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.4.45:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.0:alpha6:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.0:alpha6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.28:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.28:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.34:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.34:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.35:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.35:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.36:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.36:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.37:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.37:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.5.38:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.5.38:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:alpha4:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:alpha4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.0:alpha5:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.0:alpha5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.2:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.28:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.28:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.28:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.28:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.29:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.29:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.29:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.29:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.30:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.30:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.30:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.30:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.34:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.34:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.35:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.35:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.36:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.36:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.37:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.37:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.38:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.38:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.39:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.39:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:5.6.40:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:5.6.40:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:6.0:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc7:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc7:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:rc8:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:rc8:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.28:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.28:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.0.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.0.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.26:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.26:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.27:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.27:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.28:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.28:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.1.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.1.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.15:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.15:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.17:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.17:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.18:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.18:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.19:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.19:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.20:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.20:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.21:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.21:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.22:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.22:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.23:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.23:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.24:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.24:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.25:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.25:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.26:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.26:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.27:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.27:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.2.34:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.2.34:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.0:alpha4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.0:alpha4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.4:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.4:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.5:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.5:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.7:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.7:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.9:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.9:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.11:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.11:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.12:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.12:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.13:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.13:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.14:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.14:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.15:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.15:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.17:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.17:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.18:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.18:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.27:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.27:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.28:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.28:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.3.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.3.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.15:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.15:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.19:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.19:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.22:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.22:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.28:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.28:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.29:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.29:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.31:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.31:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.32:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.32:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:7.4.33:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:7.4.33:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.22:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.22:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.28:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.28:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.28:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.28:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.29:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.29:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.0.30:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.0.30:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.8:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.9:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.10:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.10:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.12:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.12:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.13:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.13:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.14:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.14:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.15:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.15:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.16:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.16:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.18:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.18:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.18:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.18:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.19:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.19:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.19:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.19:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.20:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.20:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.20:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.20:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.21:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.21:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.21:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.21:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.22:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.22:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.23:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.23:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.23:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.23:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.24:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.24:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.24:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.24:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.25:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.25:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.25:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.25:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.26:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.26:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.26:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.26:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.27:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.27:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.1.27:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.1.27:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:rc7:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:rc7:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.6:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.6:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.7:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.7:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.8:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.8:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.9:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.9:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.10:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.10:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.11:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.11:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.11:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.11:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.12:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.12:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.12:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.12:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.13:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.13:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.13:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.13:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.14:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.14:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.14:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.14:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.15:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.15:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.15:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.15:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.16:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.16:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.16:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.16:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.17:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.17:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.2.17:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.2.17:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.2:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.2:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.3:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.3:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.4:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.4:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.5:-:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.5:-:*:*:*:*:*:*
  • cpe:2.3:a:php:php:8.3.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:php:php:8.3.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.3:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.4:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.5:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.6:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.7:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.8:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.9:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.10:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:0.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:0.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.0.0:beta:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.0.0:beta:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.0.0:alpha:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.0.0:alpha:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.15.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.15.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.20.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.21.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.21.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.22.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.22.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.22.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.22.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.23.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.23.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.24.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.24.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.24.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.24.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.25.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.25.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.26.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.26.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.26.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.26.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.26.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.26.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.27.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.27.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.27.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.27.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.27.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.27.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.28.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.28.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.29.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.29.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.29.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.29.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.29.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.29.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.30.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.30.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.30.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.30.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.31.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.31.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.31.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.31.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.32.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.32.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.33.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.33.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.34.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.34.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.34.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.34.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.34.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.34.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.35.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.35.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.36.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.36.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.37.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.37.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.38.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.38.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.39.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.39.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.40.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.40.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.41.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.41.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.41.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.41.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.42.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.42.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.43.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.43.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.43.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.43.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.44.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.44.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.44.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.44.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.45.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.45.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.45.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.45.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.45.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.45.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.46.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.46.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.47.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.47.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.48.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.48.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.49.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.49.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.50.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.50.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.51.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.51.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.52.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.52.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.53.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.53.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.60.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.60.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.61.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.61.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.62.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.62.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.62.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.62.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.63.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.63.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.64.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.64.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.65.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.65.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.66.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.66.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.66.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.66.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.67.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.67.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.67.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.67.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.68.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.68.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.68.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.68.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.68.2:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.68.2:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.69.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.69.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.70.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.70.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.71.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.71.0:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.71.1:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.71.1:*:*:*:*:*:*:*
  • cpe:2.3:a:rust-lang:rust:1.72.0:*:*:*:*:*:*:*
    cpe:2.3:a:rust-lang:rust:1.72.0:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.04.11:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.04.11:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.04.22:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.04.22:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.05.11:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.05.11:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.05.20:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.05.20:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.01:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.01:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.08:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.08:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.09:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.09:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.23:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.06.23:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.07:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.07:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.21:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.21:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.24:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.07.24:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.08.02:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.08.02:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.08.10:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.08.10:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.01:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.01:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.02:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.02:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.25:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.09.25:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.09:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.09:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.10:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.10:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.22:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.10.22:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.11.10:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.11.10:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.11.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.11.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.01:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.01:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.25:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.25:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.27:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2021.12.27:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.01.21:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.01.21:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.02.03:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.02.03:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.02.04:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.02.04:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.03.08:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.03.08:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.03.08.1:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.03.08.1:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.04.08:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.04.08:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.05.18:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.05.18:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.22:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.22:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.22.1:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.22.1:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.29:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.06.29:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.07.18:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.07.18:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.08:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.08:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.14:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.14:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.18.36:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.18.36:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.19:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.08.19:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.09.01:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.09.01:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.10.04:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.10.04:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2022.11.11:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2022.11.11:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.01.02:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.01.02:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.01.06:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.01.06:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.02.17:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.02.17:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.03.03:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.03.03:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.03.04:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.03.04:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.06.21:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.06.21:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.06.22:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.06.22:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.07.06:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.07.06:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.09.24:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.09.24:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.10.07:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.10.07:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.10.13:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.10.13:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.11.14:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.11.14:*:*:*:*:*:*:*
  • cpe:2.3:a:yt-dlp_project:yt-dlp:2023.11.16:*:*:*:*:*:*:*
    cpe:2.3:a:yt-dlp_project:yt-dlp:2023.11.16:*:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2024-3566: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-48777 – FileBrowser Quantum is a free, self-hosted, web-based file manager. Versions prior to 1.3.2-stable, 1.4.0-beta and 1.4.1-beta are vulnerable to Pat...
  • CVE-2026-47750 – stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Image, and more) inference. In...
  • CVE-2026-47747 – stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Image, and more) inference. In...
  • CVE-2026-46448 – In OpenStack Nova before 33.0.2, the server create API does not strip certain hint data. The resulting instance has no Placement allocation.
  • CVE-2026-22313 – The device has a webserver that exposes a REST API authenticated with a token on the management network. By exploiting an OS command injection vuln...