Simon Fraser

Results 4 issues of Simon Fraser

* safety version: 1.8.1 * Python version: 3.6.5 * Operating System: MacOSX ### Description If a requirements.txt file has unpinned entries, parsing output with `--json` is difficult, as the warnings...

enhancement
considering

Having read through #409 #1320 and related, it seems that FIPS mode is supported if compiled with the appropriate libraries, although no container images are published for it. It seems...

We've a team of people who would need access to administer the notary service, and are somewhat confused about how to properly manage the local files created in `~/.docker/trust`, as...

Allows the use of with client.timer('some_metric'): with client.timer('some_metric', use_ms=True): @client.timer('some_metric', use_ms=True) def my_function(): pass