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. Edit the properties file
Prior 5.0:
vi /usr/share/tomcat/default/conf/intigua.properties
Post 5.0:
vi /usr/share/intigua/services/data/intigua-main/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 the service
For versions prior to 5.0:
systemctl restart tomcat
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. Edit the properties file
Prior 5.0:
vi /usr/share/tomcat/default/conf/intigua.properties
Post 5.0:
vi /usr/share/intigua/services/data/intigua-main/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 the service
For versions prior to 5.0:
systemctl restart tomcat
Comments
0 comments
Please sign in to leave a comment.