File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed
src/main/java/org/owasp/esapi/logging Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * OWASP Enterprise Security API (ESAPI)
3
+ *
4
+ * This file is part of the Open Web Application Security Project (OWASP)
5
+ * Enterprise Security API (ESAPI) project. For details, please see
6
+ * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7
+ *
8
+ * Copyright (c) 2007 - The OWASP Foundation
9
+ *
10
+ * The ESAPI is published by OWASP under the BSD license. You should read and accept the
11
+ * LICENSE before you use, modify, and/or redistribute this software.
12
+ *
13
+ * @created 2018
14
+ */
1
15
package org .owasp .esapi .logging .cleaning ;
2
16
3
17
import java .util .ArrayList ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * OWASP Enterprise Security API (ESAPI)
3
+ *
4
+ * This file is part of the Open Web Application Security Project (OWASP)
5
+ * Enterprise Security API (ESAPI) project. For details, please see
6
+ * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7
+ *
8
+ * Copyright (c) 2007 - The OWASP Foundation
9
+ *
10
+ * The ESAPI is published by OWASP under the BSD license. You should read and accept the
11
+ * LICENSE before you use, modify, and/or redistribute this software.
12
+ *
13
+ * @created 2018
14
+ */
1
15
package org .owasp .esapi .logging .cleaning ;
2
16
3
17
public class NewlineLogScrubber implements LogScrubber {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * OWASP Enterprise Security API (ESAPI)
3
+ *
4
+ * This file is part of the Open Web Application Security Project (OWASP)
5
+ * Enterprise Security API (ESAPI) project. For details, please see
6
+ * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7
+ *
8
+ * Copyright (c) 2007 - The OWASP Foundation
9
+ *
10
+ * The ESAPI is published by OWASP under the BSD license. You should read and accept the
11
+ * LICENSE before you use, modify, and/or redistribute this software.
12
+ *
13
+ * @created 2018
14
+ */
1
15
package org .owasp .esapi .logging .slf4j ;
2
16
3
17
import org .owasp .esapi .Logger .EventType ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * OWASP Enterprise Security API (ESAPI)
3
+ *
4
+ * This file is part of the Open Web Application Security Project (OWASP)
5
+ * Enterprise Security API (ESAPI) project. For details, please see
6
+ * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7
+ *
8
+ * Copyright (c) 2007 - The OWASP Foundation
9
+ *
10
+ * The ESAPI is published by OWASP under the BSD license. You should read and accept the
11
+ * LICENSE before you use, modify, and/or redistribute this software.
12
+ *
13
+ * @created 2018
14
+ */
1
15
package org .owasp .esapi .logging .slf4j ;
2
16
3
17
import org .slf4j .Logger ;
You can’t perform that action at this time.
0 commit comments