[
https://issues.apache.org/jira/browse/CAMEL-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-7093:
-------------------------------
Priority: Minor (was: Major)
Fix Version/s: 2.13.0
2.12.3
2.11.3
Assignee: Claus Ibsen
Issue Type: Task (was: Bug)
> Veracode compliance. Improper Resource Shutdown or Release (CWE ID 404) in
> QuartzComponent
> ------------------------------------------------------------------------------------------
>
> Key: CAMEL-7093
> URL: https://issues.apache.org/jira/browse/CAMEL-7093
> Project: Camel
> Issue Type: Task
> Components: camel-quartz
> Affects Versions: 2.10.7, 2.11.2, 2.12.2
> Reporter: Leonid Marushevskiy
> Assignee: Claus Ibsen
> Priority: Minor
> Labels: Security, Veracode
> Fix For: 2.11.3, 2.12.3, 2.13.0
>
>
> Pull request https://github.com/apache/camel/pull/77
> During Veracode scan of our application we discover issue with security in
> Camel. Please review our fix and apply it in future versions.
> Quote from Veracode report below:
> Improper Resource Shutdown or Release (CWE ID 404)(1 flaw)
> Description
> The application fails to release (or incorrectly releases) a system resource
> before it is made available for re-use. This
> condition often occurs with resources such as database connections or file
> handles. Most unreleased resource issues
> result in general software reliability problems, but if an attacker can
> intentionally trigger a resource leak, it may be
> possible to launch a denial of service attack by depleting the resource pool.
> Effort to Fix: 2 - Implementation error. Fix is approx. 6-50 lines of code. 1
> day to fix.
> Recommendations
> When a resource is created or allocated, the developer is responsible for
> properly releasing the resource as well as
> accounting for all potential paths of expiration or invalidation. Ensure that
> all code paths properly release resources.
> Instances found via Static Scan
> .../QuartzComponent.java line 436
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)