You may want reset the data provided from the vulnerability scanner. In order to do so, you need to first turn off the integration, clear the data, and then turn the integration back on with the following steps
STEP 1: Disable Vulnerability Scanner Integration
1. SSH to Jetpatch application server
2. stop tomcat (run the command service tomcat stop)
3. vi /usr/share/tomcat/default/conf/intigua.properties
4. Change configuration from true to false:
For Nexpose
pg.nexpose.enable=false
For Tenable.sc
tenable.sc.enabled=false
5. Save and exit
6. Restart tomcat (run command service tomcat restart)
STEP 2: Clear Data from JetPatch UI
1. Log in to JetPatch
2. Go to Patches > Patches Catalog
3. Click on 'Vulnerability' button
4. Select your vulnerability scanner > Clear Data
STEP 3: Re-enable Vulnerability Scanner Integration
1. SSH to Jetpatch application server
2. stop tomcat (run the command service tomcat stop)
3. vi /usr/share/tomcat/default/conf/intigua.properties
4. Change configuration from false to true:
For Nexpose
pg.nexpose.enable=true
For Tenable.sc
tenable.sc.enabled=true
5. Save and exit
6. Restart tomcat (run command service tomcat restart)
Comments
0 comments
Please sign in to leave a comment.