SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-07-08
Jump to navigation
Jump to search
This Week
Monday, 08 July
- Created a sample patch that generates observer notification for SSL error and has SSL error code in 3rd parameter of observer notification.
- Uploaded patch file on Bugzilla for comments.
- I am working on adding observer notifications for security related errors. Observer notifications will be helpful to our security report tool as well as for others security related tools in future.
- CSP errors already have observer notification. But CORS, mixed-content, SSL, HSTS, etc not yet having observer notifications.
- To start working in this direction I have added observer notification for SSL error that sends SSL error code. I have added you as a reviewer for that patch.