Skip to content

Mendix SDK script to create a security document outlining what user roles can have access to.

Notifications You must be signed in to change notification settings

simo101/MendixSecurityAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK Security Audit

Setup

To set up and use the SDK you need to have node js installed on your machine. You will need to have also installed typescript and tsd. The following command will install typescript globally for you:

npm install -g typescript

Open up the folder using node.js. To install the security audit you should type the command:

npm install

This is will install the security audit and all the relevant dependencies.

To connect it to your project you need to change the following constants in the script.ts

var appId = "{{appID}}";

Use the audit generator

Once the node packages are installed type: tsc to compile the audit generator code.

Then after compiled type: node script.js

This will start running the script. Once the script has completed you will have an excel file named Mendix Security Document.

About

Mendix SDK script to create a security document outlining what user roles can have access to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published