Skip to content

Releases: LimberDuck/tsccm

v0.0.7

09 Feb 13:27
495a768

Choose a tag to compare

Summary

Fixed

  • tsccm credential --list command - fixed error when credential has no authType parameter

  • tests for python

    • added: 3.14

v0.0.6

01 Sep 17:00
4154859

Choose a tag to compare

What's Changed

Added

  • Requirements update
    • new:
      • packaging>=25.0

Full Changelog: v0.0.5...v0.0.6

v0.0.5

01 Sep 15:41
22da252

Choose a tag to compare

What's Changed

Added

CLI

  • New option:
    • tsccm --update-check / tsccm -u - will return confirmation if you are using the latest version of TSCCM.

Changed

  • Requirements update

    • from:
      • click>=8.1.8
      • keyring>=25.5.0
      • pyTenable>=1.6.0
      • oauthlib>=3.2.2
      • pandas>=2.0.3
    • to:
      • click>=8.2.1
      • keyring>=25.6.0
      • pyTenable>=1.8.3
      • oauthlib>=3.3.1
      • pandas>=2.3.2
    • new:
      • requests>=2.32.5
  • tests for python

    • removed: 3.8, 3.9

Full Changelog: v0.0.4...v0.0.5

v0.0.4

22 Feb 15:39
2a9541a

Choose a tag to compare

What's Changed

Changed

  • code formatted with black

  • requirements update

    • from:
      • click>=8.0.1
      • keyring>=23.1.0
      • pyTenable>=1.3.3
      • oauthlib>=3.1.1
      • pandas>=1.3.2
      • tabulate>=0.8.9
    • to:
      • click>=8.1.8
      • keyring>=25.5.0
      • pyTenable>=1.6.0
      • oauthlib>=3.2.2
      • pandas>=2.0.3
      • tabulate>=0.9.0
  • tests for python

    • added: 3.10, 3.11, 3.12, 3.13
    • removed: 3.7

Full Changelog: v0.0.3...v0.0.4

Release v0.0.3

26 Aug 18:32
3588db4

Choose a tag to compare

Added

  • new format option to display data - csv
  • audit-file --list command lists parameters id, name, createdTime, modifiedTime, filename, originalFilename

Changed

  • user --list command lists parameters id, username, firstname, lastname, roleName, createdTime, modifiedTime, lastLogin, locked, failedLogins
  • group --list command lists parameters id, name, createdTime, modifiedTime, userCount
  • scan --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime, scheduleType, scheduleEnabled, scheduleRepeatRule, scheduleStart, scheduleNextRun
  • scan-result --list command lists parameters id, name, ownerUsername, createdTime, status, importStatus, totalIPs, scannedIPs, startTime, finishTime, scanDuration
  • policy --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime, policyTemplateName
  • credential --list command lists parameters id, name, type, authType, ownerUsername, createdTime, modifiedTime

Release v0.0.2

25 Aug 19:43
3a5a660

Choose a tag to compare

Added

  • role --list command lists parameters id, name, createdTime, modifiedTime, organizationCounts
  • --port option to specify port number

Changed

  • credential --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime
  • group --list command lists parameters id, name, createdTime, modifiedTime
  • policy --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime
  • scan --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime
  • scan-result --list command lists parameters id, name, ownerUsername, createdTime, modifiedTime
  • user --list command lists parameters id, username, firstname, lastname, roleName, createdTime, modifiedTime, lastLogin
  • status command renamed to server
  • server options --status, --ips, --version

Release v0.0.1

18 Aug 16:45
2d1f700

Choose a tag to compare

  • initial release