December 11, 2017
Comments Off on Sparse Dissimilarity-Constrained Coding for Glaucoma Screening
Posted in: IEEE 2017, MATLAB
Sparse Dissimilarity-Constrained Coding for Glaucoma Screening Abstract Glaucoma is an irreversible chronic eye disease that leads to vision loss. As it can be slowed down through treatment, detecting the disease in time is important. However, many patients are unaware of the disease because it progresses slowly without easily noticeable symptoms. Currently, there is no effective […]
December 11, 2017
Comments Off on Mitigating Cross-Site Scripting Attacks with a Content Security Policy
Posted in: IEEE 2017, Java
Mitigating Cross-Site Scripting Attacks with a Content Security Policy Abstract A content security policy (CSP) can help Web application developers and server administrators better control website content and avoid vulnerabilities to cross-site scripting (XSS). In experiments with a prototype website, the authors’ CSP implementation successfully mitigated all XSS attack types in four popular browsers.