super-jacoco icon indicating copy to clipboard operation
super-jacoco copied to clipboard

Results 40 super-jacoco issues
Sort by recently updated
recently updated
newest added
trafficstars

是否可以提供jacoco二开的源码🙏🏻

2024-07-15 09:59:55,270 DEBUG (BaseJdbcLogger.java:181)- ==> Preparing: UPDATE diff_coverage_report SET `request_status`=?, `err_msg`=?, `line_coverage`=?, `branch_coverage`=?, `report_url`=?, `diffmethod`=?, `log_file`=?, `now_local_path`=?, `update_time`=NOW() WHERE job_record_uuid=? 2024-07-15 09:59:55,270 DEBUG (BaseJdbcLogger.java:181)- ==> Preparing: UPDATE diff_coverage_report SET `request_status`=?,...

http://127.0.0.1:8899/cov/triggerEnvCov { "uuid": "uuid", "type": 2, // 1 全量; 2 增量 "gitUrl": "xxxxxx.git", "subModule": "", "baseVersion": "master", "nowVersion": "dev", "address": "127.0.0.1", "port": "18513" } http://127.0.0.1:8899/cov/getEnvCoverResult?uuid=uuid { "code": 200, "msg": "success",...

When accessing the getLocalCoverResult Interface with special request, unauthorized attackers can execute any command on the target system. ### Code Analyzing 1) The function getEnvLocalCoverResult in file CodeCovController.java handles the...

如果只需要做增量测试,这个工具如何对增量测试进行测试覆盖率统计,而非所有

When accessing the triggerUnitCover Interface with special request, unauthorized attackers can execute any command on the target system. Attacker can inject command in the parameter uuid. ### Proof of concept:...

When accessing the triggerEnvCov Interface with special request, unauthorized attackers can execute any command on the target system. Attacker can inject command in the parameter uuid. ### Proof of concept...