This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenSSL Security Advisory [19 Mar 2015] | |
| ======================================= | |
| OpenSSL 1.0.2 ClientHello sigalgs DoS (CVE-2015-0291) | |
| ===================================================== | |
| Severity: High | |
| If a client connects to an OpenSSL 1.0.2 server and renegotiates with an | |
| invalid signature algorithms extension a NULL pointer dereference will occur. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //============= Move Durations from titles back into Estimates | |
| Omnifocus = Application("OmniFocus"); | |
| Omnifocus.includeStandardAdditions = true; | |
| app = Application.currentApplication() | |
| app.includeStandardAdditions = true | |
| app.displayNotification("I'm about to parse durations from titles back into tasks", {withTitle: "OF2 Cleanup"}) | |
| document = Omnifocus.documents()[0]; |
OlderNewer