|
|
|
@ -27,7 +27,7 @@ import java.util.List; |
|
|
|
|
* @author RenFengJiang |
|
|
|
|
* @date 2024/1/13 |
|
|
|
|
*/ |
|
|
|
|
@Rule(key = "ReallocMainChecker", name = "使用realloc函数前应先清楚敏感信息", description = "使用realloc()函数前先清空该内存块中的敏感信息", priority = Priority.INFO, tags = {"28suo"}) |
|
|
|
|
@Rule(key = "ReallocMainChecker", name = "使用realloc函数前应先清空敏感信息", description = "使用realloc()函数前先清空该内存块中的敏感信息", priority = Priority.INFO, tags = {"28suo"}) |
|
|
|
|
@ActivatedByDefault |
|
|
|
|
@SqaleConstantRemediation("5min") |
|
|
|
|
public class ReallocMainChecker extends SquidCheck<Grammar> { |
|
|
|
|