Gilly400
23625 pts. | Jul 25 2008 9:10AM GMT
Hi,
Unless the output format is the same as the existing file (which is unlikely from a query), then the only thing they can possibly do is replace the file. If this happens then your application programs are likely to start crashing with level checks, so you’ll know straight away that someone’s done this.
If you have your security set up correctly with authorisations to files ,etc then you shouldn’t get this happening. If you don’t have your security set up right, then your users can probably use all sorts of other ways to modify data they shouldn’t be modifying.
You can always set up a test file and user and show this to your auditor - just to prove the point.
Regards,
Martin Gilbert.
TomLiotta
7550 pts. | Oct 21 2009 12:40AM GMT
If you’ve given authority to change the file data to the user, they can change it with WRKQRY or UPDDTA or ODBC or RPG or COBOL or CL or REXX or remote commands or… well, just about any tool they can get hold of that’s capable of issuing file updates. The security flaw is not in the tools; it’s in the authority that’s been granted to the users.
If you don’t want a user to change file data, revoke the authority to change the data.
Tom






