mystikos icon indicating copy to clipboard operation
mystikos copied to clipboard

Tools and runtime for launching unmodified container images in Trusted Execution Environments

Results 127 mystikos issues
Sort by recently updated
recently updated
newest added

/usr/local/lib/python3.9/site-packages/pandas/tests/io/test_user_agent.py hangs when run with run-one The following tests pass when run individually, but hang when run sequentially /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_stata.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_sql.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_pickle.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_html.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_s3.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_common.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_gcs.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_fsspec.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_date_converters.py /usr/local/lib/python3.9/site-packages/pandas/tests/io/test_compression.py /usr/local/lib/python3.9/site-packages/pandas/tests/internals/test_managers.py See...

status/triaged
area/kernel
severity/moderate

`AppContext.BaseDirectory` is the directory in which the managed assembly being run is situated at. The [test relies on this property to retreive the certificate files](https://github.com/dotnet/aspnetcore/blob/v5.0.12/src/Security/Authentication/test/CertificateTests.cs#L786) required in the test. According...

status/triaged
severity/low
area/testing

Seeing a SIGSEGV failure where the rip is outside the enclave range. The error seems to happen in libz.so's `deflateResetKeep` function. ```gdb (lldb) bt * thread #10, name = 'myst',...

status/triaged
area/kernel
severity/moderate

The cpprestsdk was disabled because it fails in the Jenkins pipeline but not locally.

status/triaged
area/kernel
severity/moderate
area/testing

We should have a tool to convert regular container applications into mystikos-based confidential containers like the [docker_aks sample](https://github.com/deislabs/mystikos/tree/main/samples/docker_aks). The tool would download/build the docker image, inject Mystikos, Intel SGX PSW,...

status/triaged
area/tooling

Currently most the failed test cases in the dotnet P0 test suite are due to event pipe: https://github.com/deislabs/mystikos/blob/main/solutions/coreclr/pr0-FAILED All of them failed with similar messages below. I guess our implementation...

status/triaged
severity/moderate

When building an app using `myst-appbuilder` left one docker image built in the disk, in small environments like mine, I can't store 2 big images. It will be cool, if...

status/triaged
severity/moderate
area/tooling

The current behavior is that when `HostApplicationParameters` is true, we ignore the parameters from the config file.

status/triaged
area/target
severity/moderate

failures are blocking nightly test runs so disabling for the moment Both test failures only fail when run as part of the full test suite and do not repro when...

status/triaged
area/kernel
severity/moderate

The Unix-domain sockets implementation does not support ``MSG_PEEK`` when calling ``sendmsg()``.

status/triaged
area/kernel
severity/low