Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4c2b96

Browse files
author
Felipe "Zimmerle" Costa
committed
IIS: Changes event ID (Issueowasp-modsecurity#676)
ModSecurityIIS was reporting events to Windows using ID 0which seems cause an unexpected verbose message at theevent logger window as reported onowasp-modsecurity#676, changing the IDto 0x1, although will be nice to have separated events formisconfiguration, warnings, etc...
1 parent0f7cbce commitd4c2b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎iis/mymodule.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ BOOL CMyHttpModule::WriteEventViewerLog(LPCSTR szNotification, WORD category)
13101310
// Write any strings to the Event Viewer and return.
13111311
returnReportEvent(
13121312
m_hEventLog,
1313-
category,0,0,
1313+
category,0,0x1,
13141314
NULL,1,0, &szNotification,NULL );
13151315
}
13161316
returnFALSE;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp