Skip to content

Commit bec0b7e

Browse files
committed
Changed severity for 3 rules as suggested by Bot
1 parent 081bad0 commit bec0b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rules/c/security/libxml2-audit-parser-c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: libxml2-audit-parser-c
22
language: c
3-
severity: info
3+
severity: warning
44
message: >-
55
The libxml2 library is used to parse XML. When auditing such code, make
66
sure that either the document being parsed is trusted or that the parsing

rules/cpp/security/libxml2-audit-parser-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: libxml2-audit-parser-cpp
22
language: Cpp
3-
severity: info
3+
severity: warning
44
message: >-
55
The libxml2 library is used to parse XML. When auditing such code, make
66
sure that either the document being parsed is trusted or that the parsing

rules/csharp/security/httponly-false-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: httponly-false-csharp
22
language: csharp
3-
severity: info
3+
severity: warning
44
message: >-
55
"Detected a cookie where the `HttpOnly` flag is either missing or
66
disabled. The `HttpOnly` cookie flag instructs the browser to forbid

0 commit comments

Comments
 (0)