ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Feature Request: pyRACF should do Input validation #69

Open ElijahSwiftIBM opened 5 months ago

ElijahSwiftIBM commented 5 months ago

Is your feature request related to a problem? Please describe. It is very possible to pass improper or non-functional arguments to pyRACF unwittingly.

Describe the solution you'd like pyRACF should directly enforce valid types and values for defined traits based on documented RACF behavior.

Describe alternatives you've considered The current implementation allows RACF to fail improperly defined parameters, resulting in SecurityRequestError's returned to the caller.

Additional context N/A