0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AppScanで保存されないときがある問題と解決策(=非アクティブな状態で保存すること)

Posted at

問題

脆弱性対策で使うツールAppScanで「ctrl+s」で保存しているのに保存されないときがある・・・
ググっても全然(日本語の)情報ヒットしないw

解決策

フォーカスを外すなど非アクティブな状態で「ctrl+s」すると保存されます。
アクティブな状態なものは保存されない仕様のようです。おそらく・・・


例:タイムアウト値を10→20に変更したい

初期値:10
image.png

アクティブな状態で保存しても・・・

image.png
※テキストにカーソルがあって、テキストが青くアクティブな状態になっている

image.png
初期値の10に戻ってしまう

非アクティブな状態で保存すると!

image.png

image.png
20で保存される!

おわり!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?