We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb96356 commit e845b4bCopy full SHA for e845b4b
2 files changed
SECURITY.md
@@ -1,7 +1,4 @@
1
# Security Policy
2
3
-**Despite my efforts to add some mitigations, VLA is designed to contain critical vulnerabilities. Run it at your own risk.**
4
-
5
-## Tracability
6
7
-The NLog package is used for tracability and real logging.
+> [!WARNING]
+> VLA is designed to contain critical vulnerabilities. Run it at your own risk.
nlog.config
@@ -10,7 +10,7 @@
10
11
<!-- log au format JSON -->
12
<target name="jsonfile" xsi:type="File"
13
- fileName="${shortdate}_logfile.json">
+ fileName="${basedir}/Logs/${shortdate}_logfile.json">
14
<layout xsi:type="JsonLayout">
15
<attribute name="time" layout="${longdate}" />
16
<attribute name="level" layout="${level:upperCase=true}" />
0 commit comments