fleet/cmd/fleetctl/fleetctl
Pascal Matthiesen 6081da7673
feat: allow different cisa url to be provided (#31728)
Summary

• Allow custom CISA vulnerability data source URL to work around blocked
requests
  • Updates vulnerability sync logic to use configurable CISA endpoint
• Enables organizations to use CISA mirrors when direct access is
blocked

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually
2025-08-13 13:35:45 -05:00
..
testdata Add sso_server_url configuration for dual URL SSO setups (#31497) 2025-08-01 20:32:15 +02:00
testing_utils Added support of $FLEET_VAR_HOST_UUID in Windows MDM configuration profiles (#31695) 2025-08-10 12:24:38 +02:00
api.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
api_test.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
apply.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
apply_test.go Microsoft Compliance Partner backend changes (#29540) 2025-06-11 14:22:46 -03:00
config.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
config_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
convert.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
convert_test.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
debug.go Fixed typo in debug.go (#31135) 2025-07-22 22:00:47 -05:00
debug_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
delete.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
delete_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
docker_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
flags.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
fleetctl.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
generate.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
generate_gitops.go Add sso_server_url configuration for dual URL SSO setups (#31497) 2025-08-01 20:32:15 +02:00
generate_gitops_test.go Fix fleetctl generate-gitops when MDM is turned off (#30677) 2025-07-09 13:01:41 -03:00
generate_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
get.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
get_test.go Add encryption_key_archived to host details API response (#30850) 2025-07-15 13:21:39 -05:00
gitops.go 29619: Validate required default.yml on gitops run (#30360) 2025-06-30 21:04:37 -04:00
gitops_test.go Added support of $FLEET_VAR_HOST_UUID in Windows MDM configuration profiles (#31695) 2025-08-10 12:24:38 +02:00
goquery.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
hosts.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
hosts_test.go 30311: Fix race condition in test (#30903) 2025-07-17 10:20:49 -04:00
kill_process.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
kill_process_windows.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
login.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
logout.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
logout_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
mdm.go [fleetctl] api command: support request body, including file uploads (#30806) 2025-07-29 08:15:23 -05:00
mdm_test.go #31450 Fix API errors on Wipe/Lock/Turn off MDM on Personal MDM devices (#31483) 2025-08-01 10:03:37 -04:00
package.go Rename flags and types for TPM work (#31176) 2025-07-23 14:30:44 -03:00
preview.go Apply starter library during for fleetctl preview server (#30519) 2025-07-16 08:12:32 -06:00
query.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
query_output.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
query_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
scripts.go Update description for fleetctl run-script (#31348) 2025-07-30 17:32:53 -05:00
scripts_test.go Add encryption_key_archived to host details API response (#30850) 2025-07-15 13:21:39 -05:00
session_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
setup.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
testing_utils.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
trigger.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
trigger_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
upgrade_packs.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
upgrade_packs_test.go Moved some integration tests into their own package. (#28978) 2025-05-09 09:26:57 -05:00
user.go Moved fleetctl to fleetctl package. (#28932) 2025-05-07 15:53:35 -05:00
users_test.go Microsoft Compliance Partner backend changes (#29540) 2025-06-11 14:22:46 -03:00
vulnerability_data_stream.go feat: allow different cisa url to be provided (#31728) 2025-08-13 13:35:45 -05:00