Simplify org headline

This commit is contained in:
Michael Hohn
2023-12-06 14:12:43 -08:00
committed by =Michael Hohn
parent 95a6aaed6a
commit 1ee2dae8d7

View File

@@ -128,7 +128,7 @@
hohn@gh-hohn ~/local/sarif-cli/data/codeql-dataflow-sql-injection hohn@gh-hohn ~/local/sarif-cli/data/codeql-dataflow-sql-injection
#+end_example #+end_example
*** Check if =automationDetails= or its value is in output *** Check if automationDetails or its value is in output
#+BEGIN_SRC sh :session shared :results output :eval never-export #+BEGIN_SRC sh :session shared :results output :eval never-export
cd ~/local/sarif-cli/data/codeql-dataflow-sql-injection/sqlidb-1.1.sarif.scantables cd ~/local/sarif-cli/data/codeql-dataflow-sql-injection/sqlidb-1.1.sarif.scantables
ag automationDetails | cat ag automationDetails | cat
@@ -278,7 +278,7 @@ Name: automationDetails, dtype: object
to the to the
: # Projects table : # Projects table
And repeat the [[*Check if =automationDetails= or its value is in output][Check if =automationDetails= or its value is in output]] And repeat the [[*Check if automationDetails or its value is in output][Check if automationDetails or its value is in output]]
Still missing. Must be dropped between dataframe creation and output. Still missing. Must be dropped between dataframe creation and output.
Use project_name to search. Use project_name to search.
@@ -294,7 +294,7 @@ Name: automationDetails, dtype: object
: File: sarif_cli/columns.py : File: sarif_cli/columns.py
And repeat [[*Run using embedded repls][Run using embedded repls]], then And repeat [[*Run using embedded repls][Run using embedded repls]], then
[[*Check if =automationDetails= or its value is in output][Check if =automationDetails= or its value is in output]] [[*Check if automationDetails or its value is in output][Check if automationDetails or its value is in output]]
* SARIF and Signatures * SARIF and Signatures