mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 18:03:33 +00:00
Update log table, login screen UI and package versions
This commit is contained in:
@@ -58,6 +58,18 @@ const internalOpenappsecLog = {
|
||||
eventSeverity: json.eventSeverity,
|
||||
eventLevel: json.eventLevel,
|
||||
eventTime: json.eventTime,
|
||||
assetName: json.eventSource.assetName,
|
||||
securityAction: json.eventData.securityAction,
|
||||
waapIncidentType: json.eventData.waapIncidentType,
|
||||
httpSourceId: json.eventData.httpSourceId,
|
||||
sourceIP: json.eventData.sourceIP,
|
||||
httpHostName: json.eventData.httpHostName,
|
||||
httpMethod: json.eventData.httpMethod,
|
||||
httpUriPath: json.eventData.httpUriPath,
|
||||
eventTopic: json.eventSource.eventTopic,
|
||||
matchedLocation: json.eventData.matchedLocation,
|
||||
matchedParameter: json.eventData.matchedParameter,
|
||||
matchedSample: json.eventData.matchedSample,
|
||||
eventName: json.eventName
|
||||
};
|
||||
dataLines.push(wrappedObject);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nginx-proxy-manager",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A beautiful interface for creating Nginx endpoints",
|
||||
"main": "js/index.js",
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user