View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013798 | mantisbt | api soap | public | 2012-01-25 03:07 | 2014-01-23 17:57 |
| Reporter | rombert | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | acknowledged | Resolution | open | ||
| Summary | 0013798: Provide audit logging for SOAP calls | ||||
| Description | The SOAP API should be auditable using the current logging mechanism . Each method call should be logged, including:
The primary id, if any, is the id of the single object handled by the method. For instance, when updating a bug it is the bug id. | ||||
| Tags | No tags attached. | ||||
|
Here are some thoughts:
|
|
|
Sounds good to me. One note - 'Fields that are common for all rows emitted from a row' should be 'Fields that are common for all rows emitted from a method ' , right? |
|
|
If storing data in the log, we should be careful that this does not contain any sensitive information. |
|
|
(In reply to comment 0013798:0031403)
The safest way to do that is to have a whitelist approach, e.g. log project id, username and issue_id , rather than exclude specific fields. |
|