Liang Gong

Results 5 issues of Liang Gong

I know this is a performance benchmark. But there is probably a bug [here](https://github.com/chromium/octane/blob/master/gbemu-part1.js#L283). ```javascript if (sixbits[3] >= 0x40) { decode64.length -= 1; // no side effect if (sixbits[2] >=...

There is probably a bug [here](https://github.com/taisel/GameBoy-Online/blob/47f9f638a8a9445aaa75050f634e437baa34aae0/js/other/base64.js#L60). ```javascript if (sixbits[3] >= 0x40) { decode64.length -= 1; // no side effect if (sixbits[2] >= 0x40) { decode64.length -= 1; // no side...

It seems that the authentication of this package uses SHA-1 ([code location]( https://github.com/jrm2k6/contwidgetor/blob/13b302d1d4b82b9ea7a4e226afa86a74f4d92ea3/src/data/bitbucket-commits-fetcher.js#L14)), which has been compromised ([link](https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+GoogleOnlineSecurityBlog+%28Google+Online+Security+Blog%29)) a few weeks ago. Using SHA-256 would be safer.

## Motivation and Context Fix a parsing error when following the quick start doc ## How Has This Been Tested? Tested by building the example MCP mentioned in the doc...