Skip to content

Commit

Permalink
Added variable's header
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Jul 29, 2024
1 parent 0b84c72 commit 402a9a2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/variables/multipart_invalid_header_part.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/*
* ModSecurity, http://www.modsecurity.org/
* Copyright (c) 2015 - 2021 Trustwave Holdings, Inc. (http://www.trustwave.com/)
*
* You may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Trustwave Holdings, Inc.
* directly using the email address [email protected].
*
*/

#include <iostream>
#include <string>
#include <vector>
#include <list>
#include <utility>

#ifndef SRC_VARIABLES_MULTIPART_INVALID_HEADER_PART_H_
#define SRC_VARIABLES_MULTIPART_INVALID_HEADER_PART_H_

#include "src/variables/variable.h"

namespace modsecurity {

class Transaction;
namespace variables {


DEFINE_VARIABLE(MultipartInvalidHeaderPart, MULTIPART_INVALID_HEADER_PART,
m_variableMultipartInvalidHeaderPart)


} // namespace variables
} // namespace modsecurity

#endif // SRC_VARIABLES_MULTIPART_INVALID_HEADER_PART_H_

0 comments on commit 402a9a2

Please sign in to comment.