Showing 840 of 840 total issues
File trap_repeat_if_done_spec.rb
has 599 lines of code (exceeds 250 allowed). Consider refactoring. Open
require 'sample_agent_test_configuration' describe TrapRepeatIfDone do include_context 'use agent_setting'
Similar blocks of code found in 2 locations. Consider refactoring. Open
<div className="item"> <div className="title">建玉の保有期間</div> <div className="details"> <div className="item"> <div className="label">最長</div>
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
<div className="item"> <div className="title">取引数量</div> <div className="details"> <div className="item"> <div className="label">最大</div>
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
render() { return ( <DropDownMenu className="interval-selector" value={this.state.selected}
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
render() { return ( <DropDownMenu className="pair-selector" value={this.state.selected}
- Read upRead up
Class has too many lines. [110/100] Open
class PositionBuilder include Jiji::Model::Trading include Jiji::Model::Trading::Utils
- Read upRead up
- Exclude checks
Block has too many lines. [122/25] Open
describe StatisticalArbitrage::Position do include_context 'utils for statistical arbitrage' before(:example) do @broker = double('mock broker')
- Read upRead up
- Exclude checks
json Gem for Ruby Unsafe Object Creation Vulnerability (additional fix) Open
json (2.1.0)
- Read upRead up
- Exclude checks
JMESPath for Ruby using JSON.load instead of JSON.parse Open
jmespath (1.4.0)
- Read upRead up
- Exclude checks
httparty has multipart/form-data request tampering vulnerability Open
httparty (0.16.3)
- Read upRead up
- Exclude checks
Sinatra vulnerable to Reflected File Download attack Open
sinatra (2.0.5)
- Read upRead up
- Exclude checks
Percent-encoded cookies can be used to overwrite existing prefixed cookie names Open
rack (2.0.6)
- Read upRead up
- Exclude checks
Directory traversal in Rack::Directory app bundled with Rack Open
rack (2.0.6)
- Read upRead up
- Exclude checks
Similar blocks of code found in 2 locations. Consider refactoring. Open
render() { const position = this.props.position || nullPosition; const props = { className: "list-item", innerDivStyle : Object.assign( {}, Theme.listItem.innerDivStyle, {
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
render() { const notification = this.props.notification || nullNotification; const props = { className: "list-item", innerDivStyle : Object.assign( {}, Theme.listItem.innerDivStyle, {
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
export default class NotificationList extends AbstractList { constructor(props) { super(props); this.state = {};
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
export default class PositionList extends AbstractList { constructor(props) { super(props); this.state = {};
- Read upRead up
Block has too many lines. [105/25] Open
it 'レートがrange_pips外になっても、' \ '外れたところからrange_periodの期間が過ぎればブレイクする' do checker = RangeBreakChecker.new(pairs[0], 60 * 8, 100) result = checker.check_range_break(Jiji::Model::Trading::Tick.new({
- Read upRead up
- Exclude checks
Similar blocks of code found in 2 locations. Consider refactoring. Open
export default class RMTLogPage extends AbstractPage { constructor(props) { super(props); this.state = {};
- Read upRead up