Artifact-py

Latest version: v0.1.2

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.9.1

added the `art update [VERSION]` command, which can upgrade or downgrade the command. Default is to upgrade to the latest verson

Bugfixes
- 156: idle server was using 100% cpu
- 149: `art server` `ProjectData` now contains a `uuid`, which the web-ui uses to raise errors when the server has been restarted.

0.9.0

This release fixes 152, which adds new syntax for the `partof` field. The original syntax will continue to work. It also marks the release where we have removed our dependency on `rustc_serialize` and now depend only on `serde`.

partof improvements
The `partof` field now accepts a list of strings. This is the default format, except for when there is a single item.

The default looks like this:

[REQ-single]
partof = "REQ-other"

[REQ-multi]
partof = [
"REQ-other",
"REQ-another",
]


These are all the same (and `art fmt` will convert them to the first one.)

partof = [
"SPC-one",
"SPC-two",
"SPC-three",
]

partof = "SPC-[one, two, three]"

partof = [
"SPC-one",
"SPC-[two, three]",
]

0.8.5

This release compiles windows statically, so that users do not have to install Microsoft C++ libraries to run artifact

0.8.4

None

0.8.3

None

0.8.2

Add help pages and clean up css in the Web UI

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.