Cacti / plugin_flowview

FlowView Plugin for Cacti
GNU General Public License v2.0
18 stars 10 forks source link

Use prepared statements for Flowview Filters to protect against SQL injections #146

Closed TheWitness closed 1 week ago

TheWitness commented 1 week ago

Is your feature request related to a problem? Please describe.

Flowview filters should always use prepared statements to prevent against SQL injections.

Additional context

Make Cacti more secure.

TheWitness commented 1 week ago

Resolved.