No Image

The –bind-address option now supports multiple addresses

2019-03-26 KENNETH 0

The –bind-address option now supports multiple addresses Before the implementation of WL#11652 in MySQL 8.0.13 , the MySQL server listened to incoming connection requests either on one or all configured network interfaces. However, in case the underlying platform supports several network interfaces it might be useful to allocate more than one network interface for specific use, and therefore allow specifying bind-address for several network interfaces.… Facebook Twitter Google+ LinkedIn Source: The –bind-address option now supports multiple addresses

No Image

USN-3921-1: XMLTooling vulnerability

2019-03-26 KENNETH 0

USN-3921-1: XMLTooling vulnerability xmltooling vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 18.10 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Ubuntu 14.04 LTS Summary xmltooling could be made to crash if it opened a specially crafted file. Software Description xmltooling – C++ XML parsing library with encryption support Details It was discovered that XMLTooling incorrectly handled certain XML files with invalid data. An attacker could use this issue to cause XMLTooling to crash, resulting in a denial of service. Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 18.10 libxmltooling8 – 3.0.2-1ubuntu1.1 Ubuntu 18.04 LTS libxmltooling7 – 1.6.4-1ubuntu2.1 Ubuntu 16.04 LTS libxmltooling6v5 – 1.5.6-2ubuntu0.3 Ubuntu 14.04 LTS libxmltooling6 – 1.5.3-2+deb8u3ubuntu0.1 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard system update will make all [ more… ]

charset=utf8 VS ‘SET NAMES “utf8″‘ in PHP pdo_mysql

2019-03-26 KENNETH 0

pdo_mysql 기반의 DB커넥션을 찾다보니소개하는 글마다 약간의 차이가 있는 항목이 있음… 바로 charset을 설정하는 부분… 어떤 소개자료에서는$pdo->exec(“set names utf8”)이렇게 설명을 하기도 하고 어떤 소개자료에서는“charset=utf8”이런 형태로… 두 사례의 결과는 동일하지만 “왜 이렇게 해야 하는가?” 하는 의문이 들었음그래서 찾아보니 PHP-5.3.6 이전 버전에서는 charset 옵션이 적용되지 않는 문제가 있었기 때문에$pdo->exec(“set names utf8”)요런식으로 사용해왔음 하지만 이후 버전에서는 해결되어접속 선언 파라미터에$pdo = new PDO(“mysql:host=$host;dbname=$db;charset=utf8”, $user, $pass);즉, “charset=utf8” 옵션을 추가해 주면 된다. 는것… 구버전(php-5.3.6이전)을 사용한다면 전자의 경우를.. 이후 버전을 사용한다면(하긴… 요즘 7.X 까지 나와있으니) 후자의 경우를 사용하면 되겠다.

Securing Your API Ecosystem with the NGINX Controller API Management Module

2019-03-26 KENNETH 0

Securing Your API Ecosystem with the NGINX Controller API Management Module “Sensitive data exposure” by APIs is #3 on the OWASP Top 10 Application Security Risks list, and there’s no shortage of real‑world examples. In July 2018, Salesforce revealed that an update to its Marketing Cloud service introduced an API bug that might have caused API calls to retrieve or write data from one customer’s account to another’s. At Venmo, a popular payment application owned by PayPal, a poorly secured public API allowed a massive data leak, exposing more than 207 million transactions. According to Gartner, by 2022 API abuses will be the leading attack vector for data breaches within enterprise Web applications. Security is a key element of API lifecycle management. Given that weak API security can leave you exposed to critical vulnerabilities, API security must be built into the [ more… ]

[도서] 인공지능에 도덕엔진을 탑재하는 법

2019-03-26 KENNETH 0

[도서] 인공지능에 도덕엔진을 탑재하는 법 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]인공지능에 도덕엔진을 탑재하는 법 정웅일 저/이시훈 역 | 클라우드나인 | 2019년 03월 판매가 12,420원 (10%할인) | YES포인트 690원(5%지급) 도쿄대학교 공학부와 의학부 교수를 겸임하고 있는 세계적 석학 정웅일 교수가 들려주는 인공지능 도덕의 메커니즘! – 인공지능 로봇에게 어떻게 선악 판단을 가르칠 것인가? 인공지능에 도덕엔진을 탑재하기 Source: [도서] 인공지능에 도덕엔진을 탑재하는 법