Class PolicyData.Resources.EvaluationDetails
java.lang.Object
com.crowdstrike.plugins.crwds.freemarker.PolicyData.Resources.EvaluationDetails
- Enclosing class:
- PolicyData.Resources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCveIdInExcludedCveList
(String cveId) boolean
isCveIdInMatchedCveList
(String cveId) void
setExcluded_cve_list
(ArrayList<String> excluded_cve_list) void
setMatched_cve_list
(ArrayList<String> matched_cve_list)
-
Constructor Details
-
EvaluationDetails
public EvaluationDetails()
-
-
Method Details
-
getMatched_cve_list
-
setMatched_cve_list
-
getExcluded_cve_list
-
setExcluded_cve_list
-
isCveIdInExcludedCveList
-
isCveIdInMatchedCveList
-