opengeospatial / ets-gpkg12-nsg

Other
2 stars 5 forks source link

Issue #38: Corrects fortify scan issues; Issue #36 and #37 Table Presence check before test #40

Closed ajanett closed 6 years ago

ajanett commented 6 years ago

Issue #38: This pull request addresses the Fortify scan issues within the TestNGController and NSG_TileTests, CWE ID 022 and CWE ID 089 issues were corrected.

Issue #36 and Issue #37: Checks for the presence of the metadata table and tile tables prior to performing the tests that depend on these tables so that processing tests on geopackages that do not have these tables will not immediately fail due to the lack of presence of the table that is not necessarily required for certain geopackages.

Fixes #36 Fixes #37 Fixes #38

ajanett commented 6 years ago

Updated this branch and pull request: Upon detection of the metadata and tile tables not being present, added SkipException as per suggestion. Updated method for Fortify issue correction within file related content.