mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 08:55:46 +08:00
3262 lines
98 KiB
Plaintext
3262 lines
98 KiB
Plaintext
|
{
|
||
|
"version": "2.0.0",
|
||
|
"$schema": "http://json.schemastore.org/sarif-2.0.0",
|
||
|
"runs": [
|
||
|
{
|
||
|
"results": [
|
||
|
{
|
||
|
"ruleId": "26451",
|
||
|
"message": {
|
||
|
"text": "Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 852,
|
||
|
"startColumn": 45,
|
||
|
"endLine": 852,
|
||
|
"endColumn": 53
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "private: void __cdecl fmt::v5::internal::decimal_formatter::write_pair(unsigned int,unsigned int)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::system_error::error_code_' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2205,
|
||
|
"startColumn": 3,
|
||
|
"endLine": 2205,
|
||
|
"endColumn": 3
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "protected: __cdecl fmt::v5::system_error::system_error(void)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::system_error::error_code_"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "6387",
|
||
|
"message": {
|
||
|
"text": "'value' could be '0': this does not adhere to the specification for the function 'std::_Narrow_char_traits<char,int>::length'. "
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1353,
|
||
|
"startColumn": 10,
|
||
|
"endLine": 1353,
|
||
|
"endColumn": 55
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "protected: void __cdecl fmt::v5::internal::arg_formatter_base<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::write(char const *)"
|
||
|
}
|
||
|
],
|
||
|
"codeFlows": [
|
||
|
{
|
||
|
"threadFlows": [
|
||
|
{
|
||
|
"locations": [
|
||
|
{
|
||
|
"step": 0,
|
||
|
"location": {
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1351,
|
||
|
"startColumn": 9
|
||
|
}
|
||
|
},
|
||
|
"message": {
|
||
|
"text": "'value' may be NULL (Enter this branch)"
|
||
|
}
|
||
|
},
|
||
|
"kind": "branch",
|
||
|
"importance": "important"
|
||
|
},
|
||
|
{
|
||
|
"step": 1,
|
||
|
"location": {
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1352,
|
||
|
"startColumn": 7
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"importance": "unimportant"
|
||
|
},
|
||
|
{
|
||
|
"step": 2,
|
||
|
"location": {
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1353,
|
||
|
"startColumn": 10
|
||
|
}
|
||
|
},
|
||
|
"message": {
|
||
|
"text": "'value' is an Input to 'std::_Narrow_char_traits<char,int>::length' (declared at c:\\program files (x86)\\microsoft visual studio\\2019\\community\\vc\\tools\\msvc\\14.22.27905\\include\\xstring:309)"
|
||
|
}
|
||
|
},
|
||
|
"kind": "usage",
|
||
|
"importance": "important"
|
||
|
},
|
||
|
{
|
||
|
"step": 3,
|
||
|
"location": {
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1353,
|
||
|
"startColumn": 10
|
||
|
}
|
||
|
},
|
||
|
"message": {
|
||
|
"text": "'value' should not be NULL, because this is not consistent with the SAL annotation on 'std::_Narrow_char_traits<char,int>::length'"
|
||
|
}
|
||
|
},
|
||
|
"kind": "usage",
|
||
|
"importance": "essential"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26498",
|
||
|
"message": {
|
||
|
"text": "The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1463,
|
||
|
"startColumn": 12,
|
||
|
"endLine": 1463,
|
||
|
"endColumn": 53
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "unsigned int __cdecl fmt::v5::internal::parse_nonnegative_int<char,struct fmt::v5::internal::id_adapter<struct fmt::v5::format_handler<class fmt::v5::arg_formatter<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >,char,class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > &,char> &>(char const * &,char const *,struct fmt::v5::internal::id_adapter<struct fmt::v5::format_handler<class fmt::v5::arg_formatter<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >,char,class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > &,char> &)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26498",
|
||
|
"message": {
|
||
|
"text": "The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1463,
|
||
|
"startColumn": 12,
|
||
|
"endLine": 1463,
|
||
|
"endColumn": 53
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "unsigned int __cdecl fmt::v5::internal::parse_nonnegative_int<char,class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &>(char const * &,char const *,class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned __int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned __int64,struct fmt::v5::basic_format_specs<char> >::int_writer<unsigned __int64,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,unsigned __int64,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned __int64,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26498",
|
||
|
"message": {
|
||
|
"text": "The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1463,
|
||
|
"startColumn": 12,
|
||
|
"endLine": 1463,
|
||
|
"endColumn": 53
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "unsigned int __cdecl fmt::v5::internal::parse_nonnegative_int<char,struct fmt::v5::internal::precision_adapter<class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &,char> &>(char const * &,char const *,struct fmt::v5::internal::precision_adapter<class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &,char> &)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<char,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<char,struct fmt::v5::basic_format_specs<char> >::int_writer<char,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,char,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<char,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<bool,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<bool,struct fmt::v5::basic_format_specs<char> >::int_writer<bool,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,bool,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<bool,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<__int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<__int64,struct fmt::v5::basic_format_specs<char> >::int_writer<__int64,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,__int64,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<__int64,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned int,struct fmt::v5::basic_format_specs<char> >::int_writer<unsigned int,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,unsigned int,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned int,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26495",
|
||
|
"message": {
|
||
|
"text": "Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2386,
|
||
|
"startColumn": 5,
|
||
|
"endLine": 2386,
|
||
|
"endColumn": 5
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::int_writer<int,struct fmt::v5::basic_format_specs<char> >::int_writer<int,struct fmt::v5::basic_format_specs<char> >(class fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > > &,int,struct fmt::v5::basic_format_specs<char> const &)"
|
||
|
}
|
||
|
],
|
||
|
"properties": {
|
||
|
"targetSymbol": "fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<int,fmt::v5::basic_format_specs<char> >::prefix"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26498",
|
||
|
"message": {
|
||
|
"text": "The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 1463,
|
||
|
"startColumn": 12,
|
||
|
"endLine": 1463,
|
||
|
"endColumn": 53
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "unsigned int __cdecl fmt::v5::internal::parse_nonnegative_int<char,struct fmt::v5::internal::width_adapter<class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &,char> &>(char const * &,char const *,struct fmt::v5::internal::width_adapter<class fmt::v5::internal::specs_checker<class fmt::v5::internal::specs_handler<class fmt::v5::basic_format_context<class std::back_insert_iterator<class fmt::v5::internal::basic_buffer<char> >,char> > > &,char> &)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ruleId": "26451",
|
||
|
"message": {
|
||
|
"text": "Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2)."
|
||
|
},
|
||
|
"locations": [
|
||
|
{
|
||
|
"physicalLocation": {
|
||
|
"fileLocation": {
|
||
|
"uri": "file:///E:/devel/spdlog/include/spdlog/fmt/bundled/format.h"
|
||
|
},
|
||
|
"region": {
|
||
|
"startLine": 2511,
|
||
|
"startColumn": 39,
|
||
|
"endLine": 2511,
|
||
|
"endColumn": 62
|
||
|
}
|
||
|
},
|
||
|
"fullyQualifiedLogicalName": "public: unsigned __int64 __cdecl fmt::v5::basic_writer<class fmt::v5::back_insert_range<class fmt::v5::internal::basic_buffer<char> > >::inf_or_nan_writer::size(void)const "
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"tool": {
|
||
|
"name": "PREfast",
|
||
|
"fullName": "PREfast Code Analysis",
|
||
|
"version": "14.22.27905.0",
|
||
|
"fileVersion": "14.00.27905.00"
|
||
|
},
|
||
|
"invocations": [
|
||
|
{
|
||
|
"commandLine": "\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.22.27905\\bin\\HostX64\\x64\\c1xx.dll\" -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00007FF619B86AB0 -il C:\\Users\\gmelm\\AppData\\Local\\Temp\\_CL_4d6dd487ast -typedil -f E:\\devel\\spdlog\\tests\\test_async.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -ZB64 -D_INTEGRAL_MAX_BITS=64 -pc \\:/ -D_MSC_VER=1922 -D_MSC_FULL_VER=192227905 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -I E:\\devel\\spdlog\\include -nologo -W 4 -WX -diagnostics:column -Ot -DCODE_ANALYSIS -DWIN32 -D_WINDOWS -DSPDLOG_COMPILED_LIB -DCMAKE_INTDIR=\"Debug\" -D_MBCS -EHs -D_CPPUNWIND -EHc -D__MSVC_RUNTIME_CHECKS -RTCs -RTCu -D_DEBUG -D_MT -D_DLL -GS -D_M_FP_PRECISE -Zc:wchar_t -Zc:forScope -GR -D_CPPRTTI -Fospdlog-utests.dir\\Debug\\test_async.obj -Fdspdlog-utests.dir\\Debug\\vc142.pdb -Gd -analyze:quiet -analyze:plugin C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.22.27905\\bin\\HostX64\\x64\\EspXEngine.dll -errorreport:prompt -analyze:ruleset C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:projectdirectory E:\\devel\\spdlog\\win64-release\\tests -analyze:rulesetdirectory ;C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Team Tools\\Static Analysis Tools\\\\Rule Sets -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.22.27905\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.22.27905\\atlmfc\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17134.0\\ucrt -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\VS\\UnitTest\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17134.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17134.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17134.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17134.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.7.2\\Include\\um"
|
||
|
}
|
||
|
],
|
||
|
"files": {
|
||
|
"file:///e:/devel/spdlog/tests/test_dup_filter.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/utils.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/includes.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/version.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/catch.hpp": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/spdlog.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/synchronous_factory.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/daily_file_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/common.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/stdout_sinks.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/tweakme.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/fmt/fmt.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/fmt/bundled/core.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/fmt/bundled/format.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/logger.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/registry.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/log_msg.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/async.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/mpmc_blocking_q.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/async_logger.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/thread_pool.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/circular_q.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/os.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/basic_file_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/formatter.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/file_helper.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/null_mutex.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/base_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_macros.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/null_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/ostream_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/rotating_file_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/stdout_color_sinks.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/wincolor_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/console_globals.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_stdout_api.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/pattern_formatter.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/dup_filter_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/sinks/dist_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_async.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_sink.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_fmt_helper.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/include/spdlog/details/fmt_helper.h": {
|
||
|
"roles": [
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_mpmc_q.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/main.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/utils.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
},
|
||
|
"file:///e:/devel/spdlog/tests/test_registry.cpp": {
|
||
|
"roles": [
|
||
|
"analysisTarget",
|
||
|
"resultFile"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"logicalLocations": {},
|
||
|
"resources": {
|
||
|
"rules": {
|
||
|
"6054": {
|
||
|
"id": "6054",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6001": {
|
||
|
"id": "6001",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6011": {
|
||
|
"id": "6011",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28272": {
|
||
|
"id": "28272",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6029": {
|
||
|
"id": "6029",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26101": {
|
||
|
"id": "26101",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6280": {
|
||
|
"id": "6280",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6332": {
|
||
|
"id": "6332",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6277": {
|
||
|
"id": "6277",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6031": {
|
||
|
"id": "6031",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26444": {
|
||
|
"id": "26444",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6314": {
|
||
|
"id": "6314",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6053": {
|
||
|
"id": "6053",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6059": {
|
||
|
"id": "6059",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6278": {
|
||
|
"id": "6278",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28238": {
|
||
|
"id": "28238",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6306": {
|
||
|
"id": "6306",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6063": {
|
||
|
"id": "6063",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6288": {
|
||
|
"id": "6288",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26451": {
|
||
|
"id": "26451",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6064": {
|
||
|
"id": "6064",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26453": {
|
||
|
"id": "26453",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6303": {
|
||
|
"id": "6303",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6066": {
|
||
|
"id": "6066",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6220": {
|
||
|
"id": "6220",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6505": {
|
||
|
"id": "6505",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6101": {
|
||
|
"id": "6101",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26452": {
|
||
|
"id": "26452",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6067": {
|
||
|
"id": "6067",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6302": {
|
||
|
"id": "6302",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6200": {
|
||
|
"id": "6200",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6201": {
|
||
|
"id": "6201",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6214": {
|
||
|
"id": "6214",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6248": {
|
||
|
"id": "6248",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6215": {
|
||
|
"id": "6215",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6216": {
|
||
|
"id": "6216",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6217": {
|
||
|
"id": "6217",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6305": {
|
||
|
"id": "6305",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6226": {
|
||
|
"id": "6226",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6230": {
|
||
|
"id": "6230",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6268": {
|
||
|
"id": "6268",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6235": {
|
||
|
"id": "6235",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6236": {
|
||
|
"id": "6236",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6237": {
|
||
|
"id": "6237",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6297": {
|
||
|
"id": "6297",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6242": {
|
||
|
"id": "6242",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6250": {
|
||
|
"id": "6250",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6310": {
|
||
|
"id": "6310",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6255": {
|
||
|
"id": "6255",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6258": {
|
||
|
"id": "6258",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6259": {
|
||
|
"id": "6259",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6260": {
|
||
|
"id": "6260",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6262": {
|
||
|
"id": "6262",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6263": {
|
||
|
"id": "6263",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6269": {
|
||
|
"id": "6269",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6287": {
|
||
|
"id": "6287",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6335": {
|
||
|
"id": "6335",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6270": {
|
||
|
"id": "6270",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6286": {
|
||
|
"id": "6286",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6271": {
|
||
|
"id": "6271",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6285": {
|
||
|
"id": "6285",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6272": {
|
||
|
"id": "6272",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6284": {
|
||
|
"id": "6284",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6273": {
|
||
|
"id": "6273",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6283": {
|
||
|
"id": "6283",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6331": {
|
||
|
"id": "6331",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6274": {
|
||
|
"id": "6274",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26100": {
|
||
|
"id": "26100",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6281": {
|
||
|
"id": "6281",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6333": {
|
||
|
"id": "6333",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6276": {
|
||
|
"id": "6276",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6279": {
|
||
|
"id": "6279",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6282": {
|
||
|
"id": "6282",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6289": {
|
||
|
"id": "6289",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6290": {
|
||
|
"id": "6290",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6291": {
|
||
|
"id": "6291",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6292": {
|
||
|
"id": "6292",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6293": {
|
||
|
"id": "6293",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6294": {
|
||
|
"id": "6294",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6295": {
|
||
|
"id": "6295",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6296": {
|
||
|
"id": "6296",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6299": {
|
||
|
"id": "6299",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28236": {
|
||
|
"id": "28236",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6308": {
|
||
|
"id": "6308",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6312": {
|
||
|
"id": "6312",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6317": {
|
||
|
"id": "6317",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6318": {
|
||
|
"id": "6318",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26449": {
|
||
|
"id": "26449",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6319": {
|
||
|
"id": "6319",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6324": {
|
||
|
"id": "6324",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6328": {
|
||
|
"id": "6328",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6381": {
|
||
|
"id": "6381",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6383": {
|
||
|
"id": "6383",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6384": {
|
||
|
"id": "6384",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6385": {
|
||
|
"id": "6385",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6386": {
|
||
|
"id": "6386",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6387": {
|
||
|
"id": "6387",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6388": {
|
||
|
"id": "6388",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28023": {
|
||
|
"id": "28023",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6702": {
|
||
|
"id": "6702",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6500": {
|
||
|
"id": "6500",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28022": {
|
||
|
"id": "28022",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6703": {
|
||
|
"id": "6703",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6501": {
|
||
|
"id": "6501",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28138": {
|
||
|
"id": "28138",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28020": {
|
||
|
"id": "28020",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6701": {
|
||
|
"id": "6701",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6503": {
|
||
|
"id": "6503",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6706": {
|
||
|
"id": "6706",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6504": {
|
||
|
"id": "6504",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28263": {
|
||
|
"id": "28263",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6704": {
|
||
|
"id": "6704",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6506": {
|
||
|
"id": "6506",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6508": {
|
||
|
"id": "6508",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6509": {
|
||
|
"id": "6509",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28213": {
|
||
|
"id": "28213",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6510": {
|
||
|
"id": "6510",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28212": {
|
||
|
"id": "28212",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6511": {
|
||
|
"id": "6511",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28210": {
|
||
|
"id": "28210",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6513": {
|
||
|
"id": "6513",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28217": {
|
||
|
"id": "28217",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6514": {
|
||
|
"id": "6514",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28216": {
|
||
|
"id": "28216",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6515": {
|
||
|
"id": "6515",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28350": {
|
||
|
"id": "28350",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28215": {
|
||
|
"id": "28215",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6516": {
|
||
|
"id": "6516",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28351": {
|
||
|
"id": "28351",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28214": {
|
||
|
"id": "28214",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6517": {
|
||
|
"id": "6517",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6518": {
|
||
|
"id": "6518",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6522": {
|
||
|
"id": "6522",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28240": {
|
||
|
"id": "28240",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6525": {
|
||
|
"id": "6525",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6527": {
|
||
|
"id": "6527",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6530": {
|
||
|
"id": "6530",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6540": {
|
||
|
"id": "6540",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28252": {
|
||
|
"id": "28252",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6551": {
|
||
|
"id": "6551",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28251": {
|
||
|
"id": "28251",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6552": {
|
||
|
"id": "6552",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28262": {
|
||
|
"id": "28262",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28024": {
|
||
|
"id": "28024",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6705": {
|
||
|
"id": "6705",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6993": {
|
||
|
"id": "6993",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6995": {
|
||
|
"id": "6995",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"6997": {
|
||
|
"id": "6997",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26110": {
|
||
|
"id": "26110",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26111": {
|
||
|
"id": "26111",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26112": {
|
||
|
"id": "26112",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28289": {
|
||
|
"id": "28289",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26115": {
|
||
|
"id": "26115",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26116": {
|
||
|
"id": "26116",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26117": {
|
||
|
"id": "26117",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26140": {
|
||
|
"id": "26140",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26437": {
|
||
|
"id": "26437",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26439": {
|
||
|
"id": "26439",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26441": {
|
||
|
"id": "26441",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26450": {
|
||
|
"id": "26450",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26454": {
|
||
|
"id": "26454",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28273": {
|
||
|
"id": "28273",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26495": {
|
||
|
"id": "26495",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"26498": {
|
||
|
"id": "26498",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28267": {
|
||
|
"id": "28267",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28021": {
|
||
|
"id": "28021",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28039": {
|
||
|
"id": "28039",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28112": {
|
||
|
"id": "28112",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28209": {
|
||
|
"id": "28209",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28113": {
|
||
|
"id": "28113",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28125": {
|
||
|
"id": "28125",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28137": {
|
||
|
"id": "28137",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28243": {
|
||
|
"id": "28243",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28159": {
|
||
|
"id": "28159",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28160": {
|
||
|
"id": "28160",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28163": {
|
||
|
"id": "28163",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28164": {
|
||
|
"id": "28164",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28182": {
|
||
|
"id": "28182",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28183": {
|
||
|
"id": "28183",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28193": {
|
||
|
"id": "28193",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28196": {
|
||
|
"id": "28196",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28202": {
|
||
|
"id": "28202",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28203": {
|
||
|
"id": "28203",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28205": {
|
||
|
"id": "28205",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28206": {
|
||
|
"id": "28206",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28207": {
|
||
|
"id": "28207",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28211": {
|
||
|
"id": "28211",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28218": {
|
||
|
"id": "28218",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28219": {
|
||
|
"id": "28219",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28303": {
|
||
|
"id": "28303",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28220": {
|
||
|
"id": "28220",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28302": {
|
||
|
"id": "28302",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28221": {
|
||
|
"id": "28221",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28301": {
|
||
|
"id": "28301",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28222": {
|
||
|
"id": "28222",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28300": {
|
||
|
"id": "28300",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28223": {
|
||
|
"id": "28223",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28307": {
|
||
|
"id": "28307",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28224": {
|
||
|
"id": "28224",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28306": {
|
||
|
"id": "28306",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28225": {
|
||
|
"id": "28225",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28305": {
|
||
|
"id": "28305",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28226": {
|
||
|
"id": "28226",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28304": {
|
||
|
"id": "28304",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28227": {
|
||
|
"id": "28227",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28228": {
|
||
|
"id": "28228",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28229": {
|
||
|
"id": "28229",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28230": {
|
||
|
"id": "28230",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28231": {
|
||
|
"id": "28231",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28232": {
|
||
|
"id": "28232",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28233": {
|
||
|
"id": "28233",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28234": {
|
||
|
"id": "28234",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28235": {
|
||
|
"id": "28235",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28237": {
|
||
|
"id": "28237",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28239": {
|
||
|
"id": "28239",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28241": {
|
||
|
"id": "28241",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28244": {
|
||
|
"id": "28244",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28245": {
|
||
|
"id": "28245",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28246": {
|
||
|
"id": "28246",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28250": {
|
||
|
"id": "28250",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28253": {
|
||
|
"id": "28253",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28254": {
|
||
|
"id": "28254",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28275": {
|
||
|
"id": "28275",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28279": {
|
||
|
"id": "28279",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28280": {
|
||
|
"id": "28280",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28282": {
|
||
|
"id": "28282",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28285": {
|
||
|
"id": "28285",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28286": {
|
||
|
"id": "28286",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28287": {
|
||
|
"id": "28287",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28288": {
|
||
|
"id": "28288",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28290": {
|
||
|
"id": "28290",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28291": {
|
||
|
"id": "28291",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28308": {
|
||
|
"id": "28308",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
},
|
||
|
"28309": {
|
||
|
"id": "28309",
|
||
|
"name": "",
|
||
|
"shortDescription": "",
|
||
|
"fullDescription": "",
|
||
|
"configuration": {
|
||
|
"enabled": true,
|
||
|
"defaultLevel": "warning"
|
||
|
},
|
||
|
"helpUri": ""
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|