0 votes
in Fortify code scanner by
How do I fix a fortify scan error?

1 Answer

0 votes
by

There are a few options:

You can mark those issues as “No an issue” in your FPR report file, and merge future scan to the baseline audit review. The same issue won’t show up again in the merged file. …

I think you can also add a close session statement in the finally block. This would execute only if an exception occurs.

...