13 Rules
ID | Name | Severity |
---|---|---|
1060004 | Avoid Empty Finally Block When Calling Resource |
high
|
1060012 | Avoid SQL queries on XXL tables that no index can support for artifacts with high fan-in |
critical
|
1060014 | Avoid SQL queries that no index can support for artifacts with high fan-in |
critical
|
1060018 | Avoid String concatenation in loops for artifacts with high fan in |
high
|
1060020 | Avoid empty catch blocks for methods with high fan-in |
critical
|
1060022 | Avoid too many SQL calls for methods with high fan-in |
critical
|
1060104 | Review APIs returning sensitive data fields |
medium
|
1060106 | Avoid using generic methods such as 'ToJson' or 'ToString' to save sensitive or PII data |
medium
|
1060108 | Avoid data fields binded to columns to return sensitive data via APIs |
medium
|
1060110 | Avoid filtering sensitive data using front-end |
medium
|
1060112 | Review APIs not accessed by frontend functions |
medium
|
1060114 | Always enable authorization checks at function level for functions called on by APIs based with Spring Application |
high
|
1060116 | Always avoid http redirects to unknown or untrusted URLs |
medium
|