SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-07-08: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
* Created a sample patch that generates observer notification for SSL error and has SSL error code in 3rd parameter of observer notification. | * 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. | * Uploaded the 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. | * 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. | ** 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. | ** 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. | ||
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} === | === Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} === |
Revision as of 06:26, 7 July 2013
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 the 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.