2 Commits

Author SHA1 Message Date
Thomas Bachman
ee7a2409fb Address static analysis issues
This patch is meant to address false-positive issues found
by running the bandit static analysis tool. Most of the issues
flagged were false positives, so the 'nosec' keyword has been
added to the instances in order to allow bandit checks to pass.
The one true positive was an except-always condition, which has
been reduced to only continue for IOError cases.

Change-Id: Ib9c51377544ca2dc7789a8eaabf9c432c579e00e
2024-05-23 12:42:25 +00:00
Sumit Naiksatam
e4f3993e2f GBP Client for GBP resources
Partially-implements: blueprint group-based-policy-abstraction

Change-Id: I6925ab7e3cdbce741f7c3f73c4e810d7ca8b5c7a
2014-10-31 01:20:49 -07:00