Disable security notification for disabled modules

Hi,
I’ve disabled this feature but still getting the mail notification:

SECURITY NOTICE:

There is 1 module vulnerable to security threats:
 restapps (Cur v. 16.0.18.21) should be upgraded to v. 16.0.19 to fix
security issues: SEC-2021-013
````Preformatted text`

From command line the restapp isn’t shown:

 fwconsole ma showupgrades

Upgradable: 
+------------------+---------------+----------------+
| Module           | Local Version | Online Version |
+------------------+---------------+----------------+
| api              | 16.0.4.9      | 16.0.4.10      |
| callrecording    | 16.0.10       | 16.0.11        |
| cdr              | 16.0.16       | 16.0.18        |
| cel              | 16.0.5        | 16.0.6         |
| contactmanager   | 16.0.17.3     | 16.0.17.8      |
| dynroute         | 15.0.2        | 16.0.1         |
| featurecodeadmin | 16.0.1        | 16.0.2         |
| framework        | 16.0.10.43    | 16.0.10.50     |
| hotelwakeup      | 16.0.1        | 16.0.2         |
| recordings       | 16.0.5        | 16.0.6         |
| sipsettings      | 16.0.16       | 16.0.17        |
| sipstation       | 16.0.11       | 16.0.12        |
| userman          | 16.0.25.30    | 16.0.25.31     |
| voicemail        | 16.0.29       | 16.0.31        |
+------------------+---------------+----------------+

How can I disable the notification or fix the issue?
Thanks, BR

fwconsole ma delete restapps
fwconsole reload
fwconsole ma listonline

Thanks for the reply, here the results of the commands:

fwconsole ma delete restapps

The following error(s) occured:
 - Error during execution of uninstall script

fwconsole ma listonline

| restapps            |            | Not Installed (Locally available)          | Commercial  |

If it’s not installed I can ignore the security notification?

If the code is on the system it will give you a notification.

The bigger question is why fwconsole ma delete restapps did not delete it locally. It is supposed to.

The update check was scheduled for sunday, I’ve received again the notification.

# fwconsole ma listonline | egrep rest
| restapps            |            | Not Installed (Locally available)          | Commercial  |

Is there any path that can be manually checked to delete the code on the system?

It is still on your machine.

What is the output of:

fwconsole ma delete restapps --force
fwconsole reload

Thank you for the reply, here results:

# fwconsole ma delete restapps --force
Module restapps successfully deleted
Updating Hooks...Done

# fwconsole reload
Reload Started
Reload Complete

# fwconsole ma listonline | egrep rest
| restapps            |            | Not Installed (Available online: 16.0.22)  | Commercial  |

Then you should be good now.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.