Announcing Windows 10 Insider Preview Build 18950

2019-08-01 KENNETH 0

Announcing Windows 10 Insider Preview Build 18950 Hello Windows Insiders, today we’re releasing Windows 10 Insider Preview Build 18950 (20H1) to Windows Insiders in the Fast ring. IMPORTANT: As is normal with builds early in the development cycle, these builds may contain bugs that might be painful for some. If you take this flight, you won’t be able to switch Slow or Release Preview rings without doing a clean-install on your PC. If you want a complete look at what build is in which Insider ring, head on over to Flight Hub. You can also check out the rest of our documentation here including a complete list of new features and updates that have gone out as part of Insider flights for the current development cycle. What’s new in Build 18950 Japanese IME Improvements Thank you everyone who’s shared feedback [ more… ]

No Image

USN-4082-1: Subversion vulnerabilities

2019-08-01 KENNETH 0

USN-4082-1: Subversion vulnerabilities subversion vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 16.04 LTS Summary Subversion could be made to crash if it received specially crafted network traffic. Software Description subversion – Advanced version control system Details Ace Olszowka discovered that Subversion incorrectly handled certain svnserve requests. A remote attacker could possibly use this issue to cause svnserver to crash, resulting in a denial of service. (CVE-2018-11782) Tomas Bortoli discovered that Subversion incorrectly handled certain svnserve requests. A remote attacker could possibly use this issue to cause svnserver to crash, resulting in a denial of service. (CVE-2019-0203) Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 16.04 LTS libsvn1 – 1.9.3-2ubuntu1.3 subversion – 1.9.3-2ubuntu1.3 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard [ more… ]

No Image

USN-4081-1: Pango vulnerability

2019-08-01 KENNETH 0

USN-4081-1: Pango vulnerability pango1.0 vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Summary Pango could be made to execute arbitrary code if it received a specially crafted input. Software Description pango1.0 – Layout and rendering of internationalized text – gir bindings Details It was discovered that Pango incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 19.04 gir1.2-pango-1.0 – 1.42.4-6ubuntu0.1 libpango-1.0-0 – 1.42.4-6ubuntu0.1 libpango1.0-0 – 1.42.4-6ubuntu0.1 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. After a standard system update you need to restart your session to make all the necessary changes. References CVE-2019-1010238 Source: USN-4081-1: Pango vulnerability

No Image

USN-4080-1: OpenJDK 8 vulnerabilities

2019-07-31 KENNETH 0

USN-4080-1: OpenJDK 8 vulnerabilities openjdk-8 vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 16.04 LTS Summary Several security issues were fixed in OpenJDK. Software Description openjdk-8 – Open Source Java implementation Details Keegan Ryan discovered that the ECC implementation in OpenJDK was not sufficiently resilient to side-channel attacks. An attacker could possibly use this to expose sensitive information. (CVE-2019-2745) It was discovered that OpenJDK did not sufficiently validate serial streams before deserializing suppressed exceptions in some situations. An attacker could use this to specially craft an object that, when deserialized, would cause a denial of service. (CVE-2019-2762) It was discovered that in some situations OpenJDK did not properly bound the amount of memory allocated during object deserialization. An attacker could use this to specially craft an object that, when deserialized, would cause a denial of [ more… ]

Amazon Transcribe, 음성 스트리밍에서 WebSocket 지원 활용하기

2019-07-31 KENNETH 0

Amazon Transcribe, 음성 스트리밍에서 WebSocket 지원 활용하기 Amazon Transcribe는 다양한 언어의 음성을 실시간으로 정확하게 인식하는 AI 서비스입니다. (한국어도 지원합니다.) 지금까지 Transcribe 스트리밍 API는 HTTP/2 스트리밍 기술을 사용하여 제공되었습니다. 이제 실시간 음성 기능을 적용할 수 있는 새로운 통합 옵션으로 WebSocket을 추가합니다. 이 게시물에서는 브라우저의 클라이언트 측 JavaScript만 사용하여 실시간으로 음성을 받아쓰기 해 보겠습니다. 애플리케이션을 구축하려면 먼저 기초가 필요합니다. 데모를 전체적으로 설명하는 데 필요한 만큼만 Amazon Transcribe, WebSocket, Amazon Transcribe 스트리밍 API에 대해서 알아보겠습니다. 자세한 정보는 Amazon Transcribe 문서를 참조십시오. 실제 작동 모습을 보고 싶다면 바로 데모를 실행하면 되지만, 먼저 이 게시물을 간단히 읽어볼 것을 권장합니다. Amazon Transcribe란? Amazon Transcribe는 기계 학습 모델을 적용하여 오디오의 음성을 텍스트 사본으로 변환합니다. Amazon Transcribe의 가장 강력한 기능 중 하나는 오디오의 실시간 받아쓰기를 수행하는 능력입니다. 지금까지 이 기능은 HTTP/2 스트림을 통해 제공되었습니다. 오늘 Amazon은 WebSocket을 사용하여 Amazon Transcribe에 연결하는 기능을 추가로 발표합니다. Amazon Transcribe는 현재 영국 영어(en-GB), [ more… ]