Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CVE ID>: | |
- reviewer: <your github name> | |
date: 2020-08-05 | |
comment: > | |
Explanation of your determinations and why, | |
using R1, R2, etc. to point to the References section. | |
affected: | |
- fizzbuzz<0.11.1 | |
unaffected: | |
- fizzbuzz>=0.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) COFF/PE Dumper Version 14.16.27032.1 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Dump of file libssh2.dll | |
File Type: DLL | |
Section contains the following exports for libssh2.dll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
import argparse | |
import os | |
import re | |
def parse_args(): | |
parser = argparse.ArgumentParser(description="Submit c3i one-off job(s)") | |
parser.add_argument( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(orange) ~$ conda --version | |
conda 4.5.11 | |
(orange) ~$ conda list | |
# packages in environment at /home/jhelmus/anaconda3/envs/orange: | |
# | |
# Name Version Build Channel | |
ca-certificates 2018.03.07 0 defaults | |
libedit 3.1.20170329 h6b74fdf_2 defaults | |
libffi 3.2.1 hd88cf55_4 defaults | |
libgcc-ng 8.2.0 hdf63c60_1 defaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:6 | |
RUN yum install -y \ | |
bzip2 \ | |
curl \ | |
git \ | |
yum clean all | |
RUN cd ~ && \ | |
git clone https://github.com/conda/conda && \ |
NewerOlder