Nathan Wallace
1472e96e74
Fix #4748 : SQL injection vulnerability in GetSetConnectionStateSql ( #4773 )
2025-11-11 17:39:46 +08:00
Nathan Wallace
4281ad3f10
Add comprehensive tests for pkg/{task,snapshot,cmdconfig,statushooks,introspection,initialisation,ociinstaller} ( #4765 )
2025-11-11 17:02:49 +08:00
Puskar Basu
e19d35c457
chore: update module to v2 and bump Go version to 1.24 ( #4597 )
2025-07-07 16:03:56 +05:30
Puskar Basu
da2f3ecc03
Upgrade to pipe-fittings v2, go-kit v1 ( #4485 )
2025-03-06 16:34:18 +05:30
kai
dde7c23ed5
rename Connection to SteampipeConnection
...
remove unneeded code
use CloudMetadata from pipe-fittings
2024-09-27 18:14:28 +05:30
kai
80ad514e1d
steampipe compiles
2024-09-27 18:14:28 +05:30
kai
fd94b2e2ec
working on it
2024-09-27 18:14:25 +05:30
kaidaguerre
bb26c0ee81
Add version to steampipe_plugin table. Closes #4141
2024-02-21 14:15:34 +00:00
kaidaguerre
d24c9d90db
Updates for steampipe_plugin_column table. Closes #4022
...
* Fix inconsistent value for plugin in steampipe_plugin_column table - always use long name.
* Rename `plugin_name` column to `plugin`
* Ensure empty col values
2023-12-12 12:44:21 +00:00
kaidaguerre
62af6d325a
Prevent operators <>, > < in steampipe_plugin_column table being html encoded. Closes #4013
2023-12-05 19:40:53 +00:00
kaidaguerre
46ef6ec90a
Add steampipe_plugin_column introspection table to internal schema. Closes #4003
...
(cherry picked from commit 12079986d5 )
2023-11-29 12:55:21 +00:00
kaidaguerre
817cfbfca1
Deprecate steampipe connection state and replace with steampipe connection - update both tables in parallel. Closes #3908
2023-09-26 17:53:33 +01:00
kaidaguerre
49d58d4f52
Fix aggregator error no connection data loaded for child connection if more than one plugin instance is in use. Closes #3899 ( #3898 )
...
* Update PopulateChildren.PopulateChildren to take plugin instance into account
* Fix GetNewConnectionStateFromConnectionInsertSql to use connection names not map of connections
2023-09-25 17:14:01 +01:00
kaidaguerre
235cbc2037
Connection watching fixes.
...
Fix ConnectionConfigMap.Diff inconsistent usage of Plugin and PluginInstance. Closes #3895
Fix GetConnectionStateErrorSql returning invalid query with additional parameter. Closes #3896
Update FDW to v1.8.0-rc.11 - fix failure to load connection config when importing schema
2023-09-25 12:35:00 +01:00
kaidaguerre
79606c5bcd
Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886
2023-09-22 16:02:41 +01:00
kaidaguerre
f232b14f06
Add support for multiple instances of the same plugin version to execute. Closes #3863
2023-09-18 15:39:17 +01:00