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
| Component | Version | Latest version | CVE | Matching type | CVSS | CVE publication date | Object compilation date | Object | Object full path | Object SHA1 | CVSS3 | CVSS vector (v2) | CVSS vector (v3) | Distribution package | CVSS (Distribution) | CVSS3 (Distribution) | Triage vectors | Note type | Note reason | Vulnerability URL | | |
|------------|---------|----------------|------------------|-------------------------|------|----------------------|-------------------------|------------------------------|-------------------------------------------------------------------------------------|------------------------------------------|-------|-----------------------------|-------------------------------------|----------------------|---------------------|----------------------|----------------|-----------|-------- |
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
Flat profile: | |
Each sample counts as 0.01 seconds. | |
% cumulative self self total | |
time seconds seconds calls s/call s/call name | |
88.46 839.76 839.76 7514548 0.00 0.00 diff_infold | |
9.46 929.54 89.78 373856 0.00 0.00 xdl_split | |
0.54 934.62 5.08 2 2.54 21.19 readfile | |
0.44 938.78 4.16 8982750 0.00 0.00 xdl_clean_mmatch | |
0.30 941.63 2.85 11322589 0.00 0.00 xdl_hash_record |
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
2020/10/07 06:36:24 ...dules/setting/log.go:343:newLogService() [I] Gitea Log Mode: File(File:info) | |
2020/10/07 06:36:24 ...les/setting/cache.go:70:newCacheService() [I] Cache Service Enabled | |
2020/10/07 06:36:24 ...les/setting/cache.go:81:newCacheService() [I] Last Commit Cache Service Enabled | |
2020/10/07 06:36:24 ...s/setting/session.go:63:newSessionService() [I] Session Service Enabled | |
2020/10/07 06:36:25 routers/init.go:72:initDBEngine() [I] Beginning ORM engine initialization. | |
2020/10/07 06:36:25 routers/init.go:79:initDBEngine() [I] ORM engine initialization attempt #1/10... | |
2020/10/07 06:36:25 ...rm/session_schema.go:25:Ping() [I] PING DATABASE sqlite3 | |
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' and name = ? [version] - 120.7µs | |
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM version LIMIT 0 [] - 56.7µs | |
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM v |
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
#! /bin/ksh | |
# Usage: mkvimvim VimVersion [sub-version] (ex. mkvimvim 54d) | |
# mkvimvim: does some semi-standardized stuff to generate a <vim.vim> file | |
# It actually generates a <nvim.vim> file for inspection first. | |
#VIMHOME=/usr/local/share/vim | |
#VIMHOME="${HOME}/.SW/VIM/Git" | |
VIMHOME=${HOME}/.SW/VIM | |
if [[ "$1" = "?" ]]; then | |
echo "Usage: mkvimvim VimVersion [sub-version] (ex. mkvimvim 54d)" |
OlderNewer