Puma Scan is a software security Visual Studio extension that provides real time, continuous source code analysis as development teams write code. Vulnerabilities are immediately displayed in the development environment as spell check and compiler warnings, preventing security bugs from entering your applications.
Puma Scan didn’t detect missing HttpOnly and Secure flags here.
Secure settings are Secure = true, HttpOnly = true, and Expires can only be set to a past date.