330 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
5
replies
78
views
Proving software code has not changed for auditing purposes
we deploy compiled code to servers and from time to time we need to prove that the deployed compiled code which can be thousand of binary code from thousand of files has not changed during a certain ...
0
votes
0
answers
58
views
SQL SSRS ReportServer db DROP/Create Objects
I've enable DDL audits on few of our servers. The past two months I've seen a weird behavior on a server where we host our reportserver database.
I'm seeing lots of drop procedures/view followed by ...
0
votes
1
answer
143
views
how to configure to store azurediagnostics to store only Azure sql db login logout related events logs
I'm having an azure paas model sql server and a database in it.
my requirement is to configure the sqlauditing to capture Sql auditing events in AZUREDIAGNOSTICS table for querying it later to find ...
0
votes
0
answers
59
views
Hibernate Envers 6.6.7.Final - NonUniqueResultException despite Entity only having 2 diff RevNumbered Entries (RevType 1: Insert, 2: Mod))
I'm building a JAva 17 Spring Boot App using a MySQL database.
As part of the app, I have a central Entity (let's call it centralEntity) with a number of other Entities connected (10 OneToOne-...
0
votes
1
answer
75
views
issue in saving PostUpdateEventListener,PostInsertEventListener, PostDeleteEventListener, getting duplicate error in case of non auto generated Id
I have the following entity:
@Entity
@Data
@DoAudit
@Table(name = "product")
@EntityListeners(AuditListener.class)
public class Product implements Serializable {
@Id
@Column(name = &...
0
votes
2
answers
203
views
Auditing files and folders (multiple folders/files, MULTIPLE accounts!)
I'm trying to apply auditing on folders and files in Windows 11 Pro. I've found a script online and I modified it in order to apply auditing on many folder or files that are read from an input file (...
0
votes
1
answer
305
views
Custom implementation of getCurrentAuditor method returns error when trying to use a JPA repository
I have a user entity with an audit field named lastUpdatedUserId (same as LastModifiedBy). This is an integer field. I'm trying to use the auditing feature provided by Spring and did everything stated ...
0
votes
1
answer
475
views
@CreatedDate annotation spring with Liquibase
I have these fields in my entity class:
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
@CreatedDate
private Instant createdDate;
@...
1
vote
1
answer
331
views
Audit on @Embeddable objects with SpringBoot annotations
I want to use SpringData annotations from package org.springframework.data.annotation
@CreatiedOn
@CreatedBy
@ModifiedOn
@ModifiedBy
My configuration is as well:
@Embeddable
public class AuditFields {...
0
votes
0
answers
84
views
Unified Auditing in Oracle 12c
If anyone is familiar with the Unified Auditing in Oracle, is there a way to audit the executions of procedures or functions within a package? I know you can audit the actual package execution, but ...
1
vote
1
answer
147
views
Auditing in Oracle 12c
We want / need to audit all statements on a number of tables in one of our instances. So, we've enabled Unified Auditing. That appears to be working. We've created the policy, and we can see the ...
1
vote
1
answer
422
views
Logon trigger/ auditing method to identify the programs/packages/modules/procedures using sys/system connections
In my database many programs/modules uses sys/system connection to perform operations on data.
eg: sys/ as sysdba
perform dml's,ddl's or any user requirements.
I want to replace this connection string ...
1
vote
2
answers
178
views
Echidna fuzzer, is this a false-negative case using Hevm?
my question is simple.
I'm Auditing the Ethernaut22 Contract: here for code https://ethernaut.openzeppelin.com/level/0x9CB391dbcD447E645D6Cb55dE6ca23164130D008
Ethernaut22.sol
// SPDX-License-...
0
votes
1
answer
255
views
Enable Azure SQL Server Auditing with Python SDK
I'm trying to enable Azure SQL auditing to a Log Analytics workspace as per the screen shot here using the Python SDK, but try as I might, I can't find the right combination of commands (nor can I see ...
0
votes
0
answers
52
views
Power BI how to pass a null as a text in a function in FetchXml
I have a FetchXml query for returning dynamics crm data that I have generated using XrmToolbox with Power Query (M) Builder.
The data is more than 5000 records and creates an invoked function to set ...