Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comment errors #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@
import java.util.HashMap;
import java.util.Map;

/**
* Introduction 污点链路样本中的语句-try语句-污点传递发生在try中
* Level X
* Date 2024-08-16
*/
// assession information start
// real vulnerability = false
// assession project = 完整度->基础跟踪能力->污点链路完整度->ast对象->try语句-污点传递发生在try中
// compose = !Statement_TryStatement_003_F.java && Statement_TryStatement_002_T.java
// bind_url = completeness/base/chain/astTaint/Statement_TryStatement_006_F/{cmd}
// assession information end

/**
* Introduction 路径敏感-try语句-数组越界异常or抛出异常
* Level X
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@
import java.util.HashMap;
import java.util.Map;

/**
* Introduction 污点链路样本中的语句-try语句-污点传递发生在try中
* Level X
* Date 2024-08-16
*/
// assession information start
// real vulnerability = false
// assession project = 完整度->基础跟踪能力->污点链路完整度->ast对象->try语句-污点传递发生在try中
// compose = !Statement_TryStatement_003_F.java && Statement_TryStatement_002_T.java
// bind_url = completeness/base/chain/astTaint/Statement_TryStatement_006_F/{cmd}
// assession information end

/**
* Introduction 路径敏感-try语句-数组越界异常or抛出异常
* Level X
Expand Down