-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dast new api integration #1508
base: develop
Are you sure you want to change the base?
Dast new api integration #1508
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
245c847
to
5543844
Compare
e70abfc
to
5cf783e
Compare
e4b7a51
to
161d678
Compare
6453f5d
to
be0ce2d
Compare
Deploying irenestaging with Cloudflare Pages
|
be0ce2d
to
277929c
Compare
9498f77
to
56ca540
Compare
56ca540
to
93c6dfd
Compare
93c6dfd
to
d4503c4
Compare
d4503c4
to
63cf40d
Compare
Quality Gate passedIssues Measures |
@onChange={{this.handleSelectDeviceType}} | ||
data-test-projectSettings-generalSettings-devicePreferenceAutomatedDast-automatedPreferenceCriteria-deviceTypeRadioGroup | ||
as |ctx| | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use translations for the labels?
@belongsTo('dynamicscan', { async: true, inverse: null }) | ||
declare lastManualDynamicScan: AsyncBelongsTo<DynamicscanModel> | null; | ||
|
||
async getLastDynamicScan( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this function exist in the model since we already have the last manual and automated scan models in the file response?
In the scheduled scan scenario, we can move the fetching to the Dynamic Scan service, I’d like to think since that is the only use for this function. Please correct me if I am wrong about this.
|
||
import type FileModel from 'irene/models/file'; | ||
import type OrganizationService from './organization'; | ||
import DynamicscanModel from 'irene/models/dynamicscan'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add type to import.
app/templates/authenticated/dashboard/file/dynamic-scan/scheduled-automated.hbs
Show resolved
Hide resolved
}); | ||
|
||
// Mock file reload method | ||
let reloadCalled = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add space below. In other parts of this file also.
No description provided.