23.11.003 changelog

23.11.003

Released on 15 November, 2023.

Client

Features

  • Names may be queried with ip- or ip. notation to get their Bowtie equivalent addresses and routes.
    ❯ dig AAAA ip.172.16.1.1
    ; <<>> DiG 9.18.18-0ubuntu0.22.04.1-Ubuntu <<>> AAAA ip.172.16.1.1
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31800
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 65494
    ;; QUESTION SECTION:
    ;ip.172.16.1.1.         IN  AAAA
    
    ;; ANSWER SECTION:
    ip.172.16.1.1.      60  IN  AAAA    fdc3:cbe8:ded7:7ad0:0:64:ac10:101
    
    ;; Query time: 4 msec
    ;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
    ;; WHEN: Thu Nov 09 17:18:42 PST 2023
    ;; MSG SIZE  rcvd: 70
    

Server

Features

  • policy objects now allow an optional order attribute to be added and the UI supports drag and drop ordering. order is not absolute and duplicates are allowed in the API. The web interface will attempt to rectify ordering into a linear fashion if given the opportunity. In order to preserve current behavior, existing ordering is matched upon upgrading to this version.

Fixes

  • Updated the open-vm-tools package on VMWare Controller images to patch for the following CVEs:
    • CVE-2023-34058
    • CVE-2023-34058