You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: "All supported ecosystems do not declare or use unsafe code blocks",
52
-
Outcome: finding.OutcomeTrue,
53
+
Outcome: finding.OutcomeFalse,
53
54
},
54
55
},
55
56
err: nil,
@@ -65,7 +66,7 @@ func Test_Run(t *testing.T) {
65
66
{
66
67
Probe: Probe,
67
68
Message: "All supported ecosystems do not declare or use unsafe code blocks",
68
-
Outcome: finding.OutcomeTrue,
69
+
Outcome: finding.OutcomeFalse,
69
70
},
70
71
},
71
72
err: nil,
@@ -81,7 +82,7 @@ func Test_Run(t *testing.T) {
81
82
{
82
83
Probe: Probe,
83
84
Message: "All supported ecosystems do not declare or use unsafe code blocks",
84
-
Outcome: finding.OutcomeTrue,
85
+
Outcome: finding.OutcomeFalse,
85
86
},
86
87
},
87
88
err: nil,
@@ -98,7 +99,7 @@ func Test_Run(t *testing.T) {
98
99
{
99
100
Probe: Probe,
100
101
Message: "All supported ecosystems do not declare or use unsafe code blocks",
101
-
Outcome: finding.OutcomeTrue,
102
+
Outcome: finding.OutcomeFalse,
102
103
},
103
104
},
104
105
err: nil,
@@ -115,7 +116,7 @@ func Test_Run(t *testing.T) {
115
116
{
116
117
Probe: Probe,
117
118
Message: "All supported ecosystems do not declare or use unsafe code blocks",
118
-
Outcome: finding.OutcomeTrue,
119
+
Outcome: finding.OutcomeFalse,
119
120
},
120
121
},
121
122
err: nil,
@@ -132,7 +133,7 @@ func Test_Run(t *testing.T) {
132
133
{
133
134
Probe: Probe,
134
135
Message: "Golang code uses the unsafe package",
135
-
Outcome: finding.OutcomeFalse,
136
+
Outcome: finding.OutcomeTrue,
136
137
Remediation: &finding.Remediation{
137
138
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
138
139
Effort: 2,
@@ -155,7 +156,7 @@ func Test_Run(t *testing.T) {
155
156
{
156
157
Probe: Probe,
157
158
Message: "Golang code uses the unsafe package",
158
-
Outcome: finding.OutcomeFalse,
159
+
Outcome: finding.OutcomeTrue,
159
160
Remediation: &finding.Remediation{
160
161
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
161
162
Effort: 2,
@@ -178,7 +179,7 @@ func Test_Run(t *testing.T) {
178
179
{
179
180
Probe: Probe,
180
181
Message: "Golang code uses the unsafe package",
181
-
Outcome: finding.OutcomeFalse,
182
+
Outcome: finding.OutcomeTrue,
182
183
Remediation: &finding.Remediation{
183
184
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
184
185
Effort: 2,
@@ -199,7 +200,7 @@ func Test_Run(t *testing.T) {
199
200
{
200
201
Probe: Probe,
201
202
Message: "All supported ecosystems do not declare or use unsafe code blocks",
202
-
Outcome: finding.OutcomeTrue,
203
+
Outcome: finding.OutcomeFalse,
203
204
},
204
205
},
205
206
err: nil,
@@ -216,7 +217,7 @@ func Test_Run(t *testing.T) {
216
217
{
217
218
Probe: Probe,
218
219
Message: "All supported ecosystems do not declare or use unsafe code blocks",
219
-
Outcome: finding.OutcomeTrue,
220
+
Outcome: finding.OutcomeFalse,
220
221
},
221
222
},
222
223
err: nil,
@@ -233,7 +234,7 @@ func Test_Run(t *testing.T) {
233
234
{
234
235
Probe: Probe,
235
236
Message: "All supported ecosystems do not declare or use unsafe code blocks",
236
-
Outcome: finding.OutcomeTrue,
237
+
Outcome: finding.OutcomeFalse,
237
238
},
238
239
},
239
240
err: nil,
@@ -250,7 +251,7 @@ func Test_Run(t *testing.T) {
250
251
{
251
252
Probe: Probe,
252
253
Message: "C# project file allows the use of unsafe blocks",
253
-
Outcome: finding.OutcomeFalse,
254
+
Outcome: finding.OutcomeTrue,
254
255
Remediation: &finding.Remediation{
255
256
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
256
257
Effort: 2,
@@ -273,7 +274,7 @@ func Test_Run(t *testing.T) {
273
274
{
274
275
Probe: Probe,
275
276
Message: "C# project file allows the use of unsafe blocks",
276
-
Outcome: finding.OutcomeFalse,
277
+
Outcome: finding.OutcomeTrue,
277
278
Remediation: &finding.Remediation{
278
279
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
279
280
Effort: 2,
@@ -296,7 +297,7 @@ func Test_Run(t *testing.T) {
296
297
{
297
298
Probe: Probe,
298
299
Message: "C# project file allows the use of unsafe blocks",
299
-
Outcome: finding.OutcomeFalse,
300
+
Outcome: finding.OutcomeTrue,
300
301
Remediation: &finding.Remediation{
301
302
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
302
303
Effort: 2,
@@ -318,7 +319,7 @@ func Test_Run(t *testing.T) {
318
319
{
319
320
Probe: Probe,
320
321
Message: "All supported ecosystems do not declare or use unsafe code blocks",
321
-
Outcome: finding.OutcomeTrue,
322
+
Outcome: finding.OutcomeFalse,
322
323
},
323
324
},
324
325
err: nil,
@@ -336,7 +337,7 @@ func Test_Run(t *testing.T) {
336
337
{
337
338
Probe: Probe,
338
339
Message: "All supported ecosystems do not declare or use unsafe code blocks",
339
-
Outcome: finding.OutcomeTrue,
340
+
Outcome: finding.OutcomeFalse,
340
341
},
341
342
},
342
343
err: nil,
@@ -354,7 +355,7 @@ func Test_Run(t *testing.T) {
354
355
{
355
356
Probe: Probe,
356
357
Message: "C# project file allows the use of unsafe blocks",
357
-
Outcome: finding.OutcomeFalse,
358
+
Outcome: finding.OutcomeTrue,
358
359
Remediation: &finding.Remediation{
359
360
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
360
361
Effort: 2,
@@ -377,7 +378,7 @@ func Test_Run(t *testing.T) {
377
378
{
378
379
Probe: Probe,
379
380
Message: "Golang code uses the unsafe package",
380
-
Outcome: finding.OutcomeFalse,
381
+
Outcome: finding.OutcomeTrue,
381
382
Remediation: &finding.Remediation{
382
383
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
383
384
Effort: 2,
@@ -400,7 +401,7 @@ func Test_Run(t *testing.T) {
400
401
{
401
402
Probe: Probe,
402
403
Message: "Golang code uses the unsafe package",
403
-
Outcome: finding.OutcomeFalse,
404
+
Outcome: finding.OutcomeTrue,
404
405
Remediation: &finding.Remediation{
405
406
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
406
407
Effort: 2,
@@ -410,7 +411,7 @@ func Test_Run(t *testing.T) {
410
411
{
411
412
Probe: Probe,
412
413
Message: "C# project file allows the use of unsafe blocks",
413
-
Outcome: finding.OutcomeFalse,
414
+
Outcome: finding.OutcomeTrue,
414
415
Remediation: &finding.Remediation{
415
416
Text: "Visit the OpenSSF Memory Safety SIG guidance on how to make your project memory safe.\nGuidance for [Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md)\nGuidance for [Non Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md)",
0 commit comments