No Image

RHSA-2016:0373-1: Critical: firefox security update

2016-03-09 KENNETH 0

RHSA-2016:0373-1: Critical: firefox security update Red Hat Enterprise Linux: Updated firefox packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5, 6, and 7. Red Hat Product Security has rated this update as having Critical security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. CVE-2016-1952, CVE-2016-1954, CVE-2016-1957, CVE-2016-1958, CVE-2016-1960, CVE-2016-1961, CVE-2016-1962, CVE-2016-1964, CVE-2016-1965, CVE-2016-1966, CVE-2016-1973, CVE-2016-1974, CVE-2016-1977, CVE-2016-2790, CVE-2016-2791, CVE-2016-2792, CVE-2016-2793, CVE-2016-2794, CVE-2016-2795, CVE-2016-2796, CVE-2016-2797, CVE-2016-2798, CVE-2016-2799, CVE-2016-2800, CVE-2016-2801, CVE-2016-2802 Source: RHSA-2016:0373-1: Critical: firefox security update

No Image

RHSA-2016:0372-1: Important: openssl098e security update

2016-03-09 KENNETH 0

RHSA-2016:0372-1: Important: openssl098e security update Red Hat Enterprise Linux: Updated openssl098e packages that fix multiple security issues are now available for Red Hat Enterprise Linux 6 and 7. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. CVE-2015-0293, CVE-2015-3197, CVE-2016-0703, CVE-2016-0704, CVE-2016-0800 Source: RHSA-2016:0372-1: Important: openssl098e security update

No Image

RHSA-2016:0371-1: Critical: nss security update

2016-03-09 KENNETH 0

RHSA-2016:0371-1: Critical: nss security update Red Hat Enterprise Linux: Updated nss packages that fix one security issue are now available for Red Hat Enterprise Linux 5. Red Hat Product Security has rated this update as having Critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. CVE-2016-1950 Source: RHSA-2016:0371-1: Critical: nss security update

No Image

RHSA-2016:0370-1: Critical: nss-util security update

2016-03-09 KENNETH 0

RHSA-2016:0370-1: Critical: nss-util security update Red Hat Enterprise Linux: Updated nss-util packages that fix one security issue are now available for Red Hat Enterprise 6 and 7. Red Hat Product Security has rated this update as having Critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. CVE-2016-1950 Source: RHSA-2016:0370-1: Critical: nss-util security update

Refactoring a Monolith into Microservices

2016-03-09 KENNETH 0

Refactoring a Monolith into Microservices This is the seventh and final article in my series about building applications with microservices. The first article introduces the Microservice Architecture pattern and discusses the benefits and drawbacks of using microservices. The following articles discuss different aspects of the microservice architecture: using an API Gateway, inter-process communication, service discovery, event-driven data management, and deploying microservices. In this article, we look at strategies for migrating a monolithic application to microservices. I hope that this series of articles has given you a good understanding of the microservice architecture, its benefits and drawbacks, and when to use it. Perhaps the microservice architecture is a good fit for your organization. However, there is fairly good chance you are working on a large, complex monolithic application. Your daily experience of developing and deploying your application is slow and painful. [ more… ]